From abc0916e7bc98ac4c5cf51df4eccdd7e2ee1a83b Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 2 Aug 2023 13:20:50 +0200 Subject: [PATCH] start migration to Ts --- mapping_geojson_to_osm_tags/README.md | 4 +- ...to_osm_tags.mjs => convert_to_osm_tags.ts} | 12 +- .../etalab_data/small.json | 48 +- .../{configIRVE.mjs => configIRVE.ts} | 0 ...simple.mjs => mappingConfigIRVE_simple.ts} | 0 .../mappings/engine.mjs | 184 - .../mappings/engine.ts | 198 + ..._from_csv.mjs => infer_domain_from_csv.ts} | 0 .../mappings/utils.mjs | 32 +- .../output/my_converted_data_set.json | 583066 +-------------- mapping_geojson_to_osm_tags/package-lock.json | 6720 +- mapping_geojson_to_osm_tags/package.json | 6 +- mapping_geojson_to_osm_tags/tsconfig.js | 3 + 13 files changed, 6949 insertions(+), 583324 deletions(-) rename mapping_geojson_to_osm_tags/{convert_to_osm_tags.mjs => convert_to_osm_tags.ts} (96%) rename mapping_geojson_to_osm_tags/mappings/converters/{configIRVE.mjs => configIRVE.ts} (100%) rename mapping_geojson_to_osm_tags/mappings/converters/{mappingConfigIRVE_simple.mjs => mappingConfigIRVE_simple.ts} (100%) delete mode 100644 mapping_geojson_to_osm_tags/mappings/engine.mjs create mode 100644 mapping_geojson_to_osm_tags/mappings/engine.ts rename mapping_geojson_to_osm_tags/mappings/{infer_domain_from_csv.mjs => infer_domain_from_csv.ts} (100%) create mode 100644 mapping_geojson_to_osm_tags/tsconfig.js diff --git a/mapping_geojson_to_osm_tags/README.md b/mapping_geojson_to_osm_tags/README.md index 10521334..b359dee4 100644 --- a/mapping_geojson_to_osm_tags/README.md +++ b/mapping_geojson_to_osm_tags/README.md @@ -12,11 +12,11 @@ Pour récupérer le jeu de données pour les bornes elec et convertir le geojson bash refresh_data.sh ``` ## config -Configurer le filtre de département et les autres options dans convert_to_osm_tags.mjs. +Configurer le filtre de département et les autres options dans convert_to_osm_tags.ts. ## utilisation ```bash -node convert_to_osm_tags.mjs +node convert_to_osm_tags.ts ``` résultat en json dans le dossier output. diff --git a/mapping_geojson_to_osm_tags/convert_to_osm_tags.mjs b/mapping_geojson_to_osm_tags/convert_to_osm_tags.ts similarity index 96% rename from mapping_geojson_to_osm_tags/convert_to_osm_tags.mjs rename to mapping_geojson_to_osm_tags/convert_to_osm_tags.ts index 8645f3e1..41e0c39f 100644 --- a/mapping_geojson_to_osm_tags/convert_to_osm_tags.mjs +++ b/mapping_geojson_to_osm_tags/convert_to_osm_tags.ts @@ -1,11 +1,11 @@ /** * convertisseur de données de bornes de recharge électrique à partir de données Chargemap et open data Etalab */ -import fs from 'node-fs' -import minimist from 'minimist' -import mappingConfigIRVE from './mappings/converters/configIRVE.mjs' -import mappingConfigIRVE_simple from './mappings/converters/mappingConfigIRVE_simple.mjs' -import mapping_engine from './mappings/engine.mjs' +import fs from 'node' +import * as minimist from 'minimist' +import mappingConfigIRVE from './mappings/converters/configIRVE' +import mappingConfigIRVE_simple from './mappings/converters/mappingConfigIRVE_simple' +import mapping_engine from './mappings/engine' import custom_utils from './mappings/utils.mjs' const { debugLog } = custom_utils @@ -20,7 +20,7 @@ let Mapping_engine = new mapping_engine(mappingConfigIRVE) let mini_arguments = minimist(process.argv.slice(2)) // let sourceFileChargemapJson = './chargemap_data/hurepoix.json' -let sourceFilePathGeoJson = './etalab_data/latest.json' +let sourceFilePathGeoJson = './etalab_data/small.json' // wip filter let filterOnBoundingBox = true diff --git a/mapping_geojson_to_osm_tags/etalab_data/small.json b/mapping_geojson_to_osm_tags/etalab_data/small.json index bf96162c..eef03d82 100644 --- a/mapping_geojson_to_osm_tags/etalab_data/small.json +++ b/mapping_geojson_to_osm_tags/etalab_data/small.json @@ -13,54 +13,8 @@ "properties": { "nom_amenageur": "ELECTRA", "siren_amenageur": "891624884", - "contact_amenageur": "help@electra.com", - "nom_operateur": "ELECTRA", - "contact_operateur": "help@electra.com", - "telephone_operateur": "", - "nom_enseigne": "ELECTRA", - "id_station_itinerance": "FRELCPSDRPG", - "id_station_local": "", - "nom_station": "S\u00e9r\u00e9zin-du-Rh\u00f4ne - Peugeot", - "implantation_station": "Station d\u00e9di\u00e9e \u00e0 la recharge rapide", - "adresse_station": "12 chemin d\u00e9partemental 12, Peugeot 69360 S\u00e9r\u00e9zin-du-Rh\u00f4ne", - "code_insee_commune": "69294", - "coordonneesXY": "[4.82215900,45.63507900]", - "nbre_pdc": "8", - "id_pdc_itinerance": "FRELCECURS", - "id_pdc_local": "", - "puissance_nominale": "225", - "prise_type_ef": "false", - "prise_type_2": "false", - "prise_type_combo_ccs": "true", - "prise_type_chademo": "false", - "prise_type_autre": "false", - "gratuit": "false", - "paiement_acte": "true", - "paiement_cb": "true", - "paiement_autre": "true", - "tarification": "", - "condition_acces": "Acc\u00e8s libre", - "reservation": "true", - "horaires": "24/7", - "accessibilite_pmr": "Accessibilit\u00e9 inconnue", - "restriction_gabarit": "Inconnu", - "station_deux_roues": "false", - "raccordement": "Direct", - "num_pdl": "N/A", - "date_mise_en_service": "2022-10-27", - "observations": "T\u00e9l\u00e9charger l'application ELECTRA pour r\u00e9server et payer sur go-electra.com", - "date_maj": "2023-07-29", - "cable_t2_attache": "", - "last_modified": "2023-07-29T03:05:24.360000+00:00", - "datagouv_dataset_id": "623ca46c13130c3228abd018", - "datagouv_resource_id": "e9bb3424-77cd-40ba-8bbd-5a19362d0365", - "datagouv_organization_or_owner": "electra", - "consolidated_longitude": 4.822159, - "consolidated_latitude": 45.635079, - "consolidated_code_postal": "69360", "consolidated_commune": "S\u00e9r\u00e9zin-du-Rh\u00f4ne", - "consolidated_is_lon_lat_correct": true, - "consolidated_is_code_insee_verified": true + "consolidated_is_lon_lat_correct": true } } ] diff --git a/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.mjs b/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts similarity index 100% rename from mapping_geojson_to_osm_tags/mappings/converters/configIRVE.mjs rename to mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts diff --git a/mapping_geojson_to_osm_tags/mappings/converters/mappingConfigIRVE_simple.mjs b/mapping_geojson_to_osm_tags/mappings/converters/mappingConfigIRVE_simple.ts similarity index 100% rename from mapping_geojson_to_osm_tags/mappings/converters/mappingConfigIRVE_simple.mjs rename to mapping_geojson_to_osm_tags/mappings/converters/mappingConfigIRVE_simple.ts diff --git a/mapping_geojson_to_osm_tags/mappings/engine.mjs b/mapping_geojson_to_osm_tags/mappings/engine.mjs deleted file mode 100644 index 9ebeaa0f..00000000 --- a/mapping_geojson_to_osm_tags/mappings/engine.mjs +++ /dev/null @@ -1,184 +0,0 @@ -import custom_utils from './utils.mjs' - -const { debugLog } = custom_utils - -let listOfBooleanKeys = Object.keys({ - prise_type_ef: 'socket:typee', - prise_type_2: 'socket:type2', - prise_type_combo_ccs: 'socket:type2_combo', - prise_type_chademo: 'socket:chademo', - gratuit: 'fee', - paiement_acte: 'authentication:none', - paiement_cb: 'payment:credit_cards', - cable_t2_attache: 'socket:type2_cable', -}) - -export default class { - mapping_config = {} - - constructor (mappingConfig) { - this.setConfig(mappingConfig) - } - - setConfig (mappingConfig) { - this.mapping_config = mappingConfig - } - - mapFeaturePoint (featurePointGeoJson) { - - let geoJSONConvertedPoint = {} - geoJSONConvertedPoint.properties = { ...this.mapping_config.default_properties_of_point } - geoJSONConvertedPoint.type = featurePointGeoJson.type - geoJSONConvertedPoint.geometry = featurePointGeoJson.geometry - - let props = featurePointGeoJson.properties - - props.forEach((key, value) => { - - }) - - return geoJSONConvertedPoint - } - - /** - * TODO convert to mapping config property to transform_truthy - * @param pointKeyName - * @returns {boolean} - */ - isBooleanKey (pointKeyName) { - - return listOfBooleanKeys.indexOf(pointKeyName) !== -1 - } - - truthyValues = ['true', 'True', 'TRUE', '1', 1] - falsyValues = ['false', 'False', 'FALSE', '0', 0] - - filterFeaturesByOffset (offsetCount, listOfFeatures) { - let filteredList = listOfFeatures - // TODO - return filteredList - } - - filterFeaturesByPropertyRegex (bboxConfig, listOfFeatures) { - console.log('bboxConfig', bboxConfig) - let filteredList = listOfFeatures - // TODO - return filteredList - } - - filterFeaturesByPropertyRegex (propertyName, criteriaRegex, listOfFeatures) { - let filteredList = listOfFeatures.filter(feature => { - return criteriaRegex.test(feature?.properties[propertyName]) - }) - return filteredList - } - - /** - * retuns the converted element from mapping config if present, null otherwise - */ - mapElementFromConf(featurePoint) { - if (!this.mapping_config) { - throw new Error('no config was loaded in the mapping engine. use setconfig(my_mapping_config) on this instance of mapping engine before using this.') - - } - - debugLog('config_name', this.mapping_config.config_name) - let mappingKeys = Object.keys(this.mapping_config.tags) - let featurePointPropertiesKeys = Object.keys(featurePoint.properties) - - debugLog('keys', mappingKeys, featurePointPropertiesKeys) - - let newProperties = Object.create(this.mapping_config.default_properties_of_point) - - // reinit properties of current point - let basePoint = Object.create(featurePoint) - basePoint.type = featurePoint.type - basePoint.geometry = featurePoint.geometry - - // apply new properties if found in mapping config - featurePointPropertiesKeys.forEach(pointKeyName => { - - if (!mappingKeys.indexOf(pointKeyName) !== -1) { - debugLog('found element', pointKeyName, '=>', this.mapping_config[pointKeyName], 'value : ', featurePoint.properties[pointKeyName]) - let convertedValue = '' - - let valueConvertedFromMapping = featurePoint.properties[pointKeyName] - let typeofValue = typeof valueConvertedFromMapping - let isStringValue = typeofValue === 'string' - debugLog('typeof featurePoint.properties[pointKeyName] === \'string\'', typeofValue) - - let isConfigMappingObject = typeofValue === 'string' - - if (isStringValue) { - debugLog('string value') - if (this.isBooleanKey(pointKeyName)) { - let lowerValue = (valueConvertedFromMapping + '').toLowerCase() - convertedValue = this.truthyValues.indexOf(lowerValue) ? 'yes' : 'no' - } else { - convertedValue = valueConvertedFromMapping - } - - if (convertedValue) { - newProperties[this.mapping_config[pointKeyName]] = convertedValue - } - } else if (isConfigMappingObject) { - let newKey = '' - let configObject = valueConvertedFromMapping - - if (configObject.key_converted) { - newKey = configObject.key_converted - } - - /** - * gestion des valeurs conditionnelles - * nous pouvons renseigner une string ou un objet décrivant les transformations à réaliser - */ - if (configObject.conditional_values) { - let keysConditionnalValues = Object.keys(configObject.conditional_values) - let isFoundValue = keysConditionnalValues.indexOf(valueConvertedFromMapping) - if (isFoundValue !== -1) { - let conditionnalConfig = keysConditionnalValues[isFoundValue] - - if (conditionnalConfig.tags_to_add) { - // on peut définir un ensemble de tags à rajouter - newProperties.push(...conditionnalConfig.tags_to_add) - } - if (conditionnalConfig.truthy_value) { - // convertir la valeur, si elle est truthy, la transformer en ce que donne la propriété truthy_value - // exemple: le jeu de données dit que la colonne cable_t2_attache vaut "True", mais on veut le convertir en "1". - // on met donc truthy_value: '1' - if (this.truthyValues.indexOf(valueConvertedFromMapping) !== -1) { - convertedValue = conditionnalConfig.truthy_value - } - } - if (conditionnalConfig.falsy_value) { - if (this.falsyValues.indexOf(valueConvertedFromMapping) !== -1) { - convertedValue = conditionnalConfig.falsy_value - } - } - if (conditionnalConfig.transform_function) { - // une transformation de la valeur - // apply transformation to value - convertedValue = conditionnalConfig.transform_function(valueConvertedFromMapping) - } - // use the value converted - else if (conditionnalConfig.value_converted) { - convertedValue = conditionnalConfig.value_converted - } - } - } - - if (newKey && !configObject.ignore_this_data) { - newProperties[newKey] = convertedValue - } - } - } - }) - - basePoint.properties = newProperties - - debugLog('basePoint', basePoint) - return basePoint - } - -} \ No newline at end of file diff --git a/mapping_geojson_to_osm_tags/mappings/engine.ts b/mapping_geojson_to_osm_tags/mappings/engine.ts new file mode 100644 index 00000000..7d302e17 --- /dev/null +++ b/mapping_geojson_to_osm_tags/mappings/engine.ts @@ -0,0 +1,198 @@ +import custom_utils from './utils.mjs' + +const {debugLog} = custom_utils + +let listOfBooleanKeys = Object.keys({ + prise_type_ef: 'socket:typee', + prise_type_2: 'socket:type2', + prise_type_combo_ccs: 'socket:type2_combo', + prise_type_chademo: 'socket:chademo', + gratuit: 'fee', + paiement_acte: 'authentication:none', + paiement_cb: 'payment:credit_cards', + cable_t2_attache: 'socket:type2_cable', +}) + +export default class { + mapping_config = {} + + constructor(mappingConfig) { + this.setConfig(mappingConfig) + } + + setConfig(mappingConfig) { + this.mapping_config = mappingConfig + } + + mapFeaturePoint(featurePointGeoJson) { + + let geoJSONConvertedPoint = {} + geoJSONConvertedPoint.properties = {...this.mapping_config.default_properties_of_point} + geoJSONConvertedPoint.type = featurePointGeoJson.type + geoJSONConvertedPoint.geometry = featurePointGeoJson.geometry + + let props = featurePointGeoJson.properties + + props.forEach((key, value) => { + + }) + + return geoJSONConvertedPoint + } + + /** + * TODO convert to mapping config property to transform_truthy + * @param pointKeyName + * @returns {boolean} + */ + isBooleanKey(pointKeyName) { + + return listOfBooleanKeys.indexOf(pointKeyName) !== -1 + } + + truthyValues = ['true', 'True', 'TRUE', '1', 1] + falsyValues = ['false', 'False', 'FALSE', '0', 0] + + filterFeaturesByOffset(offsetCount, listOfFeatures) { + let filteredList = listOfFeatures + // TODO + return filteredList + } + + filterFeaturesByPropertyRegex(bboxConfig, listOfFeatures) { + console.log('bboxConfig', bboxConfig) + let filteredList = listOfFeatures + // TODO + return filteredList + } + + filterFeaturesByPropertyRegex(propertyName, criteriaRegex, listOfFeatures) { + let filteredList = listOfFeatures.filter(feature => { + return criteriaRegex.test(feature?.properties[propertyName]) + }) + return filteredList + } + + /** + * retuns the converted element from mapping config if present, null otherwise + */ + mapElementFromConf(featurePoint) { + if (!this.mapping_config) { + throw new Error('no config was loaded in the mapping engine. use setConfig(my_mapping_config) on this instance of mapping engine before using this.') + + } + + console.log('mapping_config tags', this.mapping_config.tags) + debugLog('config_name', this.mapping_config.config_name) + let mappingKeys = Object.keys(this.mapping_config.tags) + // let mappingKeys = (this.mapping_config.tags) + let featurePointPropertiesKeys = Object.keys(featurePoint.properties) + + debugLog('============= keys mappingKeys:', this.mapping_config.tags.length, mappingKeys.length) + debugLog('============= keys featurePointPropertiesKeys :', featurePoint.properties.length, featurePointPropertiesKeys.length) + + let newProperties = Object.create(this.mapping_config.default_properties_of_point) + + return; + // reinit properties of current point + let basePoint = Object.create(featurePoint) + basePoint.type = featurePoint.type + basePoint.geometry = featurePoint.geometry + + // apply new properties if found in mapping config + featurePointPropertiesKeys.forEach(pointKeyName => { + + this.convertProperty(pointKeyName, mappingKeys, featurePoint, newProperties) + + }) + + basePoint.properties = newProperties + + debugLog('basePoint', basePoint) + return basePoint + } + + convertProperty(pointKeyName, mappingKeys, featurePoint, newProperties) { + console.log('pointKeyName', pointKeyName) + if (!mappingKeys.indexOf(pointKeyName) !== -1) { + debugLog('found element', pointKeyName, '=>', this.mapping_config[pointKeyName], 'value : ', featurePoint.properties[pointKeyName]) + let convertedValue = '' + + let valueConvertedFromMapping = featurePoint.properties[pointKeyName] + let typeofValue = typeof valueConvertedFromMapping + let isStringValue = typeofValue === 'string' + debugLog('- pointKeyName', pointKeyName) + debugLog('- valueConvertedFromMapping', valueConvertedFromMapping) + // debugLog('typeof featurePoint.properties[pointKeyName] === \'string\'', typeofValue) + + let isConfigMappingObject = typeofValue === 'string' + + if (isStringValue) { + debugLog('-- string value') + if (this.isBooleanKey(pointKeyName)) { + let lowerValue = (valueConvertedFromMapping + '').toLowerCase() + debugLog('isBooleanKey: lowerValue', lowerValue) + convertedValue = this.truthyValues.indexOf(lowerValue) ? 'yes' : 'no' + + } else { + convertedValue = valueConvertedFromMapping + } + debugLog('-- convertedValue', convertedValue) + if (convertedValue) { + newProperties[this.mapping_config[pointKeyName]] = convertedValue + } + } else if (isConfigMappingObject) { + // let newKey = '' + // let configObject = valueConvertedFromMapping + // + // if (configObject.key_converted) { + // newKey = configObject.key_converted + // } + // + // /** + // * gestion des valeurs conditionnelles + // * nous pouvons renseigner une string ou un objet décrivant les transformations à réaliser + // */ + // if (configObject.conditional_values) { + // let keysConditionnalValues = Object.keys(configObject.conditional_values) + // let isFoundValue = keysConditionnalValues.indexOf(valueConvertedFromMapping) + // if (isFoundValue !== -1) { + // let conditionnalConfig = keysConditionnalValues[isFoundValue] + // + // if (conditionnalConfig.tags_to_add) { + // // on peut définir un ensemble de tags à rajouter + // newProperties.push(...conditionnalConfig.tags_to_add) + // } + // if (conditionnalConfig.truthy_value) { + // // convertir la valeur, si elle est truthy, la transformer en ce que donne la propriété truthy_value + // // exemple: le jeu de données dit que la colonne cable_t2_attache vaut "True", mais on veut le convertir en "1". + // // on met donc truthy_value: '1' + // if (this.truthyValues.indexOf(valueConvertedFromMapping) !== -1) { + // convertedValue = conditionnalConfig.truthy_value + // } + // } + // if (conditionnalConfig.falsy_value) { + // if (this.falsyValues.indexOf(valueConvertedFromMapping) !== -1) { + // convertedValue = conditionnalConfig.falsy_value + // } + // } + // if (conditionnalConfig.transform_function) { + // // une transformation de la valeur + // // apply transformation to value + // convertedValue = conditionnalConfig.transform_function(valueConvertedFromMapping) + // } + // // use the value converted + // else if (conditionnalConfig.value_converted) { + // convertedValue = conditionnalConfig.value_converted + // } + // } + // } + // + // if (newKey && !configObject.ignore_this_data) { + // newProperties[newKey] = convertedValue + // } + } + } + } + +} \ No newline at end of file diff --git a/mapping_geojson_to_osm_tags/mappings/infer_domain_from_csv.mjs b/mapping_geojson_to_osm_tags/mappings/infer_domain_from_csv.ts similarity index 100% rename from mapping_geojson_to_osm_tags/mappings/infer_domain_from_csv.mjs rename to mapping_geojson_to_osm_tags/mappings/infer_domain_from_csv.ts diff --git a/mapping_geojson_to_osm_tags/mappings/utils.mjs b/mapping_geojson_to_osm_tags/mappings/utils.mjs index 2d38184c..e3d8c54e 100644 --- a/mapping_geojson_to_osm_tags/mappings/utils.mjs +++ b/mapping_geojson_to_osm_tags/mappings/utils.mjs @@ -1,16 +1,17 @@ import fs from 'node-fs' let show_debug = 0 +show_debug = 1 /** * faire un log * @param message */ -function debugLog (message) { +function debugLog(message) { if (!show_debug) { return } - console.log('debug: ', message) + console.log('debug: ', message) } @@ -26,7 +27,6 @@ let listOfBooleanKeys = Object.keys({ }) - /** * * @param pointKeyName @@ -37,24 +37,24 @@ function isBooleanKey(pointKeyName) { return listOfBooleanKeys.indexOf(pointKeyName) !== -1 } -function writeFile (fileName, fileContent) { +function writeFile(fileName, fileContent) { debugLog('write file ', fileName) return fs.writeFile( - `./output/${fileName}`, - fileContent, - 'utf8', - (err) => { - if (err) { - debugLog(`Error writing file: ${err}`) - } else { - debugLog(`File ${fileName} is written successfully!`) - } - } + `./output/${fileName}`, + fileContent, + 'utf8', + (err) => { + if (err) { + debugLog(`Error writing file: ${err}`) + } else { + debugLog(`File ${fileName} is written successfully!`) + } + } ) } -export default -{ + +export default { debugLog, isBooleanKey, writeFile diff --git a/mapping_geojson_to_osm_tags/output/my_converted_data_set.json b/mapping_geojson_to_osm_tags/output/my_converted_data_set.json index 5883c25f..8bc6dafe 100644 --- a/mapping_geojson_to_osm_tags/output/my_converted_data_set.json +++ b/mapping_geojson_to_osm_tags/output/my_converted_data_set.json @@ -1,583068 +1,4 @@ { "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822159, - 45.635079 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.463384, - 48.968672 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822159, - 45.635079 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822159, - 45.635079 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.063407, - 44.854019 - ] - }, - "properties": { - "undefined": "Saint-Magne-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.063407, - 44.854019 - ] - }, - "properties": { - "undefined": "Saint-Magne-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.063407, - 44.854019 - ] - }, - "properties": { - "undefined": "Saint-Magne-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.063407, - 44.854019 - ] - }, - "properties": { - "undefined": "Saint-Magne-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8863, - 43.984501 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8863, - 43.984501 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8863, - 43.984501 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8863, - 43.984501 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8863, - 43.984501 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8863, - 43.984501 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.463384, - 48.968672 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.463384, - 48.968672 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.463384, - 48.968672 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.463384, - 48.968672 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.463384, - 48.968672 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.463384, - 48.968672 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.463384, - 48.968672 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.502904, - 47.608214 - ] - }, - "properties": { - "undefined": "Blotzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.502904, - 47.608214 - ] - }, - "properties": { - "undefined": "Blotzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.502904, - 47.608214 - ] - }, - "properties": { - "undefined": "Blotzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.502904, - 47.608214 - ] - }, - "properties": { - "undefined": "Blotzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.502904, - 47.608214 - ] - }, - "properties": { - "undefined": "Blotzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.502904, - 47.608214 - ] - }, - "properties": { - "undefined": "Blotzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.502904, - 47.608214 - ] - }, - "properties": { - "undefined": "Blotzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.502904, - 47.608214 - ] - }, - "properties": { - "undefined": "Blotzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822159, - 45.635079 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822159, - 45.635079 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822159, - 45.635079 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822159, - 45.635079 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368521, - 48.938346 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368521, - 48.938346 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368521, - 48.938346 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368521, - 48.938346 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356319, - 43.379383 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356319, - 43.379383 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356319, - 43.379383 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356319, - 43.379383 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.83571, - 43.567505 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Védas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.83571, - 43.567505 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Védas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.83571, - 43.567505 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Védas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.83571, - 43.567505 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Védas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.55363, - 48.9613 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.55363, - 48.9613 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.55363, - 48.9613 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.55363, - 48.9613 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.682108, - 45.216314 - ] - }, - "properties": { - "undefined": "Saint-Égrève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.682108, - 45.216314 - ] - }, - "properties": { - "undefined": "Saint-Égrève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.682108, - 45.216314 - ] - }, - "properties": { - "undefined": "Saint-Égrève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.682108, - 45.216314 - ] - }, - "properties": { - "undefined": "Saint-Égrève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.790077, - 45.585027 - ] - }, - "properties": { - "undefined": "Chasse-sur-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.790077, - 45.585027 - ] - }, - "properties": { - "undefined": "Chasse-sur-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.790077, - 45.585027 - ] - }, - "properties": { - "undefined": "Chasse-sur-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.790077, - 45.585027 - ] - }, - "properties": { - "undefined": "Chasse-sur-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822159, - 45.635079 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.628969, - 44.880766 - ] - }, - "properties": { - "undefined": "Eysines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.628969, - 44.880766 - ] - }, - "properties": { - "undefined": "Eysines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.628969, - 44.880766 - ] - }, - "properties": { - "undefined": "Eysines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859355, - 48.96404 - ] - }, - "properties": { - "undefined": "Aubergenville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.914724, - 48.761402 - ] - }, - "properties": { - "undefined": "Maurepas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.914724, - 48.761402 - ] - }, - "properties": { - "undefined": "Maurepas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.914724, - 48.761402 - ] - }, - "properties": { - "undefined": "Maurepas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238392, - 48.77325 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238392, - 48.77325 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238392, - 48.77325 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238392, - 48.77325 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.063726, - 45.688196 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.063726, - 45.688196 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.063726, - 45.688196 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.063726, - 45.688196 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904154, - 45.748005 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904154, - 45.748005 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904154, - 45.748005 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904154, - 45.748005 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336357, - 48.75416 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336357, - 48.75416 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336357, - 48.75416 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336357, - 48.75416 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838681, - 44.11893 - ] - }, - "properties": { - "undefined": "Orange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838681, - 44.11893 - ] - }, - "properties": { - "undefined": "Orange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838681, - 44.11893 - ] - }, - "properties": { - "undefined": "Orange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838681, - 44.11893 - ] - }, - "properties": { - "undefined": "Orange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213822, - 48.891968 - ] - }, - "properties": { - "undefined": "Nanterre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213822, - 48.891968 - ] - }, - "properties": { - "undefined": "Nanterre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.914724, - 48.761402 - ] - }, - "properties": { - "undefined": "Maurepas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859355, - 48.96404 - ] - }, - "properties": { - "undefined": "Aubergenville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.628969, - 44.880766 - ] - }, - "properties": { - "undefined": "Eysines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859355, - 48.96404 - ] - }, - "properties": { - "undefined": "Aubergenville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.682919, - 48.082244 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.682919, - 48.082244 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.682919, - 48.082244 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.682919, - 48.082244 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.682919, - 48.082244 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.682919, - 48.082244 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.593419, - 47.468511 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.593419, - 47.468511 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.593419, - 47.468511 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.593419, - 47.468511 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.07595, - 43.544156 - ] - }, - "properties": { - "undefined": "Cauneille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.07595, - 43.544156 - ] - }, - "properties": { - "undefined": "Cauneille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.07595, - 43.544156 - ] - }, - "properties": { - "undefined": "Cauneille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.07595, - 43.544156 - ] - }, - "properties": { - "undefined": "Cauneille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854558, - 45.71459 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854558, - 45.71459 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854558, - 45.71459 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854558, - 45.71459 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502617, - 47.481716 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502617, - 47.481716 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502617, - 47.481716 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502617, - 47.481716 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859355, - 48.96404 - ] - }, - "properties": { - "undefined": "Aubergenville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859355, - 48.96404 - ] - }, - "properties": { - "undefined": "Aubergenville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859355, - 48.96404 - ] - }, - "properties": { - "undefined": "Aubergenville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859355, - 48.96404 - ] - }, - "properties": { - "undefined": "Aubergenville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859355, - 48.96404 - ] - }, - "properties": { - "undefined": "Aubergenville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.587263, - 44.783785 - ] - }, - "properties": { - "undefined": "Villenave-d'Ornon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.375103, - 43.637548 - ] - }, - "properties": { - "undefined": "Blagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.375103, - 43.637548 - ] - }, - "properties": { - "undefined": "Blagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.644915, - 44.788386 - ] - }, - "properties": { - "undefined": "Pessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.644915, - 44.788386 - ] - }, - "properties": { - "undefined": "Pessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.644915, - 44.788386 - ] - }, - "properties": { - "undefined": "Pessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.644915, - 44.788386 - ] - }, - "properties": { - "undefined": "Pessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.106779, - 50.342703 - ] - }, - "properties": { - "undefined": "Dechy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.106779, - 50.342703 - ] - }, - "properties": { - "undefined": "Dechy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.106779, - 50.342703 - ] - }, - "properties": { - "undefined": "Dechy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.106779, - 50.342703 - ] - }, - "properties": { - "undefined": "Dechy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.587263, - 44.783785 - ] - }, - "properties": { - "undefined": "Villenave-d'Ornon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.587263, - 44.783785 - ] - }, - "properties": { - "undefined": "Villenave-d'Ornon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.587263, - 44.783785 - ] - }, - "properties": { - "undefined": "Villenave-d'Ornon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241461, - 48.935171 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241461, - 48.935171 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241461, - 48.935171 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241461, - 48.935171 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.375103, - 43.637548 - ] - }, - "properties": { - "undefined": "Blagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.375103, - 43.637548 - ] - }, - "properties": { - "undefined": "Blagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851826, - 47.009538 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851826, - 47.009538 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43628, - 43.512207 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43628, - 43.512207 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43628, - 43.512207 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43628, - 43.512207 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198339, - 48.678843 - ] - }, - "properties": { - "undefined": "Les Ulis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198339, - 48.678843 - ] - }, - "properties": { - "undefined": "Les Ulis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198339, - 48.678843 - ] - }, - "properties": { - "undefined": "Les Ulis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198339, - 48.678843 - ] - }, - "properties": { - "undefined": "Les Ulis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.251933, - 43.425474 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.251933, - 43.425474 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.251933, - 43.425474 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475527, - 48.878167 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475527, - 48.878167 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475527, - 48.878167 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475527, - 48.878167 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475527, - 48.878167 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475527, - 48.878167 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14046, - 50.67862 - ] - }, - "properties": { - "undefined": "Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14046, - 50.67862 - ] - }, - "properties": { - "undefined": "Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14046, - 50.67862 - ] - }, - "properties": { - "undefined": "Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14046, - 50.67862 - ] - }, - "properties": { - "undefined": "Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851826, - 47.009538 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851826, - 47.009538 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851826, - 47.009538 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851826, - 47.009538 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851826, - 47.009538 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851826, - 47.009538 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004787, - 44.040629 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486965, - 48.951196 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.430813, - 48.93979 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.430813, - 48.93979 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.430813, - 48.93979 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.430813, - 48.93979 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.602809, - 44.790293 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.602809, - 44.790293 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.602809, - 44.790293 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.602809, - 44.790293 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60135, - 48.87747 - ] - }, - "properties": { - "undefined": "Chelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60135, - 48.87747 - ] - }, - "properties": { - "undefined": "Chelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60135, - 48.87747 - ] - }, - "properties": { - "undefined": "Chelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60135, - 48.87747 - ] - }, - "properties": { - "undefined": "Chelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35992, - 48.816784 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35992, - 48.816784 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35992, - 48.816784 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35992, - 48.816784 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.457028, - 48.905736 - ] - }, - "properties": { - "undefined": "Bobigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.457028, - 48.905736 - ] - }, - "properties": { - "undefined": "Bobigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.457028, - 48.905736 - ] - }, - "properties": { - "undefined": "Bobigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.457028, - 48.905736 - ] - }, - "properties": { - "undefined": "Bobigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57864, - 50.515961 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486965, - 48.951196 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486965, - 48.951196 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486965, - 48.951196 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486965, - 48.951196 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486965, - 48.951196 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486965, - 48.951196 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486965, - 48.951196 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432381, - 43.627319 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432381, - 43.627319 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432381, - 43.627319 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432381, - 43.627319 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.70466, - 48.83257 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.70466, - 48.83257 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.70466, - 48.83257 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.70466, - 48.83257 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.891127, - 43.586799 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.891127, - 43.586799 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.891127, - 43.586799 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.891127, - 43.586799 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220567, - 43.217186 - ] - }, - "properties": { - "undefined": "Berriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.251933, - 43.425474 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.896053, - 43.586723 - ] - }, - "properties": { - "undefined": "Lattes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.896053, - 43.586723 - ] - }, - "properties": { - "undefined": "Lattes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343442, - 43.814854 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510056, - 47.436268 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510056, - 47.436268 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510056, - 47.436268 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510056, - 47.436268 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567111, - 44.890889 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567111, - 44.890889 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567111, - 44.890889 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567111, - 44.890889 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567111, - 44.890889 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567111, - 44.890889 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567111, - 44.890889 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567111, - 44.890889 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.783111, - 45.785651 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.783111, - 45.785651 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.783111, - 45.785651 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.783111, - 45.785651 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876109, - 45.019158 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.896053, - 43.586723 - ] - }, - "properties": { - "undefined": "Lattes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.896053, - 43.586723 - ] - }, - "properties": { - "undefined": "Lattes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223741, - 49.506783 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223741, - 49.506783 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691718, - 45.916657 - ] - }, - "properties": { - "undefined": "Passy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691718, - 45.916657 - ] - }, - "properties": { - "undefined": "Passy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691718, - 45.916657 - ] - }, - "properties": { - "undefined": "Passy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.004127, - 44.040485 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-la-Grave" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.913071, - 45.655726 - ] - }, - "properties": { - "undefined": "Drumettaz-Clarafond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.913071, - 45.655726 - ] - }, - "properties": { - "undefined": "Drumettaz-Clarafond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.913071, - 45.655726 - ] - }, - "properties": { - "undefined": "Drumettaz-Clarafond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.913071, - 45.655726 - ] - }, - "properties": { - "undefined": "Drumettaz-Clarafond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.913071, - 45.655726 - ] - }, - "properties": { - "undefined": "Drumettaz-Clarafond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691718, - 45.916657 - ] - }, - "properties": { - "undefined": "Passy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691718, - 45.916657 - ] - }, - "properties": { - "undefined": "Passy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691718, - 45.916657 - ] - }, - "properties": { - "undefined": "Passy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223741, - 49.506783 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223741, - 49.506783 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223741, - 49.506783 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223741, - 49.506783 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223741, - 49.506783 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223741, - 49.506783 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.239637, - 47.943807 - ] - }, - "properties": { - "undefined": "Ruaudin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.239637, - 47.943807 - ] - }, - "properties": { - "undefined": "Ruaudin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.239637, - 47.943807 - ] - }, - "properties": { - "undefined": "Ruaudin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.239637, - 47.943807 - ] - }, - "properties": { - "undefined": "Ruaudin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343442, - 43.814854 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.989333, - 45.957027 - ] - }, - "properties": { - "undefined": "Loubeyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343442, - 43.814854 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.356176, - 48.979566 - ] - }, - "properties": { - "undefined": "Saint-Martin-sur-le-Pré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.356176, - 48.979566 - ] - }, - "properties": { - "undefined": "Saint-Martin-sur-le-Pré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.356176, - 48.979566 - ] - }, - "properties": { - "undefined": "Saint-Martin-sur-le-Pré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.356176, - 48.979566 - ] - }, - "properties": { - "undefined": "Saint-Martin-sur-le-Pré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774386, - 45.184057 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774386, - 45.184057 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774386, - 45.184057 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774386, - 45.184057 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226182, - 48.867245 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226182, - 48.867245 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226182, - 48.867245 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226182, - 48.867245 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226182, - 48.867245 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37351, - 48.919733 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37351, - 48.919733 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37351, - 48.919733 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37351, - 48.919733 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.256257, - 43.392152 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.256257, - 43.392152 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343442, - 43.814854 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243111, - 43.446899 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.474908, - 45.146041 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.474908, - 45.146041 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.474908, - 45.146041 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.474908, - 45.146041 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.945414, - 48.757309 - ] - }, - "properties": { - "undefined": "La Verrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.945414, - 48.757309 - ] - }, - "properties": { - "undefined": "La Verrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.945414, - 48.757309 - ] - }, - "properties": { - "undefined": "La Verrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.945414, - 48.757309 - ] - }, - "properties": { - "undefined": "La Verrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.256257, - 43.392152 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216763, - 43.219984 - ] - }, - "properties": { - "undefined": "Arzens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.256257, - 43.392152 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.807382, - 50.927269 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44596, - 43.48195 - ] - }, - "properties": { - "undefined": "Lahonce" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44596, - 43.48195 - ] - }, - "properties": { - "undefined": "Lahonce" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44596, - 43.48195 - ] - }, - "properties": { - "undefined": "Lahonce" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44596, - 43.48195 - ] - }, - "properties": { - "undefined": "Lahonce" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44596, - 43.48195 - ] - }, - "properties": { - "undefined": "Lahonce" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147748, - 43.057557 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147748, - 43.057557 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147748, - 43.057557 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147748, - 43.057557 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.498058, - 44.867476 - ] - }, - "properties": { - "undefined": "Artigues-près-Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.498058, - 44.867476 - ] - }, - "properties": { - "undefined": "Artigues-près-Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.498058, - 44.867476 - ] - }, - "properties": { - "undefined": "Artigues-près-Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181986, - 48.031126 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181986, - 48.031126 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181986, - 48.031126 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181986, - 48.031126 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181986, - 48.031126 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181986, - 48.031126 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.256257, - 43.392152 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181986, - 48.031126 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181986, - 48.031126 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.807382, - 50.927269 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.498058, - 44.867476 - ] - }, - "properties": { - "undefined": "Artigues-près-Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.807382, - 50.927269 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865497, - 45.068712 - ] - }, - "properties": { - "undefined": "Tain-l'Hermitage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.256257, - 43.392152 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.256257, - 43.392152 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.807382, - 50.927269 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.469154, - 46.330655 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.469154, - 46.330655 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.469154, - 46.330655 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.469154, - 46.330655 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865497, - 45.068712 - ] - }, - "properties": { - "undefined": "Tain-l'Hermitage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865497, - 45.068712 - ] - }, - "properties": { - "undefined": "Tain-l'Hermitage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865497, - 45.068712 - ] - }, - "properties": { - "undefined": "Tain-l'Hermitage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.469154, - 46.330655 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.351056, - 48.752931 - ] - }, - "properties": { - "undefined": "Rungis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.351056, - 48.752931 - ] - }, - "properties": { - "undefined": "Rungis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.351056, - 48.752931 - ] - }, - "properties": { - "undefined": "Rungis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.807382, - 50.927269 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.351056, - 48.752931 - ] - }, - "properties": { - "undefined": "Rungis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.256257, - 43.392152 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.807382, - 50.927269 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.807382, - 50.927269 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.807382, - 50.927269 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641617, - 43.074883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64957872, - 47.6595272 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64957872, - 47.6595272 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.46238452, - 47.25496397 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.46238452, - 47.25496397 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641617, - 43.074883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641617, - 43.074883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641617, - 43.074883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641617, - 43.074883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641617, - 43.074883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641617, - 43.074883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24037957, - 47.16745011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6971043, - 47.34927895 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24037957, - 47.16745011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.93017391, - 47.2602472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402639, - 48.23192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402639, - 48.23192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402639, - 48.23192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402639, - 48.23192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402639, - 48.23192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402639, - 48.23192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402639, - 48.23192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.93017391, - 47.2602472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.834738, - 48.302818 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.834738, - 48.302818 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45853597, - 47.34623877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45853597, - 47.34623877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.96435995, - 47.18394345 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.067522, - 46.189118 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.067522, - 46.189118 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6971043, - 47.34927895 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.79825, - 50.927053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.96435995, - 47.18394345 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.79825, - 50.927053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.917294, - 48.743286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.398609, - 47.063632 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.154907, - 45.682211 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.706887, - 47.615333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.706887, - 47.615333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.988131, - 47.411565 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.988131, - 47.411565 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.273755, - 45.337849 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9873037, - 47.53765557 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9873037, - 47.53765557 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.79825, - 50.927053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.79825, - 50.927053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.79825, - 50.927053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.79825, - 50.927053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.79825, - 50.927053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60313761, - 47.02086795 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18304333, - 47.20550704 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18304333, - 47.20550704 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.920065, - 46.991234 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.920065, - 46.991234 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.585734, - 50.826737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.585734, - 50.826737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.585734, - 50.826737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.585734, - 50.826737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.585734, - 50.826737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.585734, - 50.826737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.585734, - 50.826737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16848028, - 47.27856391 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16848028, - 47.27856391 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60313761, - 47.02086795 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.398609, - 47.063632 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.625555, - 47.707641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.494947, - 47.276351 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.112239, - 47.599944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.347042, - 43.35903 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.657566, - 46.272776 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.657566, - 46.272776 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.435117, - 48.255846 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.435117, - 48.255846 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.625555, - 47.707641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.112239, - 47.599944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.112239, - 47.599944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.494947, - 47.276351 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.112239, - 47.599944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.112239, - 47.599944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.049856, - 49.050755 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.049856, - 49.050755 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.049856, - 49.050755 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.049856, - 49.050755 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.705724, - 47.613509 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.804213, - 50.289375 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.804213, - 50.289375 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2211991, - 47.38725302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2211991, - 47.38725302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.171081, - 47.211405 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.171081, - 47.211405 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.633191, - 48.992067 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.632987, - 48.657458 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.632987, - 48.657458 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.346, - 47.1584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.336053, - 47.610357 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.336053, - 47.610357 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.114081, - 49.39632 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.114081, - 49.39632 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.335507, - 47.610383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.335507, - 47.610383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.335507, - 47.610383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.335507, - 47.610383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.26093, - 44.679571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.26093, - 44.679571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.456806, - 50.332881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.456806, - 50.332881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.625275, - 47.054038 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.625275, - 47.054038 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552983, - 49.071747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.917294, - 48.743286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.028962, - 49.252337 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.705724, - 47.613509 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.036172, - 49.249946 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.028962, - 49.252337 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.028962, - 49.252337 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.028962, - 49.252337 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.146781, - 43.867189 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.146781, - 43.867189 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025925, - 49.25696 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025925, - 49.25696 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025925, - 49.25696 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025925, - 49.25696 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15479, - 48.536616 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15479, - 48.536616 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.036172, - 49.249946 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.036172, - 49.249946 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.036172, - 49.249946 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.81278, - 45.856003 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.156668, - 45.547654 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.156668, - 45.547654 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.156668, - 45.547654 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.156668, - 45.547654 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.156668, - 45.547654 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.03122394, - 49.25696581 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.03122394, - 49.25696581 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315192, - 43.209029 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315192, - 43.209029 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.09677, - 47.43294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.09677, - 47.43294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.09677, - 47.43294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.09677, - 47.43294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.693481, - 50.443324 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.335403, - 45.169464 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.335403, - 45.169464 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.335403, - 45.169464 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.335422, - 47.780896 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.99298, - 49.651375 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.99298, - 49.651375 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.264165, - 49.584589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.264165, - 49.584589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.117, - 49.468399 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.117, - 49.468399 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.992031, - 46.010641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.992031, - 46.010641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.060857, - 47.260997 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.060857, - 47.260997 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.358258, - 49.901528 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.358258, - 49.901528 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.490806, - 43.451614 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.490806, - 43.451614 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.490806, - 43.451614 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.490806, - 43.451614 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.693495, - 47.256705 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.693495, - 47.256705 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.335422, - 47.780896 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.693481, - 50.443324 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6776078, - 47.36370564 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.705724, - 47.613509 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204112, - 43.373619 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.812358, - 45.855017 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432419, - 49.061372 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432419, - 49.061372 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432419, - 49.061372 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432419, - 49.061372 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432419, - 49.061372 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432419, - 49.061372 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432419, - 49.061372 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432419, - 49.061372 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.393657, - 47.000005 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.393657, - 47.000005 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.877382, - 46.186811 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.877382, - 46.186811 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5528702, - 49.07246803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204112, - 43.373619 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6776078, - 47.36370564 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204112, - 43.373619 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204112, - 43.373619 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.436381, - 48.217011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.436381, - 48.217011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.34403912, - 43.36099509 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.425486, - 48.78011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.425486, - 48.78011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.488107, - 49.091958 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.488107, - 49.091958 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.453566, - 42.742843 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.453566, - 42.742843 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.705724, - 47.613509 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.705724, - 47.613509 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.705724, - 47.613509 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.024265, - 48.309339 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.024265, - 48.309339 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132804, - 50.718786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132804, - 50.718786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67732483, - 47.3794927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67732483, - 47.3794927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67656243, - 47.38439695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67656243, - 47.38439695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.939949, - 44.86543 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.939949, - 44.86543 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.683976, - 47.421294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.683976, - 47.421294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88317, - 46.782642 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88317, - 46.782642 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.978652, - 43.639705 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.978652, - 43.639705 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.978652, - 43.639705 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.978652, - 43.639705 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187245, - 44.405234 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187245, - 44.405234 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.460777, - 42.740571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.460777, - 42.740571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.460777, - 42.740571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.460777, - 42.740571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.065324, - 48.069102 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.065324, - 48.069102 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.029245, - 48.629593 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.115542, - 50.653805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.115542, - 50.653805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.332159, - 43.70836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.332159, - 43.70836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.332159, - 43.70836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.332159, - 43.70836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.664064, - 48.845473 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7046561, - 44.743648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.436023, - 48.632526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99534765, - 47.1288586 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99534765, - 47.1288586 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65008968, - 47.61777534 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65008968, - 47.61777534 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.737815, - 45.994754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.737815, - 45.994754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5827783, - 47.05354232 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5827783, - 47.05354232 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.907528, - 50.950711 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.907528, - 50.950711 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.436023, - 48.632526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.436023, - 48.632526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.436023, - 48.632526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.436023, - 48.632526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.436023, - 48.632526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623, - 45.277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.436023, - 48.632526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.175863, - 43.929691 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.175863, - 43.929691 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8670518, - 48.1660532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8670518, - 48.1660532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8670518, - 48.1660532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8670518, - 48.1660532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8670518, - 48.1660532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8670518, - 48.1660532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.791498, - 47.087225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.791498, - 47.087225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.488611, - 46.98139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.488611, - 46.98139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623, - 45.277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.144033, - 45.790619 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.144033, - 45.790619 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.845612, - 43.116997 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.845612, - 43.116997 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.072355, - 49.049365 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.072355, - 49.049365 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.719126, - 44.361721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.719126, - 44.361721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181994, - 47.938954 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23585, - 48.6512 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23585, - 48.6512 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.030362, - 43.137959 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.030362, - 43.137959 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.186692, - 48.669613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.186692, - 48.669613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025806, - 44.120483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025806, - 44.120483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.882544, - 44.232656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.882544, - 44.232656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.882544, - 44.232656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.882544, - 44.232656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.182008, - 47.939134 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.182008, - 47.939134 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.417, - 47.297864 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.417, - 47.297864 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.627502, - 44.88341 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.627502, - 44.88341 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.834183, - 43.576667 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.834183, - 43.576667 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.284485, - 48.221164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.284485, - 48.221164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.119345, - 49.410973 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.119345, - 49.410973 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623, - 45.277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623, - 45.277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772478, - 46.54389 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.274872, - 47.981613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.091241, - 50.677842 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.091241, - 50.677842 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.730784, - 48.108593 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.730784, - 48.108593 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433205, - 48.873257 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433205, - 48.873257 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59375299, - 47.60272923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59375299, - 47.60272923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.105916, - 50.391205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.105916, - 50.391205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.104915, - 49.027416 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.104915, - 49.027416 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.789972, - 46.973452 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.789972, - 46.973452 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.274872, - 47.981613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623, - 45.277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.274872, - 47.981613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.274872, - 47.981613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.633864, - 43.707552 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.633864, - 43.707552 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.344886, - 45.275403 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.344886, - 45.275403 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33434, - 47.779533 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33434, - 47.779533 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.358792, - 44.036716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.358792, - 44.036716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045629, - 47.271963 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045629, - 47.271963 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045629, - 47.271963 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045629, - 47.271963 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.580008, - 48.468782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.580008, - 48.468782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.580008, - 48.468782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.580008, - 48.468782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598607, - 47.475704 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598607, - 47.475704 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598607, - 47.475704 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598607, - 47.475704 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.934966, - 47.254709 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.934966, - 47.254709 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6506905, - 47.44858502 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6506905, - 47.44858502 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045629, - 47.271963 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045629, - 47.271963 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045629, - 47.271963 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0139662, - 47.10072025 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.48718, - 47.210396 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.48718, - 47.210396 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.477806, - 47.103448 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.477806, - 47.103448 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.587558, - 48.113313 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.587558, - 48.113313 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229205, - 48.690167 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229205, - 48.690167 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108717, - 43.109537 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108717, - 43.109537 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.229096, - 44.286754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.229096, - 44.286754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.229096, - 44.286754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.229096, - 44.286754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.229096, - 44.286754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.580008, - 48.468782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.80018, - 47.621586 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.80018, - 47.621586 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.288579, - 45.888311 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48209, - 46.72506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48209, - 46.72506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.288579, - 45.888311 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353733, - 48.856471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61283782, - 47.66849239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61283782, - 47.66849239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401046, - 44.611744 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401046, - 44.611744 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286503, - 49.928469 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286503, - 49.928469 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.049431, - 43.400154 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.049431, - 43.400154 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.477834, - 50.342911 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.477834, - 50.342911 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.378539, - 46.296224 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.378539, - 46.296224 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772478, - 46.54389 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772478, - 46.54389 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772478, - 46.54389 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315531, - 46.16964 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315531, - 46.16964 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315531, - 46.16964 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315531, - 46.16964 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.70021078, - 46.97447173 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.70021078, - 46.97447173 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.038965, - 44.033749 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.038965, - 44.033749 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9507519, - 47.34592915 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9507519, - 47.34592915 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.064025, - 43.924904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.064025, - 43.924904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.064025, - 43.924904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.064025, - 43.924904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431708, - 49.060851 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431708, - 49.060851 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431708, - 49.060851 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431708, - 49.060851 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.531531, - 48.5411 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.531531, - 48.5411 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85591286, - 48.27086799 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41071, - 43.632423 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41071, - 43.632423 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.378539, - 46.296224 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.378539, - 46.296224 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.378539, - 46.296224 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.958707, - 45.708229 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.958707, - 45.708229 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.09635437, - 47.1818339 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.415382, - 46.34256 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359933, - 49.317803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359933, - 49.317803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.768273, - 47.395589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.768273, - 47.395589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963056, - 46.096296 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963056, - 46.096296 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963056, - 46.096296 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963056, - 46.096296 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963056, - 46.096296 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26067, - 47.8371 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26067, - 47.8371 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62615408, - 47.43926466 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62615408, - 47.43926466 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.77859839, - 47.36839944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.77859839, - 47.36839944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523729, - 49.854847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523729, - 49.854847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523729, - 49.854847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523729, - 49.854847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523729, - 49.854847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523729, - 49.854847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523729, - 49.854847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523729, - 49.854847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.906228, - 45.048606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.906228, - 45.048606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.80337011, - 46.9202394 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.80337011, - 46.9202394 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.355484, - 43.594881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.355484, - 43.594881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.415382, - 46.34256 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.808017, - 50.30778 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.09635437, - 47.1818339 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.808017, - 50.30778 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.261484, - 44.557674 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.261484, - 44.557674 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.266909, - 47.282613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.266909, - 47.282613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66514559, - 47.35048561 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66514559, - 47.35048561 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7037549, - 44.7456293 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.381368, - 46.072613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.381368, - 46.072613 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.38108, - 46.073036 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.38108, - 46.073036 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.598175, - 43.668793 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.598175, - 43.668793 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264781, - 48.936485 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264781, - 48.936485 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3074641, - 45.5515497 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3074641, - 45.5515497 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3074641, - 45.5515497 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3074641, - 45.5515497 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.664064, - 48.845473 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8160508, - 45.406247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70136, - 49.400247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.346915, - 43.658268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.346915, - 43.658268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.346915, - 43.658268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.328964, - 48.070716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.328964, - 48.070716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432414, - 49.061637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.122851, - 50.984165 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.85359, - 46.90976 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.122851, - 50.984165 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.632298, - 48.2765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.632298, - 48.2765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.581239, - 48.317543 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.581239, - 48.317543 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.064557, - 48.974923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.064557, - 48.974923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.064557, - 48.974923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.064557, - 48.974923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.182904, - 43.549941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.182904, - 43.549941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.182904, - 43.549941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.182904, - 43.549941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.182904, - 43.549941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.346915, - 43.658268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.346915, - 43.658268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387757, - 47.665885 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387757, - 47.665885 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.60405, - 45.8923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.60405, - 45.8923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.60405, - 45.8923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.60405, - 45.8923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.60405, - 45.8923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.60405, - 45.8923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.520988, - 49.924518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.520988, - 49.924518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.782989, - 49.526756 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.782989, - 49.526756 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.300302, - 45.140801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.300302, - 45.140801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.708943, - 49.312189 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.708943, - 49.312189 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.744732, - 49.858676 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.744732, - 49.858676 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.599876, - 49.873325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.599876, - 49.873325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7179736, - 48.5387872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3467, - 43.658878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3467, - 43.658878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417075, - 46.751937 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417075, - 46.751937 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417075, - 46.751937 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417075, - 46.751937 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417075, - 46.751937 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387757, - 47.665885 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387757, - 47.665885 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387757, - 47.665885 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.182904, - 43.549941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.85359, - 46.90976 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.357699, - 47.834549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.676055, - 48.591983 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72181146, - 48.26436754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72181146, - 48.26436754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72181146, - 48.26436754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72181146, - 48.26436754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.774085, - 47.270106 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.774085, - 47.270106 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.774085, - 47.270106 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.774085, - 47.270106 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.375201, - 47.069203 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.375201, - 47.069203 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.676055, - 48.591983 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.676055, - 48.591983 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.676055, - 48.591983 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.676055, - 48.591983 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.676055, - 48.591983 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.836453, - 47.565669 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.346737, - 46.547078 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.346737, - 46.547078 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598651, - 45.610095 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598651, - 45.610095 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598651, - 45.610095 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598651, - 45.610095 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598651, - 45.610095 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.68091, - 47.819899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.68091, - 47.819899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03652099, - 43.59198274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03652099, - 43.59198274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03652099, - 43.59198274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03652099, - 43.59198274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03652099, - 43.59198274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72181146, - 48.26436754 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.346573, - 43.658837 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.346573, - 43.658837 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.346573, - 43.658837 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.836453, - 47.565669 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.162406, - 43.421307 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.162406, - 43.421307 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.162406, - 43.421307 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.162406, - 43.421307 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.887593, - 47.544659 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.887593, - 47.544659 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.457725, - 47.562823 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.457725, - 47.562823 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50502, - 46.72097 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50502, - 46.72097 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.549262, - 47.600149 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.549262, - 47.600149 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315979, - 46.16987 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315979, - 46.16987 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315979, - 46.16987 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315979, - 46.16987 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315979, - 46.16987 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315442, - 46.169875 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315442, - 46.169875 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315442, - 46.169875 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315442, - 46.169875 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315442, - 46.169875 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315442, - 46.169875 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.832382, - 49.281413 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.832382, - 49.281413 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.832382, - 49.281413 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.832382, - 49.281413 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.346573, - 43.658837 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.60405, - 45.8923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.60405, - 45.8923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.625257, - 49.828116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862591, - 45.74851 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862591, - 45.74851 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.017597, - 46.451625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.23960961, - 48.1272092 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.625257, - 49.828116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.23960961, - 48.1272092 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.23960961, - 48.1272092 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.23960961, - 48.1272092 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.81642, - 45.238924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.81642, - 45.238924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.81642, - 45.238924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.81642, - 45.238924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.81642, - 45.238924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.81642, - 45.238924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.559775, - 47.955226 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.559775, - 47.955226 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.559775, - 47.955226 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.559775, - 47.955226 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.559775, - 47.955226 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05837, - 48.326772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05837, - 48.326772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.211785, - 43.361722 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.211785, - 43.361722 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.211785, - 43.361722 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.581681, - 48.728361 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.581681, - 48.728361 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427018, - 46.725151 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427018, - 46.725151 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427018, - 46.725151 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427018, - 46.725151 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427018, - 46.725151 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427018, - 46.725151 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427018, - 46.725151 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.998884, - 49.217693 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.998884, - 49.217693 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.767761, - 45.165133 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.578276, - 49.474329 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842865, - 49.883542 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.499447, - 49.354924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.499447, - 49.354924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806857, - 49.870549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806857, - 49.870549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.626666, - 49.890051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.626666, - 49.890051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.539584, - 49.841842 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.539584, - 49.841842 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4738, - 49.523656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4738, - 49.523656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.279186, - 49.903185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.279186, - 49.903185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.699761, - 49.395875 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.699761, - 49.395875 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.603013, - 49.838277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.603013, - 49.838277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765891, - 49.851378 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765891, - 49.851378 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.599154, - 43.285628 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.599154, - 43.285628 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49431, - 49.788094 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49431, - 49.788094 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.955605, - 46.319259 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.955605, - 46.319259 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60966, - 44.171306 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60966, - 44.171306 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60966, - 44.171306 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60966, - 44.171306 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842865, - 49.883542 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.578276, - 49.474329 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.767761, - 45.165133 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.103798, - 49.074974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35969, - 49.209799 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35969, - 49.209799 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.996112, - 49.218544 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.996112, - 49.218544 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36394976, - 48.95182009 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36394976, - 48.95182009 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36394976, - 48.95182009 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36394976, - 48.95182009 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.624104, - 48.361737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.624104, - 48.361737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.624104, - 48.361737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.624104, - 48.361737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.427569, - 49.869541 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.427569, - 49.869541 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.814135, - 49.288572 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.814135, - 49.288572 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.738553, - 49.885189 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.738553, - 49.885189 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.014127, - 49.482685 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.014127, - 49.482685 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.763445, - 49.513165 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.763445, - 49.513165 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.167409, - 48.768588 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.167409, - 48.768588 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.167409, - 48.768588 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.167409, - 48.768588 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.419153, - 49.698213 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.419153, - 49.698213 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.103798, - 49.074974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.357699, - 47.834549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.357699, - 47.834549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70136, - 49.400247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589812, - 48.777379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.340441, - 49.769178 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.340441, - 49.769178 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.492422, - 45.188934 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.492422, - 45.188934 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.492422, - 45.188934 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.492422, - 45.188934 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.492422, - 45.188934 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.485549, - 45.161604 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.485549, - 45.161604 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.389744, - 49.036656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.389744, - 49.036656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589812, - 48.777379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589812, - 48.777379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589812, - 48.777379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589812, - 48.777379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589812, - 48.777379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589812, - 48.777379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589812, - 48.777379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589698, - 48.776964 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589698, - 48.776964 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589698, - 48.776964 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589698, - 48.776964 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.954685, - 49.428651 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.954685, - 49.428651 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.402838, - 43.551582 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.402838, - 43.551582 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16581, - 48.838141 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16581, - 48.838141 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.680823, - 47.820159 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.680823, - 47.820159 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24461, - 46.99259 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24461, - 46.99259 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.044, - 49.6695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.044, - 49.6695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16687293, - 49.63044664 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16687293, - 49.63044664 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.118014, - 46.573538 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.118014, - 46.573538 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.118014, - 46.573538 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.118014, - 46.573538 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.118014, - 46.573538 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.222737, - 47.815173 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.222737, - 47.815173 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.222737, - 47.815173 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.222737, - 47.815173 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.222737, - 47.815173 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.222737, - 47.815173 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.222737, - 47.815173 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.323697, - 43.72454 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.197267, - 47.974493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.197267, - 47.974493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.197267, - 47.974493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.197267, - 47.974493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.197267, - 47.974493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.643851, - 48.556927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.752628, - 50.451251 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.752628, - 50.451251 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04325, - 47.41236 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04325, - 47.41236 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04325, - 47.41236 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04325, - 47.41236 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.357699, - 47.834549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82163, - 45.488418 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.577555, - 47.109985 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378795, - 50.571808 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378795, - 50.571808 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378795, - 50.571808 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378795, - 50.571808 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378795, - 50.571808 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630208, - 45.577663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630208, - 45.577663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630208, - 45.577663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630208, - 45.577663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630208, - 45.577663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630208, - 45.577663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630208, - 45.577663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630208, - 45.577663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82163, - 45.488418 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.852069, - 43.456556 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.852069, - 43.456556 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.852069, - 43.456556 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.852069, - 43.456556 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.642625, - 47.999847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.642625, - 47.999847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957174, - 49.601797 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957174, - 49.601797 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390318, - 47.084091 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390318, - 47.084091 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39614, - 48.962298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39614, - 48.962298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383278, - 49.395725 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383278, - 49.395725 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.577555, - 47.109985 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64276092, - 47.6033841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64276092, - 47.6033841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64276092, - 47.6033841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053197, - 50.548681 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.836951, - 47.565651 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.836951, - 47.565651 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.517406, - 48.990975 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.517406, - 48.990975 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.517406, - 48.990975 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.517406, - 48.990975 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371119, - 46.701836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371119, - 46.701836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371119, - 46.701836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371119, - 46.701836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371119, - 46.701836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.201718, - 47.081187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.201718, - 47.081187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702388, - 44.004164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702388, - 44.004164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702388, - 44.004164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702388, - 44.004164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702388, - 44.004164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702388, - 44.004164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702388, - 44.004164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64276092, - 47.6033841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41992, - 46.7149 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41992, - 46.7149 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.165492, - 48.83775 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17560786, - 45.9148288 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401525, - 45.459204 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0775, - 49.606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0775, - 49.606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17560786, - 45.9148288 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17560786, - 45.9148288 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.165492, - 48.83775 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17560786, - 45.9148288 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427526, - 48.093861 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427526, - 48.093861 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427526, - 48.093861 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427526, - 48.093861 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427526, - 48.093861 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427526, - 48.093861 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427526, - 48.093861 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.427526, - 48.093861 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.474615, - 43.298803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.474615, - 43.298803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.474615, - 43.298803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.474615, - 43.298803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.474615, - 43.298803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.371323, - 45.634283 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.371323, - 45.634283 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.371323, - 45.634283 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.371323, - 45.634283 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96886, - 48.0297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96886, - 48.0297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.383636, - 48.307361 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.383636, - 48.307361 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5813, - 48.04599 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5813, - 48.04599 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5437517, - 43.1782826 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5437517, - 43.1782826 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5437517, - 43.1782826 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5437517, - 43.1782826 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5437517, - 43.1782826 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5437517, - 43.1782826 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5437517, - 43.1782826 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5437517, - 43.1782826 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5437517, - 43.1782826 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966165, - 45.562744 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966165, - 45.562744 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966165, - 45.562744 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966165, - 45.562744 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966165, - 45.562744 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966165, - 45.562744 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.966089, - 45.56295 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.474615, - 43.298803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.474615, - 43.298803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.044664, - 48.087704 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862462, - 43.987408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.252347, - 48.70712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.866943, - 47.024413 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.866943, - 47.024413 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.033437, - 43.14877 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986062, - 48.565925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986062, - 48.565925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986062, - 48.565925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986062, - 48.565925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986062, - 48.565925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986062, - 48.565925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986062, - 48.565925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986062, - 48.565925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986062, - 48.565925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.252347, - 48.70712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862462, - 43.987408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.044664, - 48.087704 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862462, - 43.987408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8991, - 48.2494 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8991, - 48.2494 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39821, - 43.440935 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39821, - 43.440935 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39821, - 43.440935 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39821, - 43.440935 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39821, - 43.440935 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39821, - 43.440935 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862979, - 43.987237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78046, - 48.0684 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78046, - 48.0684 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.82574, - 48.10823 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.82574, - 48.10823 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862462, - 43.987408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862462, - 43.987408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862462, - 43.987408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862462, - 43.987408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862462, - 43.987408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0139662, - 47.10072025 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401525, - 45.459204 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05837, - 48.326772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.791078, - 47.775214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.896907, - 47.982211 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.864668, - 45.717133 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.864668, - 45.717133 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.864668, - 45.717133 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.864668, - 45.717133 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.425003, - 47.418349 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.425003, - 47.418349 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525134, - 47.413841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525134, - 47.413841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.791078, - 47.775214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.341651, - 47.448915 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.885469, - 48.201157 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.070017, - 47.793571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.070017, - 47.793571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929588, - 47.901046 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929588, - 47.901046 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.070766, - 47.803382 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.070766, - 47.803382 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.085881, - 47.918855 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.085881, - 47.918855 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.896907, - 47.982211 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.341651, - 47.448915 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.038915, - 48.560028 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.378134, - 47.581612 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.150983, - 47.514688 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05053, - 47.42555 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05053, - 47.42555 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.124944, - 47.325755 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.124944, - 47.325755 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18419, - 47.343958 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18419, - 47.343958 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18419, - 47.343958 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18419, - 47.343958 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.378134, - 47.581612 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.862056, - 47.752657 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.608919, - 47.411859 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.608919, - 47.411859 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.362749, - 47.744154 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.362749, - 47.744154 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.679052, - 49.904515 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.679052, - 49.904515 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.679052, - 49.904515 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.679052, - 49.904515 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.862056, - 47.752657 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0739, - 47.7913 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0739, - 47.7913 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.809068, - 47.880445 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.686392, - 48.748002 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.740861, - 47.358186 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.740861, - 47.358186 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.369809, - 47.567044 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.369809, - 47.567044 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.338914, - 47.587974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.338914, - 47.587974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34025, - 47.588846 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34025, - 47.588846 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.686392, - 48.748002 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.686392, - 48.748002 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.809068, - 47.880445 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.686392, - 48.748002 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.686392, - 48.748002 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.686392, - 48.748002 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.686392, - 48.748002 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.490553, - 47.23129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.359058, - 47.608669 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.359058, - 47.608669 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.553296, - 47.016191 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.553296, - 47.016191 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.743234, - 47.359277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.743234, - 47.359277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.033293, - 47.533779 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.033293, - 47.533779 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.995529, - 47.805809 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.995529, - 47.805809 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.831243, - 48.313407 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.605512, - 47.715684 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.605512, - 47.715684 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.560186, - 47.685381 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.560186, - 47.685381 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.612878, - 47.71724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.612878, - 47.71724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.74353, - 47.363383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.74353, - 47.363383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.744565, - 47.356158 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.744565, - 47.356158 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.03553, - 47.31321 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.03553, - 47.31321 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.127244, - 49.215278 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.127244, - 49.215278 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.127244, - 49.215278 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.127244, - 49.215278 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.150983, - 47.514688 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.284024, - 47.634797 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.418747, - 43.304831 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.669796, - 47.321429 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.703626, - 44.004071 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.796718, - 45.775344 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.796718, - 45.775344 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.796718, - 45.775344 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.929976, - 45.673865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.929976, - 45.673865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.929976, - 45.673865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.929976, - 45.673865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.929976, - 45.673865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.669796, - 47.321429 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.703626, - 44.004071 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.740681, - 45.70124 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.400757, - 47.276675 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.400757, - 47.276675 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861458, - 47.751579 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861458, - 47.751579 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68782, - 47.75244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68782, - 47.75244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.416839, - 47.613725 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.416839, - 47.613725 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.703626, - 44.004071 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.703626, - 44.004071 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.284024, - 47.634797 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.395618, - 47.033837 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.001365, - 46.118881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26932, - 43.618714 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26932, - 43.618714 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.685096, - 45.214781 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.685096, - 45.214781 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298291, - 48.793804 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298291, - 48.793804 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.788014, - 47.024564 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.788014, - 47.024564 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.395618, - 47.033837 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.703626, - 44.004071 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.330665, - 48.112966 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.578366, - 48.589346 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.793041, - 45.774399 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.828502, - 47.282663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.828502, - 47.282663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.762513, - 47.327701 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.762513, - 47.327701 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.510935, - 47.341249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.510935, - 47.341249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.060181, - 47.794548 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.060181, - 47.794548 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01733, - 47.68865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.901331, - 48.611702 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.503833, - 49.005955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.848995, - 47.5426 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.848995, - 47.5426 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.456518, - 42.742776 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.456518, - 42.742776 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.415112, - 47.89923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.415112, - 47.89923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.415112, - 47.89923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.415112, - 47.89923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.286574, - 47.395095 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01733, - 47.68865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.286574, - 47.395095 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.057401, - 47.806584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.057401, - 47.806584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.299326, - 47.252928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.299326, - 47.252928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.457308, - 47.59298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.457308, - 47.59298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.658134, - 47.590104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.658134, - 47.590104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.503833, - 49.005955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.503833, - 49.005955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.503833, - 49.005955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.503833, - 49.005955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858, - 48.7998 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858, - 48.7998 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95397, - 47.431032 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95397, - 47.431032 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.25007, - 47.52429 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.25007, - 47.52429 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.173305, - 47.49941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.173305, - 47.49941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.503619, - 49.006164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.503619, - 49.006164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.171846, - 47.501399 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.171846, - 47.501399 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.222464, - 47.248199 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.222464, - 47.248199 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.390391, - 47.276707 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.390391, - 47.276707 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.474702, - 43.640079 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.474702, - 43.640079 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.503833, - 49.005955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.244902, - 47.1648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.244902, - 47.1648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.908075, - 47.509629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.379939, - 49.175325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.046276, - 48.716915 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.400957, - 49.342913 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.400957, - 49.342913 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.023062, - 47.593796 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.023062, - 47.593796 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.511154, - 48.973301 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.511154, - 48.973301 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.427367, - 49.071221 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.427367, - 49.071221 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.379939, - 49.175325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.90451, - 47.61043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.773067, - 47.268872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.773067, - 47.268872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.773067, - 47.268872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.773067, - 47.268872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.773067, - 47.268872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.773067, - 47.268872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.185284, - 49.381609 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.185284, - 49.381609 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.507144, - 48.513392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.046276, - 48.716915 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.90451, - 47.61043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.908075, - 47.509629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.611639, - 44.721801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381737, - 49.155459 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.288487, - 49.031403 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.288487, - 49.031403 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623041, - 48.690563 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623041, - 48.690563 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.269623, - 48.977679 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.269623, - 48.977679 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.269623, - 48.977679 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.269623, - 48.977679 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.611639, - 44.721801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.934461, - 45.758512 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.636671, - 49.213447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.636671, - 49.213447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242708, - 48.593992 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242708, - 48.593992 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.974959, - 45.720724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.974959, - 45.720724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.627281, - 49.096559 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.627281, - 49.096559 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.934461, - 45.758512 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.507144, - 48.513392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.376687, - 49.210123 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.376687, - 49.210123 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.210292, - 47.887587 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586958, - 46.378498 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.591824, - 48.758457 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.591824, - 48.758457 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.167513, - 48.780168 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.167513, - 48.780168 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.017258, - 48.637806 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.017258, - 48.637806 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.582503, - 48.596041 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.582503, - 48.596041 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.210292, - 47.887587 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.354515, - 48.488338 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.775121, - 48.463146 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29412, - 47.822077 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29412, - 47.822077 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.506585, - 47.70652 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.506585, - 47.70652 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.508335, - 47.703524 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.508335, - 47.703524 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828268, - 45.491712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828268, - 45.491712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586958, - 46.378498 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586958, - 46.378498 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586958, - 46.378498 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586958, - 46.378498 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.354515, - 48.488338 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284357, - 49.285869 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284357, - 49.285869 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111015, - 48.932711 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111015, - 48.932711 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111015, - 48.932711 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111015, - 48.932711 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111015, - 48.932711 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111015, - 48.932711 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.38719, - 49.167779 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.38719, - 49.167779 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.324949, - 48.68465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.324949, - 48.68465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.58761, - 47.108011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.58761, - 47.108011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.58761, - 47.108011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.58761, - 47.108011 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071757, - 49.105212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071757, - 49.105212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381737, - 49.155459 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.388646, - 49.161975 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.388646, - 49.161975 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.339852, - 47.583802 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.334115, - 47.589412 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.334115, - 47.589412 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.448257, - 48.169441 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.448257, - 48.169441 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.159173, - 48.76661 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.159173, - 48.76661 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.144079, - 48.220488 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.144079, - 48.220488 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.339852, - 47.583802 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.452407, - 48.173165 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.553632, - 47.273794 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.452407, - 48.173165 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.333499, - 47.584457 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.333499, - 47.584457 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.778858, - 45.183035 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.778858, - 45.183035 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.338252, - 47.593425 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.338252, - 47.593425 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.332601, - 47.587793 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.332601, - 47.587793 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39177715, - 48.18831452 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.459363, - 47.507757 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.459363, - 47.507757 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545043, - 47.549129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.447639, - 47.639409 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.447639, - 47.639409 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.303007, - 48.283904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856182, - 48.271147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856182, - 48.271147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856182, - 48.271147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856182, - 48.271147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856182, - 48.271147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856182, - 48.271147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.022989, - 47.601445 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.022989, - 47.601445 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05821, - 47.42841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05821, - 47.42841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.044051, - 47.416387 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.044051, - 47.416387 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.394261, - 48.718342 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.42975, - 47.421438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.42975, - 47.421438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545043, - 47.549129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.553632, - 47.273794 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.557391, - 47.273629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.668772, - 48.602209 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39074, - 49.160318 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.366673, - 49.519625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.114099, - 48.937863 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.114099, - 48.937863 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.059802, - 48.978479 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.059802, - 48.978479 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.672126, - 47.254312 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.672126, - 47.254312 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.672126, - 47.254312 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.672126, - 47.254312 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39074, - 49.160318 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.557391, - 47.273629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.355194, - 48.720645 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.355194, - 48.720645 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.460828, - 47.499325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.460828, - 47.499325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.383243, - 49.163453 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.383243, - 49.163453 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.011539, - 48.474088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.011539, - 48.474088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.668772, - 48.602209 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.366673, - 49.519625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.708556, - 45.750501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.708556, - 45.750501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.511859, - 48.821478 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.664424, - 45.198312 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.664424, - 45.198312 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.390409, - 47.636004 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.390409, - 47.636004 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.718157, - 47.39166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.718157, - 47.39166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.037276, - 47.585286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.037276, - 47.585286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387714, - 49.15923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387714, - 49.15923 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929119, - 46.854559 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929119, - 46.854559 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.540494, - 48.892528 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.540494, - 48.892528 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.428741, - 47.958865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.428741, - 47.958865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525589, - 47.668808 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525589, - 47.668808 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.511859, - 48.821478 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.001365, - 46.118881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.001365, - 46.118881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.001365, - 46.118881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.494161, - 48.343955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37289291, - 49.3797657 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37289291, - 49.3797657 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37289291, - 49.3797657 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37289291, - 49.3797657 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.239974, - 47.671469 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.239974, - 47.671469 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.68742, - 48.52747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.806087, - 47.533105 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.806087, - 47.533105 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.184395, - 48.115521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.373159, - 47.268943 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.373159, - 47.268943 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.250812, - 50.755426 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.250812, - 50.755426 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70014885, - 43.99972129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.131711, - 47.618868 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22626, - 45.850533 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22626, - 45.850533 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.851806, - 43.456489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.851806, - 43.456489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.851806, - 43.456489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.851806, - 43.456489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.851806, - 43.456489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.851806, - 43.456489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.131711, - 47.618868 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.491615, - 48.450232 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.973989, - 50.638442 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.973989, - 50.638442 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48426, - 48.24397 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.598126, - 47.273001 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.598126, - 47.273001 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493841, - 43.632368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.239974, - 47.671469 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.239974, - 47.671469 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63058, - 50.540027 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7737244, - 49.2429735 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.332896, - 47.179275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.332896, - 47.179275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.332896, - 47.179275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.332896, - 47.179275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7737244, - 49.2429735 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7737244, - 49.2429735 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7737244, - 49.2429735 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7737244, - 49.2429735 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7737244, - 49.2429735 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299441, - 48.993908 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13248609, - 48.40772761 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299441, - 48.993908 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.930531, - 45.903285 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.930531, - 45.903285 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72891209, - 47.44048231 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72891209, - 47.44048231 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72891209, - 47.44048231 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72891209, - 47.44048231 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70014885, - 43.99972129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70014885, - 43.99972129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.593695, - 47.404129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.593695, - 47.404129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.54027, - 49.654708 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.54027, - 49.654708 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.01794363, - 48.543534 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.01794363, - 48.543534 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.01794363, - 48.543534 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.01794363, - 48.543534 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598593, - 43.42185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598593, - 43.42185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598593, - 43.42185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598593, - 43.42185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598593, - 43.42185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.133247, - 48.225489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.133247, - 48.225489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.133247, - 48.225489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.133247, - 48.225489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.133247, - 48.225489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.133247, - 48.225489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.133247, - 48.225489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.382251, - 48.600134 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.608736, - 47.410482 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.608736, - 47.410482 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22626, - 45.850533 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22626, - 45.850533 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22626, - 45.850533 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.622504, - 48.102864 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390459, - 47.077214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390459, - 47.077214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430694, - 49.061634 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430694, - 49.061634 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430694, - 49.061634 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430694, - 49.061634 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430694, - 49.061634 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430694, - 49.061634 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.622504, - 48.102864 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.589824, - 43.061587 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432073, - 49.061104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.589824, - 43.061587 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.589824, - 43.061587 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.589824, - 43.061587 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.589824, - 43.061587 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432073, - 49.061104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432073, - 49.061104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432073, - 49.061104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432073, - 49.061104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432073, - 49.061104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.262372, - 45.790203 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.262372, - 45.790203 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39293, - 47.09662 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39293, - 47.09662 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32158, - 47.06273 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32158, - 47.06273 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.385027, - 48.182481 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431281, - 49.06124 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431281, - 49.06124 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18557399, - 46.79318772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18557399, - 46.79318772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.262097, - 45.790201 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.262097, - 45.790201 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.262097, - 45.790201 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.262097, - 45.790201 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.262097, - 45.790201 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.262097, - 45.790201 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.415632, - 47.08144 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.415632, - 47.08144 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.392645, - 47.821051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.392645, - 47.821051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86274734, - 45.74865449 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86274734, - 45.74865449 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432073, - 49.061104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432073, - 49.061104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586006, - 44.369325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.437891, - 47.491274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212795, - 45.611787 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212795, - 45.611787 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09289, - 49.34888 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09289, - 49.34888 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.651837, - 47.032703 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.651837, - 47.032703 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.810449, - 45.317662 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.810449, - 45.317662 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.437891, - 47.491274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046277, - 46.907568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.481157, - 48.013685 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046277, - 46.907568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184578, - 47.22576477 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184578, - 47.22576477 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56562948, - 47.19505287 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56562948, - 47.19505287 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586006, - 44.369325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586006, - 44.369325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586006, - 44.369325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586006, - 44.369325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212795, - 45.611787 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212795, - 45.611787 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212795, - 45.611787 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.729526, - 47.082201 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.005494, - 43.56734 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.005494, - 43.56734 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431669, - 49.061392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431669, - 49.061392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430869, - 49.060816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430869, - 49.060816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430869, - 49.060816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430869, - 49.060816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430869, - 49.060816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430869, - 49.060816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430869, - 49.060816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430869, - 49.060816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.730751, - 46.895598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.730751, - 46.895598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.533494, - 48.647444 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.533494, - 48.647444 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528385, - 47.532264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528385, - 47.532264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.729526, - 47.082201 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70014885, - 43.99972129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70014885, - 43.99972129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8280004, - 45.27639194 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.166865, - 47.807101 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.990385, - 43.423878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.990385, - 43.423878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.916704, - 47.32298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.916704, - 47.32298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.126858, - 47.237775 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.126858, - 47.237775 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.166865, - 47.807101 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.166865, - 47.807101 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.166865, - 47.807101 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.166865, - 47.807101 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.990385, - 43.423878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49908, - 47.444663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49908, - 47.444663 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.744771, - 47.545012 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.744771, - 47.545012 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.990385, - 43.423878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.990385, - 43.423878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.122062, - 47.509629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379636, - 50.572433 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.070357, - 50.225478 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.070357, - 50.225478 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.642716, - 43.075236 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.242347, - 48.58155 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.097127, - 49.110221 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.097127, - 49.110221 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379636, - 50.572433 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379636, - 50.572433 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379636, - 50.572433 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.208185, - 47.177919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40054, - 49.194108 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.208185, - 47.177919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65359, - 47.03591 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65359, - 47.03591 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.608911, - 47.469991 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.608911, - 47.469991 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.69377, - 48.32822 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40054, - 49.194108 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40054, - 49.194108 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40054, - 49.194108 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.644529, - 48.599459 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.872837, - 46.835669 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.872837, - 46.835669 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.872837, - 46.835669 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.872837, - 46.835669 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.872837, - 46.835669 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423609, - 43.29269 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423609, - 43.29269 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.988249, - 43.668879 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.988249, - 43.668879 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1344, - 45.78501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1344, - 45.78501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225126, - 43.826979 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225126, - 43.826979 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8280004, - 45.27639194 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8280004, - 45.27639194 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8280004, - 45.27639194 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8280004, - 45.27639194 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8280004, - 45.27639194 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8280004, - 45.27639194 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537008, - 43.247782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.536712, - 43.247576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.070357, - 50.225478 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167004, - 45.999881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167004, - 45.999881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48274, - 47.10015 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.633507, - 48.992969 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.633507, - 48.992969 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.633507, - 48.992969 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.633507, - 48.992969 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.269339, - 46.203218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.269339, - 46.203218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8678, - 42.684685 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8678, - 42.684685 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48274, - 47.10015 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.089531, - 43.216129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.399705, - 45.462082 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.089531, - 43.216129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.089531, - 43.216129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.089531, - 43.216129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.089531, - 43.216129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.089531, - 43.216129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.089531, - 43.216129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.205198, - 46.152422 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.205198, - 46.152422 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.205198, - 46.152422 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.633507, - 48.992969 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856042, - 48.274978 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856042, - 48.274978 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856042, - 48.274978 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.122062, - 47.509629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3338292, - 47.1862674 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3338292, - 47.1862674 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3338292, - 47.1862674 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3338292, - 47.1862674 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.322448, - 47.44248 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.322448, - 47.44248 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.790964, - 47.502321 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.790964, - 47.502321 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.121673, - 47.508607 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.121673, - 47.508607 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.121673, - 47.508607 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.121673, - 47.508607 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46055656, - 48.67393864 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95679523, - 48.25514781 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87900427, - 48.4162747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856042, - 48.274978 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856042, - 48.274978 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856042, - 48.274978 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.205198, - 46.152422 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.399705, - 45.462082 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167004, - 45.999881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772852, - 47.269214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76685137, - 46.13428529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76685137, - 46.13428529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772852, - 47.269214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772852, - 47.269214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772852, - 47.269214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772852, - 47.269214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772852, - 47.269214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772852, - 47.269214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772852, - 47.269214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6564, - 47.3376 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22454, - 47.813445 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6564, - 47.3376 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86500418, - 46.42090355 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86500418, - 46.42090355 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86500418, - 46.42090355 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86500418, - 46.42090355 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86500418, - 46.42090355 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86500418, - 46.42090355 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86500418, - 46.42090355 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167004, - 45.999881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76685137, - 46.13428529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76685137, - 46.13428529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76685137, - 46.13428529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76685137, - 46.13428529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22454, - 47.813445 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22454, - 47.813445 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22454, - 47.813445 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22454, - 47.813445 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.543986, - 47.486261 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.543986, - 47.486261 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42548, - 48.817955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42548, - 48.817955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.781369, - 47.28464 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.781369, - 47.28464 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48407805, - 48.44726082 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54317, - 50.83325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54317, - 50.83325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54317, - 50.83325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54317, - 50.83325 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.456267, - 48.814144 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.268863, - 43.618817 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.268863, - 43.618817 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76685137, - 46.13428529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.418747, - 43.304831 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.183371, - 47.938264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401718, - 45.459377 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145681, - 48.083941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145681, - 48.083941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.110755, - 44.119222 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.110755, - 44.119222 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.157741, - 49.154069 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.157741, - 49.154069 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.337966, - 44.431026 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.337966, - 44.431026 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.681095, - 47.820037 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82953, - 46.305505 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.681095, - 47.820037 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.681095, - 47.820037 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.916358, - 48.627291 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.916358, - 48.627291 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.444554, - 48.980736 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.444554, - 48.980736 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82953, - 46.305505 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82953, - 46.305505 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82953, - 46.305505 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105773, - 46.159016 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105773, - 46.159016 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105773, - 46.159016 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105773, - 46.159016 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326459, - 48.888132 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.922786, - 42.691616 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.922786, - 42.691616 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.616726, - 47.415343 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.616726, - 47.415343 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.642773, - 43.471439 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.142548, - 43.658197 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.142548, - 43.658197 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.112229, - 49.397739 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7501, - 47.6644 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.623389, - 48.595821 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.623389, - 48.595821 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.623389, - 48.595821 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.623389, - 48.595821 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.760154, - 48.515332 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.760154, - 48.515332 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.234158, - 46.193253 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.234158, - 46.193253 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7501, - 47.6644 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.829824, - 48.622734 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.112229, - 49.397739 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.829824, - 48.622734 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.729763, - 48.106302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.729763, - 48.106302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.729763, - 48.106302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.729763, - 48.106302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.438596, - 48.422931 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.438596, - 48.422931 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7769873, - 47.47546806 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7769873, - 47.47546806 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42481307, - 47.11995595 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42481307, - 47.11995595 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.407851, - 45.806785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.407851, - 45.806785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.821276, - 48.321282 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.615962, - 43.00587 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.615962, - 43.00587 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.10312551, - 47.22885084 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.10312551, - 47.22885084 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.624051, - 44.176503 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.624051, - 44.176503 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.405298, - 43.275477 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.405298, - 43.275477 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.610285, - 43.466186 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.610285, - 43.466186 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.666684, - 47.399974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.666684, - 47.399974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.785548, - 48.09154 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.785548, - 48.09154 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.452333, - 47.071648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.452333, - 47.071648 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.407851, - 45.806785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.407851, - 45.806785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.681095, - 47.820037 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.681095, - 47.820037 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.183371, - 47.938264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.308488, - 43.914901 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31917483, - 47.5476166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31917483, - 47.5476166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.937801, - 47.372326 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.937801, - 47.372326 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.445236, - 47.451294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.445236, - 47.451294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.308488, - 43.914901 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.308488, - 43.914901 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.308488, - 43.914901 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.308488, - 43.914901 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.894899, - 46.944576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.727834, - 47.368329 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.727834, - 47.368329 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.429779, - 44.901007 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.429779, - 44.901007 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170199, - 48.457568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170199, - 48.457568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9840703, - 47.54256978 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.975747, - 43.650761 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.975747, - 43.650761 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.894899, - 46.944576 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.93756, - 47.372504 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.844593, - 47.350406 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.348189, - 47.308279 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.580119, - 47.223487 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.580119, - 47.223487 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0926193, - 47.40984692 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0926193, - 47.40984692 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.936433, - 47.372148 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.549604, - 47.348606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.549604, - 47.348606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.938086, - 47.372793 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.348189, - 47.308279 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.909736, - 47.355949 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.93756, - 47.372504 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.909736, - 47.355949 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.377102, - 46.975509 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.377102, - 46.975509 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.937388, - 47.372671 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.937388, - 47.372671 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04215052, - 47.05603596 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04215052, - 47.05603596 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.93756, - 47.372504 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.93756, - 47.372504 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.545929, - 48.793333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.545929, - 48.793333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.717106, - 48.432041 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.589069, - 49.632953 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.190003, - 47.261202 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85791, - 48.970373 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85791, - 48.970373 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.040193, - 43.14541 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.040193, - 43.14541 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.836032, - 50.943529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.836032, - 50.943529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.96157027, - 46.83186155 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.96157027, - 46.83186155 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.589069, - 49.632953 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.717106, - 48.432041 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.586529, - 48.764309 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.586529, - 48.764309 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.586529, - 48.764309 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.586529, - 48.764309 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.366567, - 49.372476 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.366567, - 49.372476 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.995564, - 47.319767 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.995564, - 47.319767 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.844593, - 47.350406 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.190003, - 47.261202 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.190249, - 47.257237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.190249, - 47.257237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.379129, - 43.488465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.717106, - 48.432041 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.717106, - 48.432041 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.136289, - 49.354737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.136289, - 49.354737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.995569, - 47.328019 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.995569, - 47.328019 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573516, - 48.639513 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573516, - 48.639513 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573516, - 48.639513 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573516, - 48.639513 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47534965, - 47.6156073 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47534965, - 47.6156073 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.729746, - 44.395027 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.729746, - 44.395027 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.70095375, - 47.47147261 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.70095375, - 47.47147261 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.143419, - 47.253068 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.143419, - 47.253068 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.379129, - 43.488465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7769873, - 47.47546806 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7769873, - 47.47546806 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7769873, - 47.47546806 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.431382, - 48.425499 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.431382, - 48.425499 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.57393, - 48.360859 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.57393, - 48.360859 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.431382, - 48.425499 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.431382, - 48.425499 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7769873, - 47.47546806 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.578674, - 48.467261 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.578674, - 48.467261 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.578674, - 48.467261 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.578674, - 48.467261 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.578674, - 48.467261 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.769341, - 47.22798 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.12586534, - 47.28450308 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.12586534, - 47.28450308 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.166973, - 48.773186 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.166973, - 48.773186 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.166973, - 48.773186 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.166973, - 48.773186 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02625743, - 46.96858706 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02625743, - 46.96858706 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.769341, - 47.22798 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.57393, - 48.360859 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.57393, - 48.360859 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.542878, - 47.246675 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91468289, - 47.22805033 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.542878, - 47.246675 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753668, - 44.714666 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.936446, - 43.58831 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.936446, - 43.58831 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.990664, - 47.443928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.990664, - 47.443928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115305, - 49.897972 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115305, - 49.897972 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401718, - 45.459377 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91468289, - 47.22805033 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753907, - 44.714785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753907, - 44.714785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753907, - 44.714785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63142611, - 47.1661501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63142611, - 47.1661501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63142611, - 47.1661501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63142611, - 47.1661501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63142611, - 47.1661501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.109707, - 47.032073 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.109707, - 47.032073 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.109707, - 47.032073 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.109707, - 47.032073 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.109707, - 47.032073 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.607115, - 50.694554 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.607115, - 50.694554 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64893365, - 47.51457851 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64893365, - 47.51457851 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753907, - 44.714785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753907, - 44.714785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753907, - 44.714785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753907, - 44.714785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753907, - 44.714785 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03475606, - 47.08256988 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.10745, - 47.030768 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.10745, - 47.030768 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.10745, - 47.030768 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.728485, - 47.665035 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.728485, - 47.665035 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30915141, - 47.28568302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30915141, - 47.28568302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35618, - 43.109285 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35618, - 43.109285 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03475606, - 47.08256988 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57855158, - 47.4981857 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69715172, - 47.24320891 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69715172, - 47.24320891 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.270227, - 48.558649 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.270227, - 48.558649 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.996808, - 43.5859 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.996808, - 43.5859 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.667944, - 47.073438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.667944, - 47.073438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.038942, - 47.262565 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.10745, - 47.030768 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.10745, - 47.030768 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75572998, - 50.16728841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75572998, - 50.16728841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61630268, - 47.34229894 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61630268, - 47.34229894 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7991226, - 47.41115111 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7991226, - 47.41115111 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.138686, - 50.746462 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.138686, - 50.746462 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.662529, - 49.331998 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.662529, - 49.331998 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42726, - 47.318301 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42726, - 47.318301 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371032, - 48.829294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371032, - 48.829294 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57813368, - 47.44355115 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57813368, - 47.44355115 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75572998, - 50.16728841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75572998, - 50.16728841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75572998, - 50.16728841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75572998, - 50.16728841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75572998, - 50.16728841 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.038942, - 47.262565 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57855158, - 47.4981857 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.398564, - 43.545336 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.790509, - 47.660766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.790509, - 47.660766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.790509, - 47.660766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.455994, - 43.64403 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.455994, - 43.64403 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.157357, - 46.137482 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.157357, - 46.137482 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.398564, - 43.545336 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.398564, - 43.545336 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.398564, - 43.545336 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431325, - 49.061436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65528244, - 47.41894606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65528244, - 47.41894606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.050931, - 50.628119 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.050931, - 50.628119 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.735517, - 47.288104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.735517, - 47.288104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65567564, - 43.46925139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.764199, - 48.146023 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.764199, - 48.146023 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.159707, - 48.776394 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.159707, - 48.776394 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431325, - 49.061436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431325, - 49.061436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431325, - 49.061436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431325, - 49.061436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431325, - 49.061436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17219177, - 47.28483695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17219177, - 47.28483695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14284648, - 47.20235927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14284648, - 47.20235927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.153017, - 44.4147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.153017, - 44.4147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.153017, - 44.4147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.153017, - 44.4147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.392652, - 49.20378 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.392652, - 49.20378 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61646419, - 47.11129467 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61646419, - 47.11129467 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.494957, - 46.725501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.494957, - 46.725501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.495216, - 43.309523 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.495216, - 43.309523 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.081558, - 47.027467 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.987015, - 47.426765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.273798, - 49.167909 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.273798, - 49.167909 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.024159, - 48.569637 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.445571, - 47.432981 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.445571, - 47.432981 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.445571, - 47.432981 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.445571, - 47.432981 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.718402, - 47.388512 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.718402, - 47.388512 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.987015, - 47.426765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.273798, - 49.167909 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.465216, - 48.417688 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03217, - 48.560768 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.557893, - 44.311724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.557893, - 44.311724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.583614, - 48.547241 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.027419, - 47.322482 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.027419, - 47.322482 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.766898, - 44.394767 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.766898, - 44.394767 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.273798, - 49.167909 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.273798, - 49.167909 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67069575, - 47.56963676 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.73106, - 47.063082 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57681, - 46.963507 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57681, - 46.963507 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.589469, - 48.777083 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.766898, - 44.394767 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.766898, - 44.394767 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.388022, - 47.52473 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.438924, - 47.363137 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.084551, - 47.314136 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.730994, - 48.553416 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.730994, - 48.553416 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.77246, - 47.38737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.77246, - 47.38737 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.183346, - 47.195244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.183346, - 47.195244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.631847, - 47.495732 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.631847, - 47.495732 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.438924, - 47.363137 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.388022, - 47.52473 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45328, - 47.022995 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45328, - 47.022995 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.976555, - 47.424187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.976555, - 47.424187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88746, - 46.841416 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88746, - 46.841416 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.337525, - 48.677313 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.337525, - 48.677313 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.820331, - 47.042476 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.084551, - 47.314136 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91895, - 47.330502 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91895, - 47.330502 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.840599, - 47.257093 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.547499, - 47.547449 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.547499, - 47.547449 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.355931, - 47.573036 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.355931, - 47.573036 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.455906, - 47.512561 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.455906, - 47.512561 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.233368, - 47.902339 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.233368, - 47.902339 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.526321, - 47.911214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.526321, - 47.911214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959916, - 48.648549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959916, - 48.648549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.681046, - 47.500549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.681046, - 47.500549 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.797433, - 47.365592 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.797433, - 47.365592 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.865448, - 47.268447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.865448, - 47.268447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.840599, - 47.257093 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.73106, - 47.063082 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.114696, - 47.280285 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.114696, - 47.280285 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38237017, - 48.7101955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.918671, - 49.242974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.918671, - 49.242974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.918671, - 49.242974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.918671, - 49.242974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.918671, - 49.242974 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.330067, - 43.317932 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.330067, - 43.317932 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38237017, - 48.7101955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38237017, - 48.7101955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38237017, - 48.7101955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462654, - 48.968367 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.340464, - 48.703578 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.340464, - 48.703578 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.358596, - 47.566555 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.358596, - 47.566555 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.563245, - 43.1786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.563245, - 43.1786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.244193, - 48.579345 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462654, - 48.968367 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462654, - 48.968367 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.796171, - 43.818161 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.796171, - 43.818161 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.796171, - 43.818161 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.796171, - 43.818161 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.183371, - 47.938264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.226371, - 44.910821 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.226371, - 44.910821 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3438376, - 43.3603506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3438376, - 43.3603506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3438376, - 43.3603506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3438376, - 43.3603506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3438376, - 43.3603506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3438376, - 43.3603506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46166, - 46.135004 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46166, - 46.135004 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77145, - 49.346833 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77145, - 49.346833 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77145, - 49.346833 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77145, - 49.346833 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77145, - 49.346833 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77145, - 49.346833 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.058091, - 48.503769 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.058091, - 48.503769 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462654, - 48.968367 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462654, - 48.968367 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.27542, - 47.112003 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.626942, - 47.277408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.51155, - 47.169884 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.51155, - 47.169884 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.446263, - 47.676153 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.446263, - 47.676153 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.446263, - 47.676153 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.446263, - 47.676153 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.94856, - 47.487114 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.94856, - 47.487114 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462654, - 48.968367 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461937, - 48.968225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.27542, - 47.112003 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.626942, - 47.277408 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9696, - 47.045402 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9696, - 47.045402 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4014, - 47.592044 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462654, - 48.968367 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462654, - 48.968367 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.445425, - 43.914529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.445425, - 43.914529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.075448, - 47.81808 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.075448, - 47.81808 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389685, - 48.675894 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389685, - 48.675894 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.845654, - 43.11634 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.845654, - 43.11634 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.859204, - 46.849213 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.859204, - 46.849213 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5283, - 47.649058 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5283, - 47.649058 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21797, - 47.092181 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21797, - 47.092181 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4014, - 47.592044 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4014, - 47.592044 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4014, - 47.592044 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.820331, - 47.042476 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67069575, - 47.56963676 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.081558, - 47.027467 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7043, - 43.381839 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.770931, - 48.330962 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.030155, - 47.433521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.030155, - 47.433521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47377385, - 47.31067554 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47377385, - 47.31067554 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.538582, - 47.14435 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.538582, - 47.14435 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7043, - 43.381839 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7043, - 43.381839 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7043, - 43.381839 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.770931, - 48.330962 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.39297, - 47.425562 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.39297, - 47.425562 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186173, - 48.044019 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186173, - 48.044019 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35329, - 45.8641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35329, - 45.8641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35329, - 45.8641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35329, - 45.8641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.526151, - 44.587586 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.770931, - 48.330962 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.770931, - 48.330962 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40336, - 47.049277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.736871, - 50.738909 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150316, - 48.304113 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24028784, - 48.44961266 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.128424, - 48.229805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.128424, - 48.229805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.128424, - 48.229805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.128424, - 48.229805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.777857, - 47.585916 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.777857, - 47.585916 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.023238, - 46.881979 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.421643, - 47.382828 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17863, - 48.666908 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17863, - 48.666908 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19641119, - 47.39251545 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19641119, - 47.39251545 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.874505, - 46.834555 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.874505, - 46.834555 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.825341, - 50.450746 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.825341, - 50.450746 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.421643, - 47.382828 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.526151, - 44.587586 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.143177, - 49.050615 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.143177, - 49.050615 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64144, - 49.078606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429227, - 46.776249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429227, - 46.776249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429227, - 46.776249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429227, - 46.776249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429383, - 46.776081 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429383, - 46.776081 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429383, - 46.776081 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429383, - 46.776081 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64144, - 49.078606 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.958078, - 49.043274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78140646, - 44.51378472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.958078, - 49.043274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.256099, - 43.331777 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.256099, - 43.331777 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.222769, - 43.368789 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.222769, - 43.368789 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.087499, - 49.100667 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.087499, - 49.100667 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.745838, - 47.441886 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.745838, - 47.441886 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429227, - 46.776249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429227, - 46.776249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331183, - 43.477012 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331183, - 43.477012 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78140646, - 44.51378472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78140646, - 44.51378472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78140646, - 44.51378472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78140646, - 44.51378472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78140646, - 44.51378472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78140646, - 44.51378472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.319486, - 46.857443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.319486, - 46.857443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.031039, - 49.289838 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.031039, - 49.289838 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91908306, - 47.54254534 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6263851, - 47.40395902 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6263851, - 47.40395902 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.90823621, - 47.58978807 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.90823621, - 47.58978807 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.356001, - 48.752678 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.356001, - 48.752678 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.135338, - 48.079532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.135338, - 48.079532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150316, - 48.304113 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150316, - 48.304113 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150316, - 48.304113 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054163, - 48.9646 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33295, - 43.980521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33295, - 43.980521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054163, - 48.9646 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054163, - 48.9646 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054163, - 48.9646 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054163, - 48.9646 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054163, - 48.9646 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054163, - 48.9646 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054163, - 48.9646 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.111411, - 47.281329 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91261509, - 47.59588842 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.111411, - 47.281329 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.773284, - 48.425225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.773284, - 48.425225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76171, - 47.383392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76171, - 47.383392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.814847, - 47.357802 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.814847, - 47.357802 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.226074, - 47.280291 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.226074, - 47.280291 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33295, - 43.980521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33295, - 43.980521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35220841, - 47.26778016 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35220841, - 47.26778016 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40336, - 47.049277 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91056, - 47.51268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91056, - 47.51268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.252231, - 47.163506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.252231, - 47.163506 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.337841, - 46.916074 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.337841, - 46.916074 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.902142, - 47.587438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.902142, - 47.587438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.669537, - 47.409894 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.669537, - 47.409894 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.756788, - 44.512308 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.756788, - 44.512308 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.756788, - 44.512308 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.756788, - 44.512308 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.257426, - 47.507438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.257426, - 47.507438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.97706083, - 47.4194015 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.97706083, - 47.4194015 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91261509, - 47.59588842 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.357446, - 46.198169 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.514194, - 48.095883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.890957, - 47.421157 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.323531, - 47.017299 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4275, - 48.093584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4275, - 48.093584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4275, - 48.093584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4275, - 48.093584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4275, - 48.093584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4275, - 48.093584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4275, - 48.093584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4275, - 48.093584 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.890957, - 47.421157 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.357446, - 46.198169 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.23937643, - 47.16950518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.23937643, - 47.16950518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.059549, - 47.46819359 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.059549, - 47.46819359 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47347, - 48.447741 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.527064, - 48.5392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.527064, - 48.5392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.527064, - 48.5392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.527064, - 48.5392 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.323531, - 47.017299 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.89409, - 50.656424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.89409, - 50.656424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396948, - 49.20068 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.968669, - 47.422511 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.968669, - 47.422511 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81891078, - 47.3788355 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81891078, - 47.3788355 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.80232797, - 47.39714715 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.80232797, - 47.39714715 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.046251, - 47.332938 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.046251, - 47.332938 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.985279, - 46.913225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.985279, - 46.913225 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02235481, - 47.41472228 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02235481, - 47.41472228 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1842, - 48.645181 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1842, - 48.645181 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66912, - 47.42307 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66912, - 47.42307 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396948, - 49.20068 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396948, - 49.20068 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396948, - 49.20068 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05837, - 48.326772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13341, - 43.715255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.981914, - 49.26254 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.720691, - 48.721745 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.557073, - 48.73262 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.557073, - 48.73262 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0577, - 48.4911 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0577, - 48.4911 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0577, - 48.4911 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0577, - 48.4911 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.720691, - 48.721745 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.110091, - 46.797692 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.110091, - 46.797692 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.110091, - 46.797692 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.110091, - 46.797692 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.463518, - 48.450539 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919507, - 46.92181 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919507, - 46.92181 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.011295, - 47.13251 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.642571, - 48.4357 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.642571, - 48.4357 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.642571, - 48.4357 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.642571, - 48.4357 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.387367, - 48.418057 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.387367, - 48.418057 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.387367, - 48.418057 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.387367, - 48.418057 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.715108, - 47.305223 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.715108, - 47.305223 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.144648, - 45.250465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.144648, - 45.250465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.144648, - 45.250465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.144648, - 45.250465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18727, - 45.69493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18727, - 45.69493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18727, - 45.69493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18727, - 45.69493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.717265, - 48.538636 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.011295, - 47.13251 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.442818, - 48.89486 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.442818, - 48.89486 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.493938, - 48.442585 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.414958, - 48.737629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.977128, - 49.082242 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.730889, - 48.691364 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.730889, - 48.691364 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.622302, - 48.125475 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.622302, - 48.125475 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.622302, - 48.125475 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.622302, - 48.125475 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.622302, - 48.125475 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.774333, - 48.606594 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.774333, - 48.606594 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.767633, - 48.552621 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.767633, - 48.552621 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.862188, - 46.870463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.862188, - 46.870463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.882995, - 44.898702 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.882995, - 44.898702 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.988258, - 47.289471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.988258, - 47.289471 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417606, - 46.751623 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.703989, - 48.464876 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.703989, - 48.464876 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58691, - 48.777465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58691, - 48.777465 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4701, - 47.205931 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4701, - 47.205931 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4701, - 47.205931 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4701, - 47.205931 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.69244004, - 50.2638029 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.69244004, - 50.2638029 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.69244004, - 50.2638029 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.69244004, - 50.2638029 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025792, - 49.26998 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025792, - 49.26998 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.591473, - 48.535052 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.591473, - 48.535052 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.703989, - 48.464876 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.703989, - 48.464876 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.591473, - 48.535052 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.623299, - 48.126677 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.855305, - 48.068504 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.855305, - 48.068504 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.855305, - 48.068504 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.855305, - 48.068504 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.613088, - 49.061558 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.613088, - 49.061558 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.613088, - 49.061558 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.613088, - 49.061558 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.623299, - 48.126677 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.623299, - 48.126677 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.623299, - 48.126677 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.623299, - 48.126677 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.591473, - 48.535052 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.276864, - 49.166746 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417606, - 46.751623 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451011, - 43.413836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451011, - 43.413836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451011, - 43.413836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0729855, - 43.656838 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0729855, - 43.656838 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0729855, - 43.656838 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0729855, - 43.656838 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.94627322, - 47.20955182 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.94627322, - 47.20955182 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.965193, - 47.310522 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.965193, - 47.310522 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.965193, - 47.310522 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.965193, - 47.310522 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417606, - 46.751623 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417606, - 46.751623 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417606, - 46.751623 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451011, - 43.413836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451011, - 43.413836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.276864, - 49.166746 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.47429851, - 47.28622 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.276864, - 49.166746 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.276864, - 49.166746 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.276864, - 49.166746 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.368237, - 46.043417 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.368237, - 46.043417 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.368237, - 46.043417 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.368237, - 46.043417 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.467517, - 48.451561 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.038878, - 47.878668 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.038878, - 47.878668 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.038878, - 47.878668 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.038878, - 47.878668 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.47429851, - 47.28622 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.47429851, - 47.28622 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.47429851, - 47.28622 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.977128, - 49.082242 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.174924, - 49.210139 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.073028, - 48.689084 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.788295, - 49.086712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.752446, - 48.264249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.243168, - 48.299421 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.101471, - 47.057907 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.101471, - 47.057907 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.836236, - 48.333791 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.679155, - 48.605856 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.222709, - 49.175214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.222709, - 49.175214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.404936, - 48.917944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.404936, - 48.917944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.586678, - 45.400288 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.586678, - 45.400288 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025412, - 49.264755 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025412, - 49.264755 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025731, - 49.24513 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.788295, - 49.086712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.788295, - 49.086712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.977766, - 49.249985 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.788295, - 49.086712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78081763, - 44.51506617 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78081763, - 44.51506617 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78081763, - 44.51506617 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78081763, - 44.51506617 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.103658, - 49.264588 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.103658, - 49.264588 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.162963, - 49.146104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.162963, - 49.146104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.046298, - 48.099579 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.046298, - 48.099579 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.046298, - 48.099579 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.046298, - 48.099579 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9805, - 48.138462 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.365981, - 49.141384 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.365981, - 49.141384 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.025731, - 49.24513 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.977766, - 49.249985 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78081763, - 44.51506617 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.912453, - 45.778018 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.484484, - 45.691062 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.484484, - 45.691062 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.484484, - 45.691062 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.484484, - 45.691062 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.925021, - 44.734301 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.925021, - 44.734301 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841747, - 44.1183 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.670186, - 48.590522 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.670186, - 48.590522 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87145, - 47.9399 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87145, - 47.9399 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.039059, - 49.232653 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.039059, - 49.232653 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.039059, - 49.232653 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.039059, - 49.232653 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.912453, - 45.778018 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.036179, - 49.228438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.163071, - 48.047523 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.036179, - 49.228438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.163071, - 48.047523 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.163071, - 48.047523 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.163071, - 48.047523 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.984678, - 47.28643 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.984678, - 47.28643 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.984678, - 47.28643 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.984678, - 47.28643 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.823047, - 49.088602 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.823047, - 49.088602 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.823047, - 49.088602 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.823047, - 49.088602 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267674, - 43.621346 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267674, - 43.621346 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267674, - 43.621346 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267674, - 43.621346 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78081763, - 44.51506617 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78081763, - 44.51506617 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.161148, - 47.177667 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8708, - 49.013191 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.123919, - 48.098514 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.344638, - 49.213219 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.344638, - 49.213219 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.320071, - 49.301307 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.320071, - 49.301307 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.693474, - 48.09518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.693474, - 48.09518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.693474, - 48.09518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.693474, - 48.09518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.693474, - 48.09518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.693474, - 48.09518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.693474, - 48.09518 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71418, - 48.42006 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71418, - 48.42006 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71418, - 48.42006 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8708, - 49.013191 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859535, - 47.948716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.495829, - 48.445765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859535, - 47.948716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.161148, - 47.177667 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.307805, - 49.366192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.307805, - 49.366192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.307805, - 49.366192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.307805, - 49.366192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.307805, - 49.366192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.307805, - 49.366192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.307805, - 49.366192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.647127, - 47.234257 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.647127, - 47.234257 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859535, - 47.948716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859535, - 47.948716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859535, - 47.948716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859535, - 47.948716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859535, - 47.948716 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71418, - 48.42006 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54109, - 48.871712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.818785, - 45.344595 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863764, - 43.458331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863764, - 43.458331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67407399, - 47.45647829 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67407399, - 47.45647829 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.052451, - 49.225489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.052451, - 49.225489 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.369631, - 48.717581 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.818785, - 45.344595 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54109, - 48.871712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.991429, - 49.251015 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.991429, - 49.251015 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371518, - 51.031205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544709, - 47.304761 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.345357, - 43.3590418 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.746969, - 47.346501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.142684, - 48.410725 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.142684, - 48.410725 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.345357, - 43.3590418 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.345357, - 43.3590418 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.345357, - 43.3590418 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.345357, - 43.3590418 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.345357, - 43.3590418 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566574, - 43.654568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566574, - 43.654568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566574, - 43.654568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566574, - 43.654568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48584, - 44.157791 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48584, - 44.157791 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48584, - 44.157791 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.746969, - 47.346501 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39603, - 48.943368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.857445, - 50.25722 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.857445, - 50.25722 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0353191, - 44.7455306 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0353191, - 44.7455306 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0353191, - 44.7455306 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0353191, - 44.7455306 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.910292, - 49.250571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.910292, - 49.250571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3394, - 49.299799 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3394, - 49.299799 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3394, - 49.299799 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3394, - 49.299799 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.682168, - 49.307914 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.682168, - 49.307914 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.991867, - 48.753599 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.991867, - 48.753599 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.946034, - 50.310412 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48584, - 44.157791 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.685784, - 44.311302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.685784, - 44.311302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24499596, - 43.33458687 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24499596, - 43.33458687 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24499596, - 43.33458687 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24499596, - 43.33458687 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.253033, - 44.870544 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.253033, - 44.870544 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.253033, - 44.870544 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.253033, - 44.870544 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.253033, - 44.870544 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.400005, - 45.461682 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.400005, - 45.461682 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.400005, - 45.461682 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.400005, - 45.461682 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.117894, - 49.049605 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.117894, - 49.049605 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.944203, - 48.347049 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24499596, - 43.33458687 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.787667, - 47.140961 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.685784, - 44.311302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.787667, - 47.140961 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.685784, - 44.311302 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1547538, - 45.6828638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1547538, - 45.6828638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1547538, - 45.6828638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1547538, - 45.6828638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1547538, - 45.6828638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1547538, - 45.6828638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.155946, - 44.027508 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.155946, - 44.027508 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.155946, - 44.027508 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.155946, - 44.027508 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.774126, - 48.845738 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.774126, - 48.845738 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322924, - 43.214493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322924, - 43.214493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.170852, - 49.362772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.170852, - 49.362772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.353508, - 48.418167 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.466396, - 48.19388 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252767, - 47.567883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.747075, - 48.088989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.747075, - 48.088989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.911604, - 47.157244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.911604, - 47.157244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.95925, - 48.2364 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.95925, - 48.2364 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.400307, - 49.036892 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.400307, - 49.036892 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99582, - 47.15519 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99582, - 47.15519 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.624898, - 48.271745 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.059607, - 47.575025 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.059607, - 47.575025 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.059607, - 47.575025 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252767, - 47.567883 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.466396, - 48.19388 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61971, - 47.12379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.857829, - 47.336965 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.602354, - 48.385134 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.602354, - 48.385134 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56678, - 49.01664 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56678, - 49.01664 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56678, - 49.01664 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56678, - 49.01664 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43186, - 47.36434 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43186, - 47.36434 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283484, - 46.642269 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283484, - 46.642269 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43252, - 46.53885 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43252, - 46.53885 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.373375, - 47.101366 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.373375, - 47.101366 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.857829, - 47.336965 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.059607, - 47.575025 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61971, - 47.12379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.772468, - 48.461236 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418853, - 47.076978 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.71346, - 46.80106 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87324, - 47.42393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87324, - 47.42393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.689164, - 48.522625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45819, - 48.417249 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7547021, - 48.1252516 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7547021, - 48.1252516 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7547021, - 48.1252516 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7547021, - 48.1252516 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7547021, - 48.1252516 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48852, - 48.45289 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.102101, - 44.267239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.102101, - 44.267239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.102101, - 44.267239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.102101, - 44.267239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.71346, - 46.80106 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418853, - 47.076978 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.140409, - 46.808706 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.80268, - 49.182375 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.140409, - 46.808706 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.140409, - 46.808706 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.140409, - 46.808706 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45226, - 46.99799 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45226, - 46.99799 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387454, - 48.17977 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.874999, - 47.473644 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.874999, - 47.473644 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.57943, - 47.285643 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.57943, - 47.285643 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56521, - 46.88286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56521, - 46.88286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11646, - 46.82673 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11646, - 46.82673 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.80268, - 49.182375 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.009818, - 48.971941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.009818, - 48.971941 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4342274, - 44.6459629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332664, - 49.17908 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07560301, - 49.0617463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07560301, - 49.0617463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07560301, - 49.0617463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.240505, - 48.760843 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.356077, - 48.7207 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.413199, - 46.63381 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.413199, - 46.63381 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.413199, - 46.63381 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.413199, - 46.63381 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07560301, - 49.0617463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332664, - 49.17908 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332664, - 49.17908 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.012336, - 49.204187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.012336, - 49.204187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499421, - 43.681159 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499421, - 43.681159 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499421, - 43.681159 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499421, - 43.681159 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499875, - 43.681048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499875, - 43.681048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499875, - 43.681048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499875, - 43.681048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499875, - 43.681048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499875, - 43.681048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.760127, - 48.462029 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.760127, - 48.462029 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332664, - 49.17908 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.012336, - 49.204187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.234271, - 47.076183 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.450029, - 49.254993 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.693046, - 45.7744333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.693046, - 45.7744333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.693046, - 45.7744333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.693046, - 45.7744333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.322385, - 48.676224 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586908, - 48.77765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.450029, - 49.254993 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.234271, - 47.076183 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.234271, - 47.076183 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586911, - 48.777919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05605048, - 47.2040707 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05605048, - 47.2040707 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05605048, - 47.2040707 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05605048, - 47.2040707 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.21783034, - 45.2046048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.21783034, - 45.2046048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.21783034, - 45.2046048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.21783034, - 45.2046048 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603188, - 47.518873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603188, - 47.518873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603188, - 47.518873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603188, - 47.518873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.234271, - 47.076183 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.012336, - 49.204187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.012336, - 49.204187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4342274, - 44.6459629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.435292, - 47.411919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.814318, - 48.58333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.814318, - 48.58333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.416918, - 46.313059 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.416918, - 46.313059 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.416918, - 46.313059 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.416918, - 46.313059 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.416918, - 46.313059 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.679734, - 48.552142 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.679734, - 48.552142 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.364287, - 48.229263 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5202, - 44.855926 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5202, - 44.855926 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.742543, - 48.082374 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.435292, - 47.411919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.637889, - 47.436748 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4342274, - 44.6459629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4342274, - 44.6459629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4342274, - 44.6459629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4342274, - 44.6459629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4342274, - 44.6459629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4342274, - 44.6459629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.808141, - 48.92467 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.808141, - 48.92467 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.995718, - 47.851507 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.995718, - 47.851507 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.758175, - 49.100557 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.758175, - 49.100557 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.946328, - 49.082391 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.946328, - 49.082391 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.637889, - 47.436748 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.701123, - 45.137638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.012336, - 49.204187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.256576, - 47.288056 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361102, - 46.688275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.481391, - 48.443547 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.041007, - 49.166166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.041007, - 49.166166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.392673, - 48.220971 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.882983, - 45.284904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.882983, - 45.284904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88964, - 44.024414 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88964, - 44.024414 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88964, - 44.024414 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88964, - 44.024414 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88964, - 44.024414 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88964, - 44.024414 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88964, - 44.024414 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.012336, - 49.204187 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361102, - 46.688275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.256576, - 47.288056 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.701123, - 45.137638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.256576, - 47.288056 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.701123, - 45.137638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.701123, - 45.137638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.701123, - 45.137638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.701123, - 45.137638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.701123, - 45.137638 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.514877, - 48.987472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.514877, - 48.987472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420088, - 46.314092 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420088, - 46.314092 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420088, - 46.314092 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420088, - 46.314092 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420088, - 46.314092 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.256576, - 47.288056 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.256576, - 47.288056 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.256576, - 47.288056 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.983211, - 43.650765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.983211, - 43.650765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.983211, - 43.650765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912706, - 44.236282 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.366838, - 46.701436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.366838, - 46.701436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.366838, - 46.701436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.366838, - 46.701436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.366838, - 46.701436 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912706, - 44.236282 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912706, - 44.236282 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912706, - 44.236282 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.983211, - 43.650765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912706, - 44.236282 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912706, - 44.236282 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65083, - 47.45830163 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65083, - 47.45830163 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37077109, - 46.8011169 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37077109, - 46.8011169 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.75716, - 47.257608 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.539255, - 46.829121 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.539255, - 46.829121 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580831, - 47.01014909 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580831, - 47.01014909 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83647572, - 47.33148416 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83647572, - 47.33148416 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92143963, - 46.82955189 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92143963, - 46.82955189 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57491568, - 48.1923956 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.75716, - 47.257608 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.06009837, - 47.22609066 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.238614, - 49.309771 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.238614, - 49.309771 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.691969, - 46.407926 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.691969, - 46.407926 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.462877, - 47.261805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.462877, - 47.261805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.285056, - 48.20839 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.469628, - 43.446167 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.469628, - 43.446167 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.469628, - 43.446167 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.469628, - 43.446167 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.096281, - 46.053918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.096281, - 46.053918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.096281, - 46.053918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.096281, - 46.053918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.06009837, - 47.22609066 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.09868, - 47.21801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.09868, - 47.21801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431413, - 49.060984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0649617, - 47.22265878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0649617, - 47.22265878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461195, - 48.967538 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05005, - 47.16264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05005, - 47.16264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19572406, - 47.35043589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19572406, - 47.35043589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51529213, - 48.45013673 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25506, - 47.31485 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25506, - 47.31485 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.042746, - 47.892491 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.042746, - 47.892491 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.042746, - 47.892491 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.042746, - 47.892491 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99526099, - 48.468156 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99526099, - 48.468156 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99526099, - 48.468156 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99526099, - 48.468156 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461195, - 48.967538 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461195, - 48.967538 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.522627, - 46.775898 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.461195, - 48.967538 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5261468, - 47.30317135 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265967, - 47.00417 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265967, - 47.00417 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40725547, - 46.92545849 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40725547, - 46.92545849 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.729634, - 47.111991 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.729634, - 47.111991 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30708873, - 47.52983244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30708873, - 47.52983244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28396022, - 47.10178143 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28396022, - 47.10178143 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99115189, - 48.31185045 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49023, - 47.23177 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.307908, - 47.447922 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.307908, - 47.447922 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.522627, - 46.775898 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.522627, - 46.775898 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.460635, - 46.812997 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292711, - 47.010678 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.115551, - 47.746526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.115551, - 47.746526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17964854, - 48.21525836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88865, - 47.04476 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88865, - 47.04476 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.660559, - 47.926333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.660559, - 47.926333 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51002394, - 46.99228393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51002394, - 46.99228393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.818616, - 47.854989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.818616, - 47.854989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.77138871, - 48.35464382 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431778, - 49.061212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292711, - 47.010678 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.460635, - 46.812997 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.522627, - 46.775898 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61345925, - 47.18535428 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.522627, - 46.775898 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.522627, - 46.775898 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.522627, - 46.775898 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.987481, - 47.045568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.987481, - 47.045568 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.67909863, - 48.60777195 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.68531, - 46.96955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.68531, - 46.96955 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.584799, - 43.418629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.584799, - 43.418629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.584799, - 43.418629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.584799, - 43.418629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.584799, - 43.418629 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.289339, - 48.06675 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61345925, - 47.18535428 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0966466, - 49.4928271 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0966466, - 49.4928271 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0966466, - 49.4928271 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.46809232, - 48.97577513 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.473152, - 43.448813 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.473152, - 43.448813 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19429, - 48.70356 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19429, - 48.70356 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.189542, - 48.208833 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.666942, - 47.390752 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.666942, - 47.390752 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7177, - 47.2896 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7177, - 47.2896 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3399, - 46.957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3399, - 46.957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45919, - 47.123171 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45919, - 47.123171 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.20983, - 48.6947 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.20983, - 48.6947 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.46809232, - 48.97577513 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.531267, - 49.130925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.411334, - 50.125142 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.531267, - 49.130925 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.944969, - 48.202498 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.944969, - 48.202498 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.470224, - 48.040627 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.496372, - 47.249526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.496372, - 47.249526 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92882606, - 48.42602984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92882606, - 48.42602984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92882606, - 48.42602984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92882606, - 48.42602984 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.328899, - 47.553475 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.328899, - 47.553475 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.328899, - 47.553475 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.328899, - 47.553475 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.485743, - 50.352127 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.485743, - 50.352127 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.411334, - 50.125142 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.674677, - 48.610027 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317688, - 43.202944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.160305, - 48.48067742 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654346, - 47.354024 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654346, - 47.354024 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.848956, - 48.769477 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.848956, - 48.769477 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.192719, - 47.756018 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.192719, - 47.756018 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.625279, - 48.716747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.625279, - 48.716747 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.005171, - 48.906003 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.005171, - 48.906003 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.460099, - 47.52712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.460099, - 47.52712 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.264386, - 46.682133 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.264386, - 46.682133 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.869877, - 49.340218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47865754, - 48.88282251 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.912567, - 48.783972 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.674677, - 48.610027 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.912567, - 48.783972 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.384208, - 48.953695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.384208, - 48.953695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34514679, - 48.97530229 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34514679, - 48.97530229 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.319038, - 48.961659 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.319038, - 48.961659 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89263, - 49.091377 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89263, - 49.091377 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.010984, - 47.223166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.010984, - 47.223166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.010984, - 47.223166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.010984, - 47.223166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.010984, - 47.223166 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889667, - 48.946919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889667, - 48.946919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317688, - 43.202944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317688, - 43.202944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0966466, - 49.4928271 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.092707, - 49.21244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.167616, - 48.211401 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.924072, - 49.244383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.924072, - 49.244383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.924072, - 49.244383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.924072, - 49.244383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.924072, - 49.244383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.924072, - 49.244383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.924072, - 49.244383 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.046795, - 49.260411 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.046795, - 49.260411 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.078394, - 43.315614 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.078394, - 43.315614 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.078394, - 43.315614 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.078394, - 43.315614 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.411364, - 46.064297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59944811, - 48.41284129 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.092707, - 49.21244 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.411364, - 46.064297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1323, - 49.197361 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.303173, - 49.579074 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.303173, - 49.579074 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352503, - 47.851546 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352503, - 47.851546 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352503, - 47.851546 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352503, - 47.851546 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352503, - 47.851546 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352503, - 47.851546 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.166757, - 47.254236 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.375991, - 48.741367 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.484739, - 48.861906 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.484739, - 48.861906 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03213549, - 47.54070211 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03213549, - 47.54070211 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1323, - 49.197361 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.411364, - 46.064297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.411364, - 46.064297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317688, - 43.202944 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484881, - 50.352072 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.924876, - 48.081364 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.924876, - 48.081364 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65424, - 50.539301 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65424, - 50.539301 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.852306, - 47.633002 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.852306, - 47.633002 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92147, - 45.716052 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92147, - 45.716052 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.80373021, - 48.32166905 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.567431, - 48.591197 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.981914, - 49.26254 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.878221, - 49.073952 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.878221, - 49.073952 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440394, - 48.857906 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440394, - 48.857906 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484881, - 50.352072 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8226861, - 48.31978104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.411364, - 46.064297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432082, - 49.061843 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.16588111, - 48.21094659 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867606, - 48.069902 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867606, - 48.069902 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.120891, - 49.290951 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.120891, - 49.290951 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62133245, - 47.40762349 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62133245, - 47.40762349 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.871981, - 48.072181 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.871981, - 48.072181 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.064474, - 48.325104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.261027, - 49.852902 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.261027, - 49.852902 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432082, - 49.061843 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432082, - 49.061843 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.432082, - 49.061843 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5261468, - 47.30317135 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431005, - 49.061255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431005, - 49.061255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.680558, - 43.452155 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.103642, - 50.394888 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.103642, - 50.394888 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091331, - 48.86053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091331, - 48.86053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091331, - 48.86053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091331, - 48.86053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091331, - 48.86053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091331, - 48.86053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091331, - 48.86053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091331, - 48.86053 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.389028, - 49.017264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.389028, - 49.017264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.389028, - 49.017264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.389028, - 49.017264 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431989, - 47.096046 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.680558, - 43.452155 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.689664, - 48.538046 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35303, - 48.855598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133649, - 45.78463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133649, - 45.78463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133649, - 45.78463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133649, - 45.78463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677381, - 46.522825 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677381, - 46.522825 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677381, - 46.522825 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677381, - 46.522825 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431989, - 47.096046 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.689664, - 48.538046 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35303, - 48.855598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63311, - 48.992331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63311, - 48.992331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63311, - 48.992331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63311, - 48.992331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63311, - 48.992331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63311, - 48.992331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707788, - 47.615521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707788, - 47.615521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707788, - 47.615521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707788, - 47.615521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.568067, - 44.658051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.568067, - 44.658051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.568067, - 44.658051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.568067, - 44.658051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.568067, - 44.658051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.568067, - 44.658051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63311, - 48.992331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63311, - 48.992331 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.191293, - 49.490326 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.805584, - 50.927617 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.191293, - 49.490326 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.182761, - 47.939582 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.182761, - 47.939582 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.182761, - 47.939582 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.182761, - 47.939582 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.333831, - 45.173218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.333831, - 45.173218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.333831, - 45.173218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.333831, - 45.173218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.333831, - 45.173218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.333831, - 45.173218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.333831, - 45.173218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.139773, - 47.254983 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.139773, - 47.254983 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.805584, - 50.927617 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35303, - 48.855598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35303, - 48.855598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.568067, - 44.658051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.795431, - 45.775456 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383175, - 45.470713 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16172, - 48.6219 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16172, - 48.6219 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383175, - 45.470713 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89454062, - 45.8843468 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89454062, - 45.8843468 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.983211, - 43.650765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.983211, - 43.650765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.983211, - 43.650765 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98495561, - 47.3403572 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98495561, - 47.3403572 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.783627, - 48.555099 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.783627, - 48.555099 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.848341, - 42.577784 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.848341, - 42.577784 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.848341, - 42.577784 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.848341, - 42.577784 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.848341, - 42.577784 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89454062, - 45.8843468 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89454062, - 45.8843468 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89454062, - 45.8843468 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35303, - 48.855598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284115, - 45.856641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284115, - 45.856641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284115, - 45.856641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284115, - 45.856641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284115, - 45.856641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284115, - 45.856641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.183078, - 43.985279 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.183078, - 43.985279 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.183078, - 43.985279 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.183078, - 43.985279 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.183078, - 43.985279 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383523, - 47.082805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383523, - 47.082805 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35303, - 48.855598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35303, - 48.855598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35303, - 48.855598 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284115, - 45.856641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284115, - 45.856641 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1847, - 49.150483 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.551434, - 49.073179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.568067, - 44.658051 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.915513, - 47.32171 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431005, - 49.061255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.769307, - 47.292443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.769307, - 47.292443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.798736, - 46.503822 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.798736, - 46.503822 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.876433, - 47.249876 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.876433, - 47.249876 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.63894, - 49.649323 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.63894, - 49.649323 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20101, - 46.56209 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684731, - 47.852405 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684731, - 47.852405 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684731, - 47.852405 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684731, - 47.852405 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.456708, - 48.814104 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76787, - 46.14335 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76787, - 46.14335 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76787, - 46.14335 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76787, - 46.14335 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76787, - 46.14335 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76787, - 46.14335 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76787, - 46.14335 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76787, - 46.14335 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548005, - 49.089443 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20101, - 46.56209 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.768718, - 45.675954 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.846994, - 42.578429 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65022261, - 47.07331786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42903752, - 47.14505949 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431084, - 49.061551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431084, - 49.061551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431084, - 49.061551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431084, - 49.061551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431084, - 49.061551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431084, - 49.061551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.84443388, - 47.14286071 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.84443388, - 47.14286071 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.948825, - 46.951868 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.948825, - 46.951868 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62672506, - 48.27051423 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431005, - 49.061255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431005, - 49.061255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431005, - 49.061255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42903752, - 47.14505949 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65022261, - 47.07331786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.768718, - 45.675954 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.439158, - 47.097181 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.262646, - 47.839764 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.262646, - 47.839764 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.262646, - 47.839764 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.262646, - 47.839764 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03166, - 47.025656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03166, - 47.025656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.026326, - 47.601158 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.026326, - 47.601158 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.501811, - 47.30968 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.501811, - 47.30968 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.501811, - 47.30968 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.501811, - 47.30968 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.501811, - 47.30968 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.446997, - 47.559254 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.446997, - 47.559254 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684731, - 47.852405 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.846994, - 42.578429 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.915513, - 47.32171 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.188615, - 49.24801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.188615, - 49.24801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.188615, - 49.24801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.188615, - 49.24801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.188615, - 49.24801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.188615, - 49.24801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.710812, - 47.456044 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.710812, - 47.456044 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.556317, - 47.383873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.556317, - 47.383873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.413577, - 46.948665 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.413577, - 46.948665 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.131556, - 47.4185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.131556, - 47.4185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.131556, - 47.4185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.131556, - 47.4185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.188615, - 49.24801 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.490503, - 48.417013 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.331326, - 46.541203 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.490503, - 48.417013 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.583139, - 47.343718 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.583139, - 47.343718 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.705334, - 46.850918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.705334, - 46.850918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.705334, - 46.850918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.705334, - 46.850918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.705334, - 46.850918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.705334, - 46.850918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.705334, - 46.850918 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862741, - 43.987314 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862741, - 43.987314 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862741, - 43.987314 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862741, - 43.987314 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.638258, - 48.133595 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.638258, - 48.133595 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.131556, - 47.4185 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.331326, - 46.541203 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.846994, - 42.578429 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.684894, - 43.447921 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.684894, - 43.447921 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39603, - 48.943368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39603, - 48.943368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39603, - 48.943368 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91212277, - 43.92298703 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91212277, - 43.92298703 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91212277, - 43.92298703 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91212277, - 43.92298703 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91212277, - 43.92298703 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.170022, - 47.211736 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.170022, - 47.211736 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.447394, - 48.177233 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.447394, - 48.177233 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.846994, - 42.578429 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.846994, - 42.578429 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.232587, - 44.877413 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.331326, - 46.541203 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.232587, - 44.877413 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.331326, - 46.541203 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.332889, - 46.54068 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.332889, - 46.54068 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80509, - 50.927424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80509, - 50.927424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.60124, - 43.287488 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.60124, - 43.287488 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8003045, - 45.14952753 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8003045, - 45.14952753 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8003045, - 45.14952753 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8003045, - 45.14952753 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8003045, - 45.14952753 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8003045, - 45.14952753 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8003045, - 45.14952753 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8003045, - 45.14952753 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544709, - 47.304761 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544709, - 47.304761 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.244511, - 48.298942 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912983, - 44.236495 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.963021, - 48.289934 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.963021, - 48.289934 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635956, - 48.825393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635956, - 48.825393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509765, - 47.700796 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509765, - 47.700796 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.547145, - 49.614324 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.547145, - 49.614324 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.547145, - 49.614324 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.476357, - 43.29862 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.476357, - 43.29862 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.476357, - 43.29862 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.476357, - 43.29862 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.476357, - 43.29862 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.476357, - 43.29862 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.024389, - 47.797822 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.024389, - 47.797822 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.404699, - 46.373134 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.404699, - 46.373134 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912983, - 44.236495 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912983, - 44.236495 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.695643, - 48.532623 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.695643, - 48.532623 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418074, - 47.204422 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86101, - 45.243957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54542, - 48.870452 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54542, - 48.870452 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.814386, - 46.447174 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.814386, - 46.447174 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86101, - 45.243957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86101, - 45.243957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86101, - 45.243957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86101, - 45.243957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86101, - 45.243957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86101, - 45.243957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418074, - 47.204422 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86101, - 45.243957 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.965497, - 48.290046 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.965497, - 48.290046 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.964374, - 48.289919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.964374, - 48.289919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.964374, - 48.289919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.964374, - 48.289919 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765788, - 48.554601 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765788, - 48.554601 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912983, - 44.236495 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912983, - 44.236495 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14581, - 48.6494 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.114786, - 48.573786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.74469, - 48.93661 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.74469, - 48.93661 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387813, - 47.664023 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387813, - 47.664023 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387813, - 47.664023 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387813, - 47.664023 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387813, - 47.664023 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.312729, - 46.612695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.312729, - 46.612695 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59565, - 47.555778 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59565, - 47.555778 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59565, - 47.555778 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59565, - 47.555778 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.529178, - 48.480158 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.529178, - 48.480158 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.529178, - 48.480158 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.529178, - 48.480158 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2005877, - 46.0008547 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2005877, - 46.0008547 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2005877, - 46.0008547 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2005877, - 46.0008547 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.74469, - 48.93661 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.74469, - 48.93661 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.208417, - 47.682055 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.807788, - 50.10205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.114786, - 48.573786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.114786, - 48.573786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.114786, - 48.573786 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.707178, - 50.010736 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.707178, - 50.010736 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702371, - 49.992544 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702371, - 49.992544 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14207, - 48.69796 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14207, - 48.69796 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.807788, - 50.10205 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.208417, - 47.682055 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.040516, - 49.245067 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.040516, - 49.245067 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825571, - 45.275563 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825571, - 45.275563 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825571, - 45.275563 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825571, - 45.275563 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825571, - 45.275563 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825571, - 45.275563 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825571, - 45.275563 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14581, - 48.6494 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14581, - 48.6494 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30883262, - 43.91498099 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.661829, - 47.237075 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.692941, - 48.973818 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.692941, - 48.973818 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.241716, - 43.43521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.241716, - 43.43521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.241716, - 43.43521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.241716, - 43.43521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.241716, - 43.43521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.241716, - 43.43521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.241716, - 43.43521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.241716, - 43.43521 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.053657, - 49.26282 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.053657, - 49.26282 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.396898, - 48.610175 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.396898, - 48.610175 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.255731, - 47.390532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.255731, - 47.390532 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.931112, - 45.751247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.931112, - 45.751247 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.482925, - 47.350599 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489556, - 43.450393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489556, - 43.450393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.205307, - 44.70102 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.205307, - 44.70102 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.205307, - 44.70102 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.205307, - 44.70102 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.67127, - 48.0259 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.67127, - 48.0259 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13341, - 43.715255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048383, - 46.904192 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.482925, - 47.350599 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.661829, - 47.237075 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14581, - 48.6494 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.661829, - 47.237075 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.507029, - 46.720829 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046836, - 47.849873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046836, - 47.849873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046546, - 47.849887 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046546, - 47.849887 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.418951, - 43.585904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.418951, - 43.585904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.418951, - 43.585904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.418951, - 43.585904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.418951, - 43.585904 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.420473, - 43.586775 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.420473, - 43.586775 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.420473, - 43.586775 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.420473, - 43.586775 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.420473, - 43.586775 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.748407, - 47.002756 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.748407, - 47.002756 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.347765, - 47.720211 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.347765, - 47.720211 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.347765, - 47.720211 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.347765, - 47.720211 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.507029, - 46.720829 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.995222, - 47.155156 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.995222, - 47.155156 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.063073, - 48.970463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.661829, - 47.237075 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.661829, - 47.237075 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.661829, - 47.237075 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25417363, - 46.4339625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25417363, - 46.4339625 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.063073, - 48.970463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.063073, - 48.970463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.063073, - 48.970463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.063073, - 48.970463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.063073, - 48.970463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.239191, - 46.895022 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.063073, - 48.970463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.063073, - 48.970463 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.187398, - 48.273996 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.187398, - 48.273996 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.187398, - 48.273996 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.187398, - 48.273996 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.31743, - 43.489727 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.31743, - 43.489727 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.239191, - 46.895022 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2005877, - 46.0008547 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30883262, - 43.91498099 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489556, - 43.450393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241201, - 47.094379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22902, - 48.6585 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22902, - 48.6585 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19956, - 48.6931 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19956, - 48.6931 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13388, - 48.6994 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13388, - 48.6994 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440653, - 45.161043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440653, - 45.161043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440653, - 45.161043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440653, - 45.161043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440653, - 45.161043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440653, - 45.161043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440653, - 45.161043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440653, - 45.161043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440653, - 45.161043 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241201, - 47.094379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.874112, - 45.59649 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.874112, - 45.59649 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.874112, - 45.59649 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.538226, - 44.817371 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.538226, - 44.817371 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537032, - 43.247589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537032, - 43.247589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537032, - 43.247589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537032, - 43.247589 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43087, - 49.060529 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241201, - 47.094379 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.720788, - 48.263874 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.16809, - 47.803507 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.720788, - 48.263874 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.490129, - 46.11788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.490129, - 46.11788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.490129, - 46.11788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.490129, - 46.11788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.490129, - 46.11788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13341, - 43.715255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13341, - 43.715255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13341, - 43.715255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13341, - 43.715255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13341, - 43.715255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13341, - 43.715255 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.602227, - 48.755076 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.406892, - 48.111453 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06949, - 45.875816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.720788, - 48.263874 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.720788, - 48.263874 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.720788, - 48.263874 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.379958, - 49.301268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.379958, - 49.301268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.379958, - 49.301268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.379958, - 49.301268 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06949, - 45.875816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06949, - 45.875816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06949, - 45.875816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.406892, - 48.111453 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06949, - 45.875816 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431517, - 49.061577 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431517, - 49.061577 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431517, - 49.061577 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431517, - 49.061577 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431517, - 49.061577 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431517, - 49.061577 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431517, - 49.061577 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431517, - 49.061577 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.874112, - 45.59649 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.16809, - 47.803507 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30883262, - 43.91498099 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.13469517, - 47.41925327 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3735372, - 48.8488274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3735372, - 48.8488274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3735372, - 48.8488274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3735372, - 48.8488274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3735372, - 48.8488274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440923, - 45.160721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440923, - 45.160721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440923, - 45.160721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440923, - 45.160721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440923, - 45.160721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440923, - 45.160721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440923, - 45.160721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440923, - 45.160721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.440923, - 45.160721 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24555436, - 43.33794647 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24555436, - 43.33794647 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24555436, - 43.33794647 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24555436, - 43.33794647 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24555436, - 43.33794647 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.13469517, - 47.41925327 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.13469517, - 47.41925327 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3735372, - 48.8488274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3735372, - 48.8488274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3735372, - 48.8488274 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.163118, - 48.221297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30883262, - 43.91498099 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30883262, - 43.91498099 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30883262, - 43.91498099 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30883262, - 43.91498099 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367618, - 49.877237 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.041287, - 49.242168 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.041287, - 49.242168 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.163118, - 48.221297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.939804, - 46.940088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.163118, - 48.221297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.163118, - 48.221297 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61192, - 44.920927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61192, - 44.920927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61192, - 44.920927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61192, - 44.920927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61192, - 44.920927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61192, - 44.920927 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544709, - 47.304761 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.13469517, - 47.41925327 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.13469517, - 47.41925327 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.16809, - 47.803507 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.94658719, - 48.06335936 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353031, - 48.856298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353031, - 48.856298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353031, - 48.856298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353031, - 48.856298 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684845, - 47.852305 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684845, - 47.852305 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684845, - 47.852305 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684845, - 47.852305 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684845, - 47.852305 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684845, - 47.852305 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684845, - 47.852305 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.16809, - 47.803507 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.16809, - 47.803507 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431222, - 49.060762 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.873729, - 47.640214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.102999, - 48.908924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.94658719, - 48.06335936 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.757126, - 48.928281 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.757126, - 48.928281 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.166899, - 45.998903 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.166899, - 45.998903 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.166899, - 45.998903 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.166899, - 45.998903 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.102999, - 48.908924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.102999, - 48.908924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.102999, - 48.908924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.873729, - 47.640214 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.102999, - 48.908924 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09642, - 48.47696 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09642, - 48.47696 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09642, - 48.47696 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09642, - 48.47696 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.896767, - 46.675976 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.896767, - 46.675976 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.896767, - 46.675976 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.896767, - 46.675976 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489556, - 43.450393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.939804, - 46.940088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489556, - 43.450393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03314, - 47.93275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.524313, - 45.030881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.524313, - 45.030881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.524313, - 45.030881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.524313, - 45.030881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.524313, - 45.030881 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.515931, - 48.563374 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.515931, - 48.563374 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.515931, - 48.563374 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.515931, - 48.563374 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.762427, - 48.506516 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206429, - 48.688773 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206429, - 48.688773 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40283817, - 47.12422876 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40283817, - 47.12422876 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44161714, - 47.48927488 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44161714, - 47.48927488 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.47679, - 48.0905 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.47679, - 48.0905 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40458209, - 47.10553756 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40458209, - 47.10553756 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730978, - 46.480447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03314, - 47.93275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03314, - 47.93275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.107851, - 44.566656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03314, - 47.93275 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9315, - 48.4286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.709964, - 48.435547 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508255, - 49.119967 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508255, - 49.119967 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508255, - 49.119967 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508255, - 49.119967 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508255, - 49.119967 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508255, - 49.119967 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508255, - 49.119967 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.877246, - 48.072141 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.877246, - 48.072141 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87392, - 48.0687 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87392, - 48.0687 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.876856, - 48.072562 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.876856, - 48.072562 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.482988, - 48.449832 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.923522, - 49.2444 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.923522, - 49.2444 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.923522, - 49.2444 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.923522, - 49.2444 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.923522, - 49.2444 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730978, - 46.480447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730978, - 46.480447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730978, - 46.480447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730978, - 46.480447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.06768176, - 47.24563167 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.06768176, - 47.24563167 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.015, - 48.1736 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.015, - 48.1736 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.198119, - 48.766006 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.198119, - 48.766006 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873564, - 50.173438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873564, - 50.173438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873564, - 50.173438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873564, - 50.173438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873564, - 50.173438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873564, - 50.173438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873564, - 50.173438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873564, - 50.173438 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.880171, - 48.375871 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.880171, - 48.375871 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.880171, - 48.375871 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.880171, - 48.375871 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.543013, - 48.651644 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81153005, - 46.99737769 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81153005, - 46.99737769 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.014208, - 48.471682 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.06775, - 46.94724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.06775, - 46.94724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.334795, - 45.169865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730978, - 46.480447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730978, - 46.480447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730978, - 46.480447 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38806432, - 47.08333836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38806432, - 47.08333836 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.117433, - 46.99243 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.117433, - 46.99243 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.334795, - 45.169865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.334795, - 45.169865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.334795, - 45.169865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.175825, - 46.849766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.334795, - 45.169865 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40308834, - 47.08186564 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40308834, - 47.08186564 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.456284, - 47.371248 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.456284, - 47.371248 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.456284, - 47.371248 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.456284, - 47.371248 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.290792, - 48.76059 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.175825, - 46.849766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9315, - 48.4286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9315, - 48.4286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9315, - 48.4286 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284364, - 45.856939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07050827, - 45.84386863 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07050827, - 45.84386863 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955762, - 43.63593 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955762, - 43.63593 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.049093, - 44.039853 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.012166, - 48.470684 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.577741, - 48.586706 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.52264, - 48.0588 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.52264, - 48.0588 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.339952, - 48.730179 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.381954, - 48.840804 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.133889, - 47.336889 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.133889, - 47.336889 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21332, - 47.05409 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21332, - 47.05409 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21332, - 47.05409 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21332, - 47.05409 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.233912, - 47.997089 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284364, - 45.856939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284364, - 45.856939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284364, - 45.856939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07050827, - 45.84386863 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07050827, - 45.84386863 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07050827, - 45.84386863 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877437, - 45.634803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.47546, - 48.1402 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.47546, - 48.1402 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.366913, - 48.957709 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.366913, - 48.957709 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.978697, - 48.26783 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.978697, - 48.26783 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451327, - 48.159642 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451327, - 48.159642 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877437, - 45.634803 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919794, - 45.897783 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.585304, - 47.812847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919794, - 45.897783 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919794, - 45.897783 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919794, - 45.897783 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919794, - 45.897783 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919794, - 45.897783 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919794, - 45.897783 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87923, - 48.1726 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87923, - 48.1726 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.585304, - 47.812847 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284364, - 45.856939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284364, - 45.856939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.826062, - 47.387572 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284364, - 45.856939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.21506944, - 47.6492611 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.21506944, - 47.6492611 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.40224, - 48.0442 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.40224, - 48.0442 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.546522, - 48.121309 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.546522, - 48.121309 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18008, - 48.6458 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18008, - 48.6458 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035971, - 47.504363 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035971, - 47.504363 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035971, - 47.504363 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035971, - 47.504363 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035971, - 47.504363 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035971, - 47.504363 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.162319, - 48.775137 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.162319, - 48.775137 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.359979, - 44.039147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.359979, - 44.039147 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76674, - 47.8782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76674, - 47.8782 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.826062, - 47.387572 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.21506944, - 47.6492611 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.21506944, - 47.6492611 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.283908, - 45.856424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.358236, - 49.318152 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.284364, - 45.856939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82394, - 48.2551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82394, - 48.2551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82394, - 48.2551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82394, - 48.2551 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.299493, - 49.189088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.299493, - 49.189088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.409856, - 50.12472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.409856, - 50.12472 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.358236, - 49.318152 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.283908, - 45.856424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.427055, - 48.612608 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489556, - 43.450393 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.427055, - 48.612608 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.283908, - 45.856424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.283908, - 45.856424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.283908, - 45.856424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.283908, - 45.856424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.283908, - 45.856424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.283908, - 45.856424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.818359, - 48.322194 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.869877, - 49.340218 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.107851, - 44.566656 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04947, - 48.12164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861169, - 49.360989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861169, - 49.360989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861169, - 49.360989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861169, - 49.360989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861169, - 49.360989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861169, - 49.360989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22542, - 48.680789 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22542, - 48.680789 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.595775, - 43.388968 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.701676, - 48.976424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.595775, - 43.388968 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.595775, - 43.388968 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.06458, - 46.579872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.06458, - 46.579872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.06458, - 46.579872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.06458, - 46.579872 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99387, - 43.892162 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99387, - 43.892162 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99387, - 43.892162 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99387, - 43.892162 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04947, - 48.12164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861169, - 49.360989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.861169, - 49.360989 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39871737, - 47.0807 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156923, - 48.908117 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525098, - 45.030878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525098, - 45.030878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525098, - 45.030878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525098, - 45.030878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.700614, - 47.437236 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.700614, - 47.437236 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.190681, - 50.186031 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.190681, - 50.186031 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.237583, - 48.005493 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156923, - 48.908117 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39871737, - 47.0807 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156923, - 48.908117 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156923, - 48.908117 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156923, - 48.908117 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156923, - 48.908117 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156923, - 48.908117 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48205299, - 45.119945 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48205299, - 45.119945 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48205299, - 45.119945 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48205299, - 45.119945 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04947, - 48.12164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04947, - 48.12164 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49106235, - 47.50032088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187658, - 44.405928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15351203, - 45.66017323 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15351203, - 45.66017323 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15351203, - 45.66017323 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15351203, - 45.66017323 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.545844, - 49.614343 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.545844, - 49.614343 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.545844, - 49.614343 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372304, - 48.85239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372304, - 48.85239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372304, - 48.85239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372304, - 48.85239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372304, - 48.85239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372304, - 48.85239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372304, - 48.85239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372304, - 48.85239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372304, - 48.85239 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353249, - 48.856136 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353249, - 48.856136 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353249, - 48.856136 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353249, - 48.856136 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.219219, - 47.146574 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15351203, - 45.66017323 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.176307, - 47.308871 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.176307, - 47.308871 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.392879, - 49.203458 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187658, - 44.405928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187658, - 44.405928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187658, - 44.405928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187658, - 44.405928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187658, - 44.405928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187658, - 44.405928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187658, - 44.405928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.187658, - 44.405928 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.392879, - 49.203458 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36893, - 47.063792 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33374, - 47.29969 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36893, - 47.063792 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.344566, - 47.602342 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.344566, - 47.602342 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.348317, - 48.079206 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.348317, - 48.079206 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33374, - 47.29969 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33374, - 47.29969 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33374, - 47.29969 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.595775, - 43.388968 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525098, - 45.030878 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156923, - 48.908117 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49106235, - 47.50032088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279899, - 44.524191 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.47814, - 46.302012 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.47814, - 46.302012 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.47814, - 46.302012 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.391091, - 48.727654 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0643557, - 50.2274772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0643557, - 50.2274772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0643557, - 50.2274772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0643557, - 50.2274772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0643557, - 50.2274772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0643557, - 50.2274772 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.447106, - 46.141037 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.447106, - 46.141037 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279899, - 44.524191 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49106235, - 47.50032088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.593659, - 49.050216 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.593659, - 49.050216 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.058594, - 47.574824 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.058594, - 47.574824 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.369649, - 49.504894 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.369649, - 49.504894 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.365318, - 49.508675 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.365318, - 49.508675 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2676, - 49.4177 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2676, - 49.4177 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.04468352, - 49.42853006 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.04468352, - 49.42853006 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.47814, - 46.302012 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.252578, - 48.449077 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26026, - 49.851873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26026, - 49.851873 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.701676, - 48.976424 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.623059, - 45.196766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.623059, - 45.196766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.623059, - 45.196766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.623059, - 45.196766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.623059, - 45.196766 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.884251, - 48.200212 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2288233, - 48.7293536 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2288233, - 48.7293536 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2288233, - 48.7293536 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2288233, - 48.7293536 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2288233, - 48.7293536 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2288233, - 48.7293536 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2288233, - 48.7293536 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2288233, - 48.7293536 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2288233, - 48.7293536 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35150861, - 46.57702787 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35150861, - 46.57702787 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.682819, - 48.146012 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.414504, - 47.081654 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37298052, - 47.10104724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37298052, - 47.10104724 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40000606, - 47.09136482 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40000606, - 47.09136482 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.392723, - 48.113672 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.98555, - 49.262042 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.98555, - 49.262042 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.509793, - 49.118571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.66933846, - 47.6509206 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.052668, - 48.14336 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59294, - 49.049168 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59294, - 49.049168 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59294, - 49.049168 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59294, - 49.049168 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12869, - 43.293939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12869, - 43.293939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12869, - 43.293939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12869, - 43.293939 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.088926, - 48.856103 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.088926, - 48.856103 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.088926, - 48.856103 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.088926, - 48.856103 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.088926, - 48.856103 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.088926, - 48.856103 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.088926, - 48.856103 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.088926, - 48.856103 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.158265, - 45.548788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.158265, - 45.548788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.158265, - 45.548788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.158265, - 45.548788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.158265, - 45.548788 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49106235, - 47.50032088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49106235, - 47.50032088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49106235, - 47.50032088 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.66933846, - 47.6509206 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.66933846, - 47.6509206 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.509793, - 49.118571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.66933846, - 47.6509206 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.509793, - 49.118571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.509793, - 49.118571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.219219, - 47.146574 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.509793, - 49.118571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.509793, - 49.118571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.509793, - 49.118571 - ] - }, - "properties": { - "undefined": "eco-movement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.146988, - 44.656649 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.193047, - 44.658496 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.201663, - 44.641716 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.201663, - 44.641716 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.201663, - 44.641716 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.201663, - 44.641716 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.201663, - 44.641716 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.193047, - 44.658496 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.193047, - 44.658496 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.193047, - 44.658496 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.146988, - 44.656649 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.193047, - 44.658496 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.165259, - 44.659664 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.165259, - 44.659664 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.165259, - 44.659664 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.165259, - 44.659664 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.146988, - 44.656649 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.146988, - 44.656649 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.146988, - 44.656649 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.165259, - 44.659664 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249567, - 48.906326 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.231137, - 48.903906 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255774, - 48.905086 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255774, - 48.905086 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255774, - 48.905086 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255774, - 48.905086 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255774, - 48.905086 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239232, - 48.903313 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239232, - 48.903313 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239232, - 48.903313 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239232, - 48.903313 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239232, - 48.903313 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239232, - 48.903313 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.231137, - 48.903906 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.231137, - 48.903906 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.231137, - 48.903906 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.231137, - 48.903906 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249567, - 48.906326 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255774, - 48.905086 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.231137, - 48.903906 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255774, - 48.905086 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237217, - 48.908458 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249567, - 48.906326 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257169, - 48.913486 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249567, - 48.906326 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249567, - 48.906326 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237217, - 48.908458 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237217, - 48.908458 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237217, - 48.908458 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249567, - 48.906326 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237217, - 48.908458 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257169, - 48.913486 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257169, - 48.913486 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257169, - 48.913486 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257169, - 48.913486 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257169, - 48.913486 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237217, - 48.908458 - ] - }, - "properties": { - "undefined": "La Garenne-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.022342, - 44.992886 - ] - }, - "properties": { - "undefined": "Gours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.041403, - 44.39061 - ] - }, - "properties": { - "undefined": "Grignols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.041403, - 44.39061 - ] - }, - "properties": { - "undefined": "Grignols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.185352, - 45.040447 - ] - }, - "properties": { - "undefined": "Guîtres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.185352, - 45.040447 - ] - }, - "properties": { - "undefined": "Guîtres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.071506, - 44.635715 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0602, - 44.63863 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0602, - 44.63863 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.071506, - 44.635715 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0694, - 44.640648 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0694, - 44.640648 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.274073, - 44.992256 - ] - }, - "properties": { - "undefined": "Galgon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.069077, - 44.64072 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.022342, - 44.992886 - ] - }, - "properties": { - "undefined": "Gours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.573481, - 45.224117 - ] - }, - "properties": { - "undefined": "Étauliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.274073, - 44.992256 - ] - }, - "properties": { - "undefined": "Galgon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.271769, - 44.924076 - ] - }, - "properties": { - "undefined": "Fronsac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.271769, - 44.924076 - ] - }, - "properties": { - "undefined": "Fronsac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.007033, - 44.945431 - ] - }, - "properties": { - "undefined": "Francs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.007033, - 44.945431 - ] - }, - "properties": { - "undefined": "Francs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.445306, - 44.824787 - ] - }, - "properties": { - "undefined": "Fargues-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.445306, - 44.824787 - ] - }, - "properties": { - "undefined": "Fargues-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.573481, - 45.224117 - ] - }, - "properties": { - "undefined": "Étauliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.408791, - 45.075554 - ] - }, - "properties": { - "undefined": "Cubnezais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.408791, - 45.075554 - ] - }, - "properties": { - "undefined": "Cubnezais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.701827, - 44.771759 - ] - }, - "properties": { - "undefined": "Cestas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.701827, - 44.771759 - ] - }, - "properties": { - "undefined": "Cestas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.684628, - 44.741707 - ] - }, - "properties": { - "undefined": "Cestas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.068484, - 44.640541 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.069077, - 44.64072 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.245125, - 44.553131 - ] - }, - "properties": { - "undefined": "Langon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.068484, - 44.640541 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.684628, - 44.741707 - ] - }, - "properties": { - "undefined": "Cestas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.400897, - 44.708164 - ] - }, - "properties": { - "undefined": "Langoiran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41494, - 44.567455 - ] - }, - "properties": { - "undefined": "Landiras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41494, - 44.567455 - ] - }, - "properties": { - "undefined": "Landiras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.074968, - 44.977234 - ] - }, - "properties": { - "undefined": "Lacanau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.074968, - 44.977234 - ] - }, - "properties": { - "undefined": "Lacanau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.195334, - 45.001762 - ] - }, - "properties": { - "undefined": "Lacanau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.195334, - 45.001762 - ] - }, - "properties": { - "undefined": "Lacanau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.148236, - 44.631668 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.148236, - 44.631668 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.144855, - 44.638229 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.144855, - 44.638229 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.152655, - 44.537663 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.152655, - 44.537663 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.207559, - 44.606632 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.361701, - 44.91988 - ] - }, - "properties": { - "undefined": "Izon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.202032, - 44.632652 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.202032, - 44.632652 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.150912, - 44.63129 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.150912, - 44.63129 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.034757, - 44.582245 - ] - }, - "properties": { - "undefined": "La Réole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.034757, - 44.582245 - ] - }, - "properties": { - "undefined": "La Réole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.035621, - 44.584213 - ] - }, - "properties": { - "undefined": "La Réole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.035621, - 44.584213 - ] - }, - "properties": { - "undefined": "La Réole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.037012, - 44.581619 - ] - }, - "properties": { - "undefined": "La Réole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.037012, - 44.581619 - ] - }, - "properties": { - "undefined": "La Réole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.531089, - 44.679783 - ] - }, - "properties": { - "undefined": "La Brède" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.531089, - 44.679783 - ] - }, - "properties": { - "undefined": "La Brède" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.361701, - 44.91988 - ] - }, - "properties": { - "undefined": "Izon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.207559, - 44.606632 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.529436, - 44.755657 - ] - }, - "properties": { - "undefined": "Cadaujac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.389539, - 45.101608 - ] - }, - "properties": { - "undefined": "Cavignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.138983, - 44.765343 - ] - }, - "properties": { - "undefined": "Arès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.965542, - 44.637932 - ] - }, - "properties": { - "undefined": "Biganos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.965542, - 44.637932 - ] - }, - "properties": { - "undefined": "Biganos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.975692, - 44.64143 - ] - }, - "properties": { - "undefined": "Biganos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.975692, - 44.64143 - ] - }, - "properties": { - "undefined": "Biganos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.031351, - 44.878628 - ] - }, - "properties": { - "undefined": "Belvès-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.031351, - 44.878628 - ] - }, - "properties": { - "undefined": "Belvès-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.449122, - 44.703663 - ] - }, - "properties": { - "undefined": "Beautiran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.449122, - 44.703663 - ] - }, - "properties": { - "undefined": "Beautiran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.014052, - 44.682381 - ] - }, - "properties": { - "undefined": "Audenge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.014052, - 44.682381 - ] - }, - "properties": { - "undefined": "Audenge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.015976, - 44.683964 - ] - }, - "properties": { - "undefined": "Audenge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.015976, - 44.683964 - ] - }, - "properties": { - "undefined": "Audenge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.138983, - 44.765343 - ] - }, - "properties": { - "undefined": "Arès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.141424, - 44.764664 - ] - }, - "properties": { - "undefined": "Arès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.389539, - 45.101608 - ] - }, - "properties": { - "undefined": "Cavignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.141424, - 44.764664 - ] - }, - "properties": { - "undefined": "Arès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.163121, - 44.663528 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.163121, - 44.663528 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.172374, - 44.663364 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.172374, - 44.663364 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16609, - 44.659492 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16609, - 44.659492 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16609, - 44.659492 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16609, - 44.659492 - ] - }, - "properties": { - "undefined": "Arcachon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098947, - 44.74308 - ] - }, - "properties": { - "undefined": "Andernos-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098947, - 44.74308 - ] - }, - "properties": { - "undefined": "Andernos-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.106562, - 44.74374 - ] - }, - "properties": { - "undefined": "Andernos-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.106562, - 44.74374 - ] - }, - "properties": { - "undefined": "Andernos-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.965469, - 44.639351 - ] - }, - "properties": { - "undefined": "Biganos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.965469, - 44.639351 - ] - }, - "properties": { - "undefined": "Biganos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.663159, - 45.131039 - ] - }, - "properties": { - "undefined": "Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.663159, - 45.131039 - ] - }, - "properties": { - "undefined": "Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.042146, - 44.85408 - ] - }, - "properties": { - "undefined": "Castillon-la-Bataille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.042146, - 44.85408 - ] - }, - "properties": { - "undefined": "Castillon-la-Bataille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.043266, - 44.852478 - ] - }, - "properties": { - "undefined": "Castillon-la-Bataille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.043266, - 44.852478 - ] - }, - "properties": { - "undefined": "Castillon-la-Bataille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.797203, - 45.025738 - ] - }, - "properties": { - "undefined": "Castelnau-de-Médoc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.797203, - 45.025738 - ] - }, - "properties": { - "undefined": "Castelnau-de-Médoc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.261004, - 44.292 - ] - }, - "properties": { - "undefined": "Captieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.261004, - 44.292 - ] - }, - "properties": { - "undefined": "Captieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.64122, - 44.750343 - ] - }, - "properties": { - "undefined": "Canéjan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.64122, - 44.750343 - ] - }, - "properties": { - "undefined": "Canéjan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.654258, - 44.763481 - ] - }, - "properties": { - "undefined": "Canéjan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.654258, - 44.763481 - ] - }, - "properties": { - "undefined": "Canéjan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.030508, - 45.015129 - ] - }, - "properties": { - "undefined": "Camps-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.030508, - 45.015129 - ] - }, - "properties": { - "undefined": "Camps-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.529436, - 44.755657 - ] - }, - "properties": { - "undefined": "Cadaujac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.700727, - 45.284054 - ] - }, - "properties": { - "undefined": "Braud-et-Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.700727, - 45.284054 - ] - }, - "properties": { - "undefined": "Braud-et-Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.626513, - 45.246693 - ] - }, - "properties": { - "undefined": "Braud-et-Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.626513, - 45.246693 - ] - }, - "properties": { - "undefined": "Braud-et-Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624, - 45.251667 - ] - }, - "properties": { - "undefined": "Braud-et-Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624, - 45.251667 - ] - }, - "properties": { - "undefined": "Braud-et-Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.560364, - 45.039116 - ] - }, - "properties": { - "undefined": "Bourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.560364, - 45.039116 - ] - }, - "properties": { - "undefined": "Bourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.664302, - 45.124519 - ] - }, - "properties": { - "undefined": "Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.664302, - 45.124519 - ] - }, - "properties": { - "undefined": "Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.662261, - 45.129269 - ] - }, - "properties": { - "undefined": "Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.662261, - 45.129269 - ] - }, - "properties": { - "undefined": "Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.400897, - 44.708164 - ] - }, - "properties": { - "undefined": "Langoiran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.581216, - 44.712681 - ] - }, - "properties": { - "undefined": "Martillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.245125, - 44.553131 - ] - }, - "properties": { - "undefined": "Langon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.410028, - 45.139877 - ] - }, - "properties": { - "undefined": "Saint-Yzan-de-Soudiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.392749, - 45.140446 - ] - }, - "properties": { - "undefined": "Saint-Yzan-de-Soudiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396709, - 44.842957 - ] - }, - "properties": { - "undefined": "Sallebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396709, - 44.842957 - ] - }, - "properties": { - "undefined": "Sallebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.867027, - 44.550583 - ] - }, - "properties": { - "undefined": "Salles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.088728, - 44.694389 - ] - }, - "properties": { - "undefined": "Sauveterre-de-Guyenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.088728, - 44.694389 - ] - }, - "properties": { - "undefined": "Sauveterre-de-Guyenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.083812, - 44.692291 - ] - }, - "properties": { - "undefined": "Sauveterre-de-Guyenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.083812, - 44.692291 - ] - }, - "properties": { - "undefined": "Sauveterre-de-Guyenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.15, - 45.484943 - ] - }, - "properties": { - "undefined": "Soulac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.15, - 45.484943 - ] - }, - "properties": { - "undefined": "Soulac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.126126, - 45.514442 - ] - }, - "properties": { - "undefined": "Soulac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.126126, - 45.514442 - ] - }, - "properties": { - "undefined": "Soulac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.265181, - 44.734566 - ] - }, - "properties": { - "undefined": "Targon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.265181, - 44.734566 - ] - }, - "properties": { - "undefined": "Targon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.260849, - 44.55788 - ] - }, - "properties": { - "undefined": "Toulenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.260849, - 44.55788 - ] - }, - "properties": { - "undefined": "Toulenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.316924, - 44.897648 - ] - }, - "properties": { - "undefined": "Vayres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.316924, - 44.897648 - ] - }, - "properties": { - "undefined": "Vayres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.601418, - 45.190145 - ] - }, - "properties": { - "undefined": "Eyrans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.601418, - 45.190145 - ] - }, - "properties": { - "undefined": "Eyrans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.601418, - 45.190145 - ] - }, - "properties": { - "undefined": "Eyrans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.601418, - 45.190145 - ] - }, - "properties": { - "undefined": "Eyrans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244545, - 44.946975 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244545, - 44.946975 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244545, - 44.946975 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244545, - 44.946975 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.124493, - 44.618902 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.392749, - 45.140446 - ] - }, - "properties": { - "undefined": "Saint-Yzan-de-Soudiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.410028, - 45.139877 - ] - }, - "properties": { - "undefined": "Saint-Yzan-de-Soudiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.056675, - 45.014774 - ] - }, - "properties": { - "undefined": "Saint-Médard-de-Guizières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.031379, - 44.914112 - ] - }, - "properties": { - "undefined": "Saint-Philippe-d'Aiguille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478578, - 44.671124 - ] - }, - "properties": { - "undefined": "Saint-Selve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478578, - 44.671124 - ] - }, - "properties": { - "undefined": "Saint-Selve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.248037, - 44.555328 - ] - }, - "properties": { - "undefined": "Langon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.000992, - 45.015003 - ] - }, - "properties": { - "undefined": "Saint-Seurin-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.003134, - 45.01342 - ] - }, - "properties": { - "undefined": "Saint-Seurin-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.003134, - 45.01342 - ] - }, - "properties": { - "undefined": "Saint-Seurin-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.190544, - 44.876118 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-de-Faleyrens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.190544, - 44.876118 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-de-Faleyrens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.488382, - 44.429783 - ] - }, - "properties": { - "undefined": "Saint-Symphorien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.488382, - 44.429783 - ] - }, - "properties": { - "undefined": "Saint-Symphorien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.443644, - 44.996262 - ] - }, - "properties": { - "undefined": "Saint-André-de-Cubzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.443644, - 44.996262 - ] - }, - "properties": { - "undefined": "Saint-André-de-Cubzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.430289, - 44.992447 - ] - }, - "properties": { - "undefined": "Saint-André-de-Cubzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.430289, - 44.992447 - ] - }, - "properties": { - "undefined": "Saint-André-de-Cubzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.014856, - 45.079998 - ] - }, - "properties": { - "undefined": "Saint-Christophe-de-Double" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.014856, - 45.079998 - ] - }, - "properties": { - "undefined": "Saint-Christophe-de-Double" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06199, - 44.879169 - ] - }, - "properties": { - "undefined": "Sainte-Colombe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06199, - 44.879169 - ] - }, - "properties": { - "undefined": "Sainte-Colombe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.473999, - 44.904659 - ] - }, - "properties": { - "undefined": "Sainte-Eulalie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.473999, - 44.904659 - ] - }, - "properties": { - "undefined": "Sainte-Eulalie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.485241, - 44.907875 - ] - }, - "properties": { - "undefined": "Sainte-Eulalie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.485241, - 44.907875 - ] - }, - "properties": { - "undefined": "Sainte-Eulalie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.473356, - 44.908749 - ] - }, - "properties": { - "undefined": "Sainte-Eulalie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.473356, - 44.908749 - ] - }, - "properties": { - "undefined": "Sainte-Eulalie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.063501, - 44.898205 - ] - }, - "properties": { - "undefined": "Saint-Genès-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.063501, - 44.898205 - ] - }, - "properties": { - "undefined": "Saint-Genès-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.031379, - 44.914112 - ] - }, - "properties": { - "undefined": "Saint-Philippe-d'Aiguille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.124493, - 44.618902 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.124493, - 44.618902 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.124493, - 44.618902 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.960185, - 44.627885 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.128961, - 45.015847 - ] - }, - "properties": { - "undefined": "Abzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.345016, - 44.81952 - ] - }, - "properties": { - "undefined": "Croignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.345016, - 44.81952 - ] - }, - "properties": { - "undefined": "Croignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.115768, - 44.639867 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.115768, - 44.639867 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.438853, - 44.85042 - ] - }, - "properties": { - "undefined": "Pompignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.438853, - 44.85042 - ] - }, - "properties": { - "undefined": "Pompignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.463965, - 44.847856 - ] - }, - "properties": { - "undefined": "Tresses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.463965, - 44.847856 - ] - }, - "properties": { - "undefined": "Tresses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.074516, - 44.618461 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.074516, - 44.618461 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.474491, - 44.812994 - ] - }, - "properties": { - "undefined": "Carignan-de-Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.474491, - 44.812994 - ] - }, - "properties": { - "undefined": "Carignan-de-Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342405, - 44.53057 - ] - }, - "properties": { - "undefined": "Sauternes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342405, - 44.53057 - ] - }, - "properties": { - "undefined": "Sauternes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.373517, - 44.692539 - ] - }, - "properties": { - "undefined": "Lestiac-sur-Garonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.373517, - 44.692539 - ] - }, - "properties": { - "undefined": "Lestiac-sur-Garonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369699, - 44.882555 - ] - }, - "properties": { - "undefined": "Beychac-et-Caillau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369699, - 44.882555 - ] - }, - "properties": { - "undefined": "Beychac-et-Caillau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369699, - 44.882555 - ] - }, - "properties": { - "undefined": "Beychac-et-Caillau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.123766, - 45.513463 - ] - }, - "properties": { - "undefined": "Soulac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.123766, - 45.513463 - ] - }, - "properties": { - "undefined": "Soulac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.122837, - 45.515089 - ] - }, - "properties": { - "undefined": "Soulac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.122837, - 45.515089 - ] - }, - "properties": { - "undefined": "Soulac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.122837, - 45.515089 - ] - }, - "properties": { - "undefined": "Soulac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.486943, - 44.765249 - ] - }, - "properties": { - "undefined": "Camblanes-et-Meynac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.486943, - 44.765249 - ] - }, - "properties": { - "undefined": "Camblanes-et-Meynac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.128961, - 45.015847 - ] - }, - "properties": { - "undefined": "Abzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244976, - 44.944289 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244976, - 44.944289 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436955, - 45.005005 - ] - }, - "properties": { - "undefined": "Saint-André-de-Cubzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.960185, - 44.627885 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.960185, - 44.627885 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826756, - 44.664279 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826756, - 44.664279 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826756, - 44.664279 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.569409, - 45.29116 - ] - }, - "properties": { - "undefined": "Val-de-Livenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.569409, - 45.29116 - ] - }, - "properties": { - "undefined": "Val-de-Livenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.569409, - 45.29116 - ] - }, - "properties": { - "undefined": "Val-de-Livenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.569409, - 45.29116 - ] - }, - "properties": { - "undefined": "Val-de-Livenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436955, - 45.005005 - ] - }, - "properties": { - "undefined": "Saint-André-de-Cubzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436955, - 45.005005 - ] - }, - "properties": { - "undefined": "Saint-André-de-Cubzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436955, - 45.005005 - ] - }, - "properties": { - "undefined": "Saint-André-de-Cubzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.050627, - 44.776755 - ] - }, - "properties": { - "undefined": "Andernos-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244976, - 44.944289 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.050627, - 44.776755 - ] - }, - "properties": { - "undefined": "Andernos-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.050627, - 44.776755 - ] - }, - "properties": { - "undefined": "Andernos-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.050627, - 44.776755 - ] - }, - "properties": { - "undefined": "Andernos-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.135596, - 44.819706 - ] - }, - "properties": { - "undefined": "Sainte-Terre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.135596, - 44.819706 - ] - }, - "properties": { - "undefined": "Sainte-Terre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424664, - 44.914339 - ] - }, - "properties": { - "undefined": "Saint-Loubès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424664, - 44.914339 - ] - }, - "properties": { - "undefined": "Saint-Loubès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424664, - 44.914339 - ] - }, - "properties": { - "undefined": "Saint-Loubès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424664, - 44.914339 - ] - }, - "properties": { - "undefined": "Saint-Loubès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.400987, - 44.708023 - ] - }, - "properties": { - "undefined": "Langoiran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.400987, - 44.708023 - ] - }, - "properties": { - "undefined": "Langoiran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244976, - 44.944289 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.056675, - 45.014774 - ] - }, - "properties": { - "undefined": "Saint-Médard-de-Guizières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.000992, - 45.015003 - ] - }, - "properties": { - "undefined": "Saint-Seurin-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.426206, - 44.916077 - ] - }, - "properties": { - "undefined": "Saint-Loubès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.601472, - 44.727711 - ] - }, - "properties": { - "undefined": "Léognan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598145, - 44.727558 - ] - }, - "properties": { - "undefined": "Léognan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598145, - 44.727558 - ] - }, - "properties": { - "undefined": "Léognan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.097568, - 45.069656 - ] - }, - "properties": { - "undefined": "Les Peintures" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.097568, - 45.069656 - ] - }, - "properties": { - "undefined": "Les Peintures" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.001139, - 44.91209 - ] - }, - "properties": { - "undefined": "Les Salles-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.001139, - 44.91209 - ] - }, - "properties": { - "undefined": "Les Salles-de-Castillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.241218, - 44.91774 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.241218, - 44.91774 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.241469, - 44.911701 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.241469, - 44.911701 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.23693, - 44.916817 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.23693, - 44.916817 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.243664, - 44.91433 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.243664, - 44.91433 - ] - }, - "properties": { - "undefined": "Libourne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603403, - 44.982456 - ] - }, - "properties": { - "undefined": "Ludon-Médoc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603403, - 44.982456 - ] - }, - "properties": { - "undefined": "Ludon-Médoc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.095814, - 44.948994 - ] - }, - "properties": { - "undefined": "Lussac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.095814, - 44.948994 - ] - }, - "properties": { - "undefined": "Lussac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26885, - 45.070889 - ] - }, - "properties": { - "undefined": "Maransin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26885, - 45.070889 - ] - }, - "properties": { - "undefined": "Maransin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.855523, - 44.692165 - ] - }, - "properties": { - "undefined": "Marcheprime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.855523, - 44.692165 - ] - }, - "properties": { - "undefined": "Marcheprime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.85433, - 44.690495 - ] - }, - "properties": { - "undefined": "Marcheprime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.85433, - 44.690495 - ] - }, - "properties": { - "undefined": "Marcheprime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.384012, - 45.067467 - ] - }, - "properties": { - "undefined": "Marsas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.384012, - 45.067467 - ] - }, - "properties": { - "undefined": "Marsas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.426206, - 44.916077 - ] - }, - "properties": { - "undefined": "Saint-Loubès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.601472, - 44.727711 - ] - }, - "properties": { - "undefined": "Léognan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.245858, - 44.650799 - ] - }, - "properties": { - "undefined": "Lège-Cap-Ferret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.542552, - 44.714039 - ] - }, - "properties": { - "undefined": "Martillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.245858, - 44.650799 - ] - }, - "properties": { - "undefined": "Lège-Cap-Ferret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.248037, - 44.555328 - ] - }, - "properties": { - "undefined": "Langon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.248891, - 44.553619 - ] - }, - "properties": { - "undefined": "Langon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.248891, - 44.553619 - ] - }, - "properties": { - "undefined": "Langon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.033432, - 44.701801 - ] - }, - "properties": { - "undefined": "Lanton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.033432, - 44.701801 - ] - }, - "properties": { - "undefined": "Lanton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.056711, - 44.712387 - ] - }, - "properties": { - "undefined": "Lanton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.056711, - 44.712387 - ] - }, - "properties": { - "undefined": "Lanton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.343015, - 45.107861 - ] - }, - "properties": { - "undefined": "Laruscade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.343015, - 45.107861 - ] - }, - "properties": { - "undefined": "Laruscade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.498521, - 44.785572 - ] - }, - "properties": { - "undefined": "Latresne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.498521, - 44.785572 - ] - }, - "properties": { - "undefined": "Latresne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.770521, - 44.607964 - ] - }, - "properties": { - "undefined": "Le Barp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.770521, - 44.607964 - ] - }, - "properties": { - "undefined": "Le Barp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.032427, - 45.059238 - ] - }, - "properties": { - "undefined": "Le Fieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.032427, - 45.059238 - ] - }, - "properties": { - "undefined": "Le Fieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.025833, - 44.632778 - ] - }, - "properties": { - "undefined": "Le Teich" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.025833, - 44.632778 - ] - }, - "properties": { - "undefined": "Le Teich" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.021466, - 44.635406 - ] - }, - "properties": { - "undefined": "Le Teich" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.021466, - 44.635406 - ] - }, - "properties": { - "undefined": "Le Teich" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.026443, - 44.631077 - ] - }, - "properties": { - "undefined": "Le Teich" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.026443, - 44.631077 - ] - }, - "properties": { - "undefined": "Le Teich" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14603, - 44.795773 - ] - }, - "properties": { - "undefined": "Lège-Cap-Ferret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14603, - 44.795773 - ] - }, - "properties": { - "undefined": "Lège-Cap-Ferret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14603, - 44.795773 - ] - }, - "properties": { - "undefined": "Lège-Cap-Ferret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14603, - 44.795773 - ] - }, - "properties": { - "undefined": "Lège-Cap-Ferret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.181364, - 44.749344 - ] - }, - "properties": { - "undefined": "Lège-Cap-Ferret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.181364, - 44.749344 - ] - }, - "properties": { - "undefined": "Lège-Cap-Ferret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.542552, - 44.714039 - ] - }, - "properties": { - "undefined": "Martillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.867027, - 44.550583 - ] - }, - "properties": { - "undefined": "Salles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.581216, - 44.712681 - ] - }, - "properties": { - "undefined": "Martillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.276985, - 45.030991 - ] - }, - "properties": { - "undefined": "Saint-Ciers-d'Abzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.126184, - 44.778473 - ] - }, - "properties": { - "undefined": "Rauzan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.126184, - 44.778473 - ] - }, - "properties": { - "undefined": "Rauzan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.176874, - 45.025108 - ] - }, - "properties": { - "undefined": "Sablons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.176874, - 45.025108 - ] - }, - "properties": { - "undefined": "Sablons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44713, - 45.139946 - ] - }, - "properties": { - "undefined": "Saint-Savin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44713, - 45.139946 - ] - }, - "properties": { - "undefined": "Saint-Savin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.040668, - 45.027435 - ] - }, - "properties": { - "undefined": "Saint-Antoine-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.040668, - 45.027435 - ] - }, - "properties": { - "undefined": "Saint-Antoine-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.557763, - 45.248619 - ] - }, - "properties": { - "undefined": "Saint-Aubin-de-Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.557763, - 45.248619 - ] - }, - "properties": { - "undefined": "Saint-Aubin-de-Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.507449, - 45.130127 - ] - }, - "properties": { - "undefined": "Saint-Christoly-de-Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.507449, - 45.130127 - ] - }, - "properties": { - "undefined": "Saint-Christoly-de-Blaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.023352, - 44.939892 - ] - }, - "properties": { - "undefined": "Saint-Cibard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.023352, - 44.939892 - ] - }, - "properties": { - "undefined": "Saint-Cibard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.276985, - 45.030991 - ] - }, - "properties": { - "undefined": "Saint-Ciers-d'Abzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.488296, - 44.755913 - ] - }, - "properties": { - "undefined": "Quinsac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.609335, - 45.290096 - ] - }, - "properties": { - "undefined": "Saint-Ciers-sur-Gironde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.609335, - 45.290096 - ] - }, - "properties": { - "undefined": "Saint-Ciers-sur-Gironde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.204426, - 44.9921 - ] - }, - "properties": { - "undefined": "Saint-Denis-de-Pile" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.204426, - 44.9921 - ] - }, - "properties": { - "undefined": "Saint-Denis-de-Pile" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.156992, - 44.896271 - ] - }, - "properties": { - "undefined": "Saint-Émilion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.156992, - 44.896271 - ] - }, - "properties": { - "undefined": "Saint-Émilion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.327441, - 44.94614 - ] - }, - "properties": { - "undefined": "Saint-Germain-de-la-Rivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.327441, - 44.94614 - ] - }, - "properties": { - "undefined": "Saint-Germain-de-la-Rivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.784099, - 44.809963 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Illac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.784099, - 44.809963 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Illac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.780595, - 44.812153 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Illac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.780595, - 44.812153 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Illac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.822102, - 45.149315 - ] - }, - "properties": { - "undefined": "Saint-Laurent-Médoc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.822102, - 45.149315 - ] - }, - "properties": { - "undefined": "Saint-Laurent-Médoc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.488296, - 44.755913 - ] - }, - "properties": { - "undefined": "Quinsac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.001493, - 44.981499 - ] - }, - "properties": { - "undefined": "Puynormand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.747904, - 45.199554 - ] - }, - "properties": { - "undefined": "Pauillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.078747, - 44.820744 - ] - }, - "properties": { - "undefined": "Pessac-sur-Dordogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.584632, - 44.709854 - ] - }, - "properties": { - "undefined": "Martillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.584632, - 44.709854 - ] - }, - "properties": { - "undefined": "Martillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.939739, - 44.606319 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.939739, - 44.606319 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.083541, - 44.650417 - ] - }, - "properties": { - "undefined": "Monségur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.083541, - 44.650417 - ] - }, - "properties": { - "undefined": "Monségur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.126781, - 44.929531 - ] - }, - "properties": { - "undefined": "Montagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.126781, - 44.929531 - ] - }, - "properties": { - "undefined": "Montagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.747904, - 45.199554 - ] - }, - "properties": { - "undefined": "Pauillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.001493, - 44.981499 - ] - }, - "properties": { - "undefined": "Puynormand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.077091, - 44.742752 - ] - }, - "properties": { - "undefined": "Pellegrue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.077091, - 44.742752 - ] - }, - "properties": { - "undefined": "Pellegrue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.078747, - 44.820744 - ] - }, - "properties": { - "undefined": "Pessac-sur-Dordogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.064026, - 44.981812 - ] - }, - "properties": { - "undefined": "Petit-Palais-et-Cornemps" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.064026, - 44.981812 - ] - }, - "properties": { - "undefined": "Petit-Palais-et-Cornemps" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.226371, - 44.830223 - ] - }, - "properties": { - "undefined": "Pineuilh" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.226371, - 44.830223 - ] - }, - "properties": { - "undefined": "Pineuilh" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.354772, - 44.650349 - ] - }, - "properties": { - "undefined": "Podensac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.354772, - 44.650349 - ] - }, - "properties": { - "undefined": "Podensac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.423946, - 44.696251 - ] - }, - "properties": { - "undefined": "Portets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.423946, - 44.696251 - ] - }, - "properties": { - "undefined": "Portets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.074422, - 44.925064 - ] - }, - "properties": { - "undefined": "Puisseguin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.074422, - 44.925064 - ] - }, - "properties": { - "undefined": "Puisseguin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888315, - 44.966278 - ] - }, - "properties": { - "undefined": "Bourg-lès-Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.365344, - 48.732587 - ] - }, - "properties": { - "undefined": "Paray-Vieille-Poste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.365344, - 48.732587 - ] - }, - "properties": { - "undefined": "Paray-Vieille-Poste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.365344, - 48.732587 - ] - }, - "properties": { - "undefined": "Paray-Vieille-Poste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888315, - 44.966278 - ] - }, - "properties": { - "undefined": "Bourg-lès-Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888315, - 44.966278 - ] - }, - "properties": { - "undefined": "Bourg-lès-Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888315, - 44.966278 - ] - }, - "properties": { - "undefined": "Bourg-lès-Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.365344, - 48.732587 - ] - }, - "properties": { - "undefined": "Paray-Vieille-Poste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.678903, - 45.568583 - ] - }, - "properties": { - "undefined": "Gémozac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.678903, - 45.568583 - ] - }, - "properties": { - "undefined": "Gémozac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.004244, - 46.127379 - ] - }, - "properties": { - "undefined": "La Jarrie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.008851, - 46.128313 - ] - }, - "properties": { - "undefined": "La Jarrie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.834953, - 45.582125 - ] - }, - "properties": { - "undefined": "Cozes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.834953, - 45.582125 - ] - }, - "properties": { - "undefined": "Cozes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.906058, - 45.536148 - ] - }, - "properties": { - "undefined": "Talmont-sur-Gironde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.906058, - 45.536148 - ] - }, - "properties": { - "undefined": "Talmont-sur-Gironde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.272743, - 45.243324 - ] - }, - "properties": { - "undefined": "Montlieu-la-Garde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.272743, - 45.243324 - ] - }, - "properties": { - "undefined": "Montlieu-la-Garde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.272743, - 45.243324 - ] - }, - "properties": { - "undefined": "Montlieu-la-Garde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.678903, - 45.568583 - ] - }, - "properties": { - "undefined": "Gémozac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.013245, - 45.157408 - ] - }, - "properties": { - "undefined": "Saint-Aigulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.013245, - 45.157408 - ] - }, - "properties": { - "undefined": "Saint-Aigulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.013245, - 45.157408 - ] - }, - "properties": { - "undefined": "Saint-Aigulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.30677, - 45.941801 - ] - }, - "properties": { - "undefined": "Saint-Pierre-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.30677, - 45.941801 - ] - }, - "properties": { - "undefined": "Saint-Pierre-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.30677, - 45.941801 - ] - }, - "properties": { - "undefined": "Saint-Pierre-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.31735, - 45.869989 - ] - }, - "properties": { - "undefined": "Matha" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.31735, - 45.869989 - ] - }, - "properties": { - "undefined": "Matha" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.31735, - 45.869989 - ] - }, - "properties": { - "undefined": "Matha" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.050769, - 45.62793 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.050769, - 45.62793 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.050769, - 45.62793 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.392039, - 46.183592 - ] - }, - "properties": { - "undefined": "Le Bois-Plage-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.392039, - 46.183592 - ] - }, - "properties": { - "undefined": "Le Bois-Plage-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.008851, - 46.128313 - ] - }, - "properties": { - "undefined": "La Jarrie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.004244, - 46.127379 - ] - }, - "properties": { - "undefined": "La Jarrie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.33143, - 46.19102 - ] - }, - "properties": { - "undefined": "La Flotte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.403964, - 45.312323 - ] - }, - "properties": { - "undefined": "Coux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01114, - 45.67263 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-de-Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01114, - 45.67263 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-de-Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01114, - 45.67263 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-de-Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.929732, - 45.666839 - ] - }, - "properties": { - "undefined": "Saujon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.929732, - 45.666839 - ] - }, - "properties": { - "undefined": "Saujon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.378539, - 46.027521 - ] - }, - "properties": { - "undefined": "Saint-Denis-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.378539, - 46.027521 - ] - }, - "properties": { - "undefined": "Saint-Denis-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.991936, - 45.603029 - ] - }, - "properties": { - "undefined": "Saint-Georges-de-Didonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.991936, - 45.603029 - ] - }, - "properties": { - "undefined": "Saint-Georges-de-Didonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.001935, - 45.60287 - ] - }, - "properties": { - "undefined": "Saint-Georges-de-Didonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.001935, - 45.60287 - ] - }, - "properties": { - "undefined": "Saint-Georges-de-Didonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.187188, - 45.216866 - ] - }, - "properties": { - "undefined": "Montguyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.187188, - 45.216866 - ] - }, - "properties": { - "undefined": "Montguyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.209274, - 45.844284 - ] - }, - "properties": { - "undefined": "Saint-Trojan-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.209274, - 45.844284 - ] - }, - "properties": { - "undefined": "Saint-Trojan-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.944979, - 45.726395 - ] - }, - "properties": { - "undefined": "Le Gua" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.944979, - 45.726395 - ] - }, - "properties": { - "undefined": "Le Gua" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.542199, - 46.22903 - ] - }, - "properties": { - "undefined": "Saint-Clément-des-Baleines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.542199, - 46.22903 - ] - }, - "properties": { - "undefined": "Saint-Clément-des-Baleines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.422367, - 46.195531 - ] - }, - "properties": { - "undefined": "La Couarde-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238763, - 45.294596 - ] - }, - "properties": { - "undefined": "Chevanceaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238763, - 45.294596 - ] - }, - "properties": { - "undefined": "Chevanceaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.403964, - 45.312323 - ] - }, - "properties": { - "undefined": "Coux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.392039, - 46.183592 - ] - }, - "properties": { - "undefined": "Le Bois-Plage-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.060593, - 45.64539 - ] - }, - "properties": { - "undefined": "Vaux-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.060593, - 45.64539 - ] - }, - "properties": { - "undefined": "Vaux-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.060593, - 45.64539 - ] - }, - "properties": { - "undefined": "Vaux-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.265068, - 45.91099 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.517812, - 45.94568 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Angély" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.517812, - 45.94568 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Angély" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.517812, - 45.94568 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Angély" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.116179, - 46.185988 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.116179, - 46.185988 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.116179, - 46.185988 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.276077, - 46.159822 - ] - }, - "properties": { - "undefined": "Rivedoux-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.276077, - 46.159822 - ] - }, - "properties": { - "undefined": "Rivedoux-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.276077, - 46.159822 - ] - }, - "properties": { - "undefined": "Rivedoux-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548559, - 45.577977 - ] - }, - "properties": { - "undefined": "Pons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548559, - 45.577977 - ] - }, - "properties": { - "undefined": "Pons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548559, - 45.577977 - ] - }, - "properties": { - "undefined": "Pons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.663373, - 45.747971 - ] - }, - "properties": { - "undefined": "Saintes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.272705, - 45.243315 - ] - }, - "properties": { - "undefined": "Montlieu-la-Garde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.272705, - 45.243315 - ] - }, - "properties": { - "undefined": "Montlieu-la-Garde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.272705, - 45.243315 - ] - }, - "properties": { - "undefined": "Montlieu-la-Garde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.752427, - 46.104744 - ] - }, - "properties": { - "undefined": "Surgères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.752427, - 46.104744 - ] - }, - "properties": { - "undefined": "Surgères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.752427, - 46.104744 - ] - }, - "properties": { - "undefined": "Surgères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.925464, - 45.676244 - ] - }, - "properties": { - "undefined": "Saujon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.925464, - 45.676244 - ] - }, - "properties": { - "undefined": "Saujon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.925464, - 45.676244 - ] - }, - "properties": { - "undefined": "Saujon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.265068, - 45.91099 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.265068, - 45.91099 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.094403, - 46.152379 - ] - }, - "properties": { - "undefined": "Périgny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.367359, - 46.200984 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568038, - 45.480921 - ] - }, - "properties": { - "undefined": "Saint-Genis-de-Saintonge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568038, - 45.480921 - ] - }, - "properties": { - "undefined": "Saint-Genis-de-Saintonge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568038, - 45.480921 - ] - }, - "properties": { - "undefined": "Saint-Genis-de-Saintonge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.351954, - 45.972849 - ] - }, - "properties": { - "undefined": "Saint-Georges-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.351954, - 45.972849 - ] - }, - "properties": { - "undefined": "Saint-Georges-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.351954, - 45.972849 - ] - }, - "properties": { - "undefined": "Saint-Georges-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.064226, - 46.188736 - ] - }, - "properties": { - "undefined": "Dompierre-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.064226, - 46.188736 - ] - }, - "properties": { - "undefined": "Dompierre-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.064226, - 46.188736 - ] - }, - "properties": { - "undefined": "Dompierre-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.367359, - 46.200984 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.367359, - 46.200984 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.094403, - 46.152379 - ] - }, - "properties": { - "undefined": "Périgny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.569505, - 45.373002 - ] - }, - "properties": { - "undefined": "Mirambeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.569505, - 45.373002 - ] - }, - "properties": { - "undefined": "Mirambeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.569505, - 45.373002 - ] - }, - "properties": { - "undefined": "Mirambeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.892793, - 45.943879 - ] - }, - "properties": { - "undefined": "Tonnay-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.892793, - 45.943879 - ] - }, - "properties": { - "undefined": "Tonnay-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.892793, - 45.943879 - ] - }, - "properties": { - "undefined": "Tonnay-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.029349, - 45.624614 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.029349, - 45.624614 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.029349, - 45.624614 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.094403, - 46.152379 - ] - }, - "properties": { - "undefined": "Périgny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.33143, - 46.19102 - ] - }, - "properties": { - "undefined": "La Flotte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.422367, - 46.195531 - ] - }, - "properties": { - "undefined": "La Couarde-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.33143, - 46.19102 - ] - }, - "properties": { - "undefined": "La Flotte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.142896, - 45.768927 - ] - }, - "properties": { - "undefined": "La Tremblade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.813299, - 45.740856 - ] - }, - "properties": { - "undefined": "Corme-Royal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.813299, - 45.740856 - ] - }, - "properties": { - "undefined": "Corme-Royal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.06977, - 46.14952 - ] - }, - "properties": { - "undefined": "Saint-Rogatien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.079027, - 46.08067 - ] - }, - "properties": { - "undefined": "Châtelaillon-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.079027, - 46.08067 - ] - }, - "properties": { - "undefined": "Châtelaillon-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.079027, - 46.08067 - ] - }, - "properties": { - "undefined": "Châtelaillon-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.096399, - 46.300894 - ] - }, - "properties": { - "undefined": "Charron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.096399, - 46.300894 - ] - }, - "properties": { - "undefined": "Charron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.096399, - 46.300894 - ] - }, - "properties": { - "undefined": "Charron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.432498, - 46.224022 - ] - }, - "properties": { - "undefined": "Loix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.432498, - 46.224022 - ] - }, - "properties": { - "undefined": "Loix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.432498, - 46.224022 - ] - }, - "properties": { - "undefined": "Loix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.317532, - 46.155851 - ] - }, - "properties": { - "undefined": "Sainte-Marie-de-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.317532, - 46.155851 - ] - }, - "properties": { - "undefined": "Sainte-Marie-de-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.317532, - 46.155851 - ] - }, - "properties": { - "undefined": "Sainte-Marie-de-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.936192, - 46.114931 - ] - }, - "properties": { - "undefined": "Aigrefeuille-d'Aunis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.936192, - 46.114931 - ] - }, - "properties": { - "undefined": "Aigrefeuille-d'Aunis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.936192, - 46.114931 - ] - }, - "properties": { - "undefined": "Aigrefeuille-d'Aunis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.958623, - 45.934373 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.958623, - 45.934373 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.958623, - 45.934373 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.96002, - 45.944355 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.96002, - 45.944355 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.142896, - 45.768927 - ] - }, - "properties": { - "undefined": "La Tremblade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.142896, - 45.768927 - ] - }, - "properties": { - "undefined": "La Tremblade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.406388, - 45.284856 - ] - }, - "properties": { - "undefined": "Montendre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.345935, - 46.019559 - ] - }, - "properties": { - "undefined": "Aulnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303649, - 45.527902 - ] - }, - "properties": { - "undefined": "Archiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303649, - 45.527902 - ] - }, - "properties": { - "undefined": "Archiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303649, - 45.527902 - ] - }, - "properties": { - "undefined": "Archiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.838119, - 45.8611 - ] - }, - "properties": { - "undefined": "Beurlay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.838119, - 45.8611 - ] - }, - "properties": { - "undefined": "Beurlay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.838119, - 45.8611 - ] - }, - "properties": { - "undefined": "Beurlay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.955017, - 45.898288 - ] - }, - "properties": { - "undefined": "Échillais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.955017, - 45.898288 - ] - }, - "properties": { - "undefined": "Échillais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.955017, - 45.898288 - ] - }, - "properties": { - "undefined": "Échillais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.178706, - 45.691602 - ] - }, - "properties": { - "undefined": "Les Mathes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.178706, - 45.691602 - ] - }, - "properties": { - "undefined": "Les Mathes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.178706, - 45.691602 - ] - }, - "properties": { - "undefined": "Les Mathes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.194709, - 45.886536 - ] - }, - "properties": { - "undefined": "Le Château-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.194709, - 45.886536 - ] - }, - "properties": { - "undefined": "Le Château-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.194709, - 45.886536 - ] - }, - "properties": { - "undefined": "Le Château-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.188403, - 46.193318 - ] - }, - "properties": { - "undefined": "L'Houmeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.188403, - 46.193318 - ] - }, - "properties": { - "undefined": "L'Houmeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.188403, - 46.193318 - ] - }, - "properties": { - "undefined": "L'Houmeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.678354, - 45.876197 - ] - }, - "properties": { - "undefined": "Saint-Savinien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.678354, - 45.876197 - ] - }, - "properties": { - "undefined": "Saint-Savinien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.678354, - 45.876197 - ] - }, - "properties": { - "undefined": "Saint-Savinien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.345935, - 46.019559 - ] - }, - "properties": { - "undefined": "Aulnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.345935, - 46.019559 - ] - }, - "properties": { - "undefined": "Aulnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.96002, - 45.944355 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.813299, - 45.740856 - ] - }, - "properties": { - "undefined": "Corme-Royal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.406388, - 45.284856 - ] - }, - "properties": { - "undefined": "Montendre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.505448, - 45.817534 - ] - }, - "properties": { - "undefined": "Écoyeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.962153, - 45.94209 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.962153, - 45.94209 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422257, - 45.774072 - ] - }, - "properties": { - "undefined": "Burie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422257, - 45.774072 - ] - }, - "properties": { - "undefined": "Burie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422257, - 45.774072 - ] - }, - "properties": { - "undefined": "Burie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.496067, - 45.764361 - ] - }, - "properties": { - "undefined": "Saint-Césaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.496067, - 45.764361 - ] - }, - "properties": { - "undefined": "Saint-Césaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.496067, - 45.764361 - ] - }, - "properties": { - "undefined": "Saint-Césaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.505448, - 45.817534 - ] - }, - "properties": { - "undefined": "Écoyeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.505448, - 45.817534 - ] - }, - "properties": { - "undefined": "Écoyeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.779485, - 45.700818 - ] - }, - "properties": { - "undefined": "Pisany" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.529733, - 45.948627 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Angély" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.779485, - 45.700818 - ] - }, - "properties": { - "undefined": "Pisany" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.779485, - 45.700818 - ] - }, - "properties": { - "undefined": "Pisany" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.033112, - 45.620421 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.033112, - 45.620421 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.033112, - 45.620421 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.018217, - 45.62523 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.018217, - 45.62523 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.406388, - 45.284856 - ] - }, - "properties": { - "undefined": "Montendre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.06977, - 46.14952 - ] - }, - "properties": { - "undefined": "Saint-Rogatien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.06977, - 46.14952 - ] - }, - "properties": { - "undefined": "Saint-Rogatien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.962153, - 45.94209 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.018217, - 45.62523 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.529733, - 45.948627 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Angély" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.529733, - 45.948627 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Angély" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.556037, - 45.717543 - ] - }, - "properties": { - "undefined": "Chaniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.556037, - 45.717543 - ] - }, - "properties": { - "undefined": "Chaniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.556037, - 45.717543 - ] - }, - "properties": { - "undefined": "Chaniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510211, - 45.940547 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Angély" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510211, - 45.940547 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Angély" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510211, - 45.940547 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Angély" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252027, - 48.821956 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.164531, - 48.77241 - ] - }, - "properties": { - "undefined": "Jouy-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.164531, - 48.77241 - ] - }, - "properties": { - "undefined": "Jouy-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.175402, - 48.762795 - ] - }, - "properties": { - "undefined": "Jouy-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.275604, - 48.823132 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.167502, - 48.765481 - ] - }, - "properties": { - "undefined": "Jouy-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.152863, - 48.768693 - ] - }, - "properties": { - "undefined": "Jouy-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.152863, - 48.768693 - ] - }, - "properties": { - "undefined": "Jouy-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.169532, - 48.76463 - ] - }, - "properties": { - "undefined": "Jouy-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.169532, - 48.76463 - ] - }, - "properties": { - "undefined": "Jouy-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.275604, - 48.823132 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.175402, - 48.762795 - ] - }, - "properties": { - "undefined": "Jouy-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.275604, - 48.823132 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.275604, - 48.823132 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258038, - 48.819081 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.254615, - 48.832364 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258038, - 48.819081 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258038, - 48.819081 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258038, - 48.819081 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258038, - 48.819081 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258038, - 48.819081 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270023, - 48.817549 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252027, - 48.821956 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270023, - 48.817549 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270023, - 48.817549 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270023, - 48.817549 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270023, - 48.817549 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.275604, - 48.823132 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.275604, - 48.823132 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252027, - 48.821956 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277644, - 48.819004 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252027, - 48.821956 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.209352, - 49.11376 - ] - }, - "properties": { - "undefined": "Parmain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.254615, - 48.832364 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.217951, - 49.121776 - ] - }, - "properties": { - "undefined": "L'Isle-Adam" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.217951, - 49.121776 - ] - }, - "properties": { - "undefined": "L'Isle-Adam" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.179013, - 48.909418 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.179013, - 48.909418 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.179001, - 49.069632 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.179001, - 49.069632 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.207922, - 49.078548 - ] - }, - "properties": { - "undefined": "Mériel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.207922, - 49.078548 - ] - }, - "properties": { - "undefined": "Mériel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252206, - 49.054005 - ] - }, - "properties": { - "undefined": "Béthemont-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252206, - 49.054005 - ] - }, - "properties": { - "undefined": "Béthemont-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284516, - 49.115166 - ] - }, - "properties": { - "undefined": "Presles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284516, - 49.115166 - ] - }, - "properties": { - "undefined": "Presles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.209352, - 49.11376 - ] - }, - "properties": { - "undefined": "Parmain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277644, - 48.819004 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.502954, - 49.059232 - ] - }, - "properties": { - "undefined": "Puiseux-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.502954, - 49.059232 - ] - }, - "properties": { - "undefined": "Puiseux-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306583, - 48.972892 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306583, - 48.972892 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306583, - 48.972892 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.152096, - 48.837186 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.152096, - 48.837186 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.152096, - 48.837186 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.152096, - 48.837186 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.152096, - 48.837186 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277644, - 48.819004 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277644, - 48.819004 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277644, - 48.819004 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.254615, - 48.832364 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252363, - 48.83684 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.254615, - 48.832364 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227086, - 48.787468 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.165078, - 48.818204 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.165078, - 48.818204 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213824, - 48.814263 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213824, - 48.814263 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213824, - 48.814263 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213824, - 48.814263 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213824, - 48.814263 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213824, - 48.814263 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227086, - 48.787468 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227086, - 48.787468 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227086, - 48.787468 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.254615, - 48.832364 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227086, - 48.787468 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227086, - 48.787468 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234801, - 48.807732 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234801, - 48.807732 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234801, - 48.807732 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234801, - 48.807732 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234801, - 48.807732 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234801, - 48.807732 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237844, - 48.812485 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237844, - 48.812485 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.165078, - 48.818204 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.165078, - 48.818204 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.165078, - 48.818204 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284725, - 48.799158 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.289905, - 48.804568 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.289905, - 48.804568 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.289905, - 48.804568 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.289905, - 48.804568 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282812, - 48.809693 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282812, - 48.809693 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282812, - 48.809693 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282812, - 48.809693 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282812, - 48.809693 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282812, - 48.809693 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282806, - 48.809681 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282806, - 48.809681 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282806, - 48.809681 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282806, - 48.809681 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282806, - 48.809681 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.282806, - 48.809681 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284725, - 48.799158 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284725, - 48.799158 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284725, - 48.799158 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284725, - 48.799158 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284725, - 48.799158 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237844, - 48.812485 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237844, - 48.812485 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17596, - 48.90592 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.178067, - 48.830567 - ] - }, - "properties": { - "undefined": "Marnes-la-Coquette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.276657, - 48.827045 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264953, - 48.82991 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264953, - 48.82991 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.188014, - 48.805695 - ] - }, - "properties": { - "undefined": "Chaville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.188014, - 48.805695 - ] - }, - "properties": { - "undefined": "Chaville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.192191, - 48.813019 - ] - }, - "properties": { - "undefined": "Chaville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.192191, - 48.813019 - ] - }, - "properties": { - "undefined": "Chaville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240082, - 48.839897 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240082, - 48.839897 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239694, - 48.836639 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239694, - 48.836639 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212253, - 48.859722 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212253, - 48.859722 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.207385, - 48.843157 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.207385, - 48.843157 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215528, - 48.855042 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215528, - 48.855042 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.207391, - 48.847778 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.207391, - 48.847778 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.210997, - 48.857063 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.210997, - 48.857063 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.276657, - 48.827045 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.178067, - 48.830567 - ] - }, - "properties": { - "undefined": "Marnes-la-Coquette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17596, - 48.90592 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227161, - 48.821484 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.189425, - 48.82634 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.189425, - 48.82634 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35707, - 48.81287 - ] - }, - "properties": { - "undefined": "Le Kremlin-Bicêtre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35707, - 48.81287 - ] - }, - "properties": { - "undefined": "Le Kremlin-Bicêtre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05212, - 48.80807 - ] - }, - "properties": { - "undefined": "Fontenay-le-Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05212, - 48.80807 - ] - }, - "properties": { - "undefined": "Fontenay-le-Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177236, - 48.912132 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177236, - 48.912132 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17895, - 48.90953 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17895, - 48.90953 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.131865, - 48.84512 - ] - }, - "properties": { - "undefined": "La Celle-Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.131865, - 48.84512 - ] - }, - "properties": { - "undefined": "La Celle-Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15031, - 48.848957 - ] - }, - "properties": { - "undefined": "La Celle-Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15031, - 48.848957 - ] - }, - "properties": { - "undefined": "La Celle-Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.290181, - 48.82598 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.290181, - 48.82598 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212834, - 48.824499 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212834, - 48.824499 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20638, - 48.822094 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20638, - 48.822094 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227161, - 48.821484 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.289905, - 48.804568 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.289905, - 48.804568 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301669, - 48.966448 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229152, - 48.840172 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252363, - 48.83684 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4336, - 48.80911 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252363, - 48.83684 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252363, - 48.83684 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252363, - 48.83684 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252363, - 48.83684 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240936, - 48.826296 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240936, - 48.826296 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240936, - 48.826296 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240936, - 48.826296 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240936, - 48.826296 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240936, - 48.826296 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240936, - 48.826296 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.307657, - 49.06973 - ] - }, - "properties": { - "undefined": "Montsoult" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.307657, - 49.06973 - ] - }, - "properties": { - "undefined": "Montsoult" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320821, - 49.067314 - ] - }, - "properties": { - "undefined": "Montsoult" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320821, - 49.067314 - ] - }, - "properties": { - "undefined": "Montsoult" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324704, - 48.73466 - ] - }, - "properties": { - "undefined": "Wissous" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324704, - 48.73466 - ] - }, - "properties": { - "undefined": "Wissous" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.427408, - 48.802789 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.427408, - 48.802789 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229152, - 48.840172 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229152, - 48.840172 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234965, - 48.820297 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229152, - 48.840172 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.254615, - 48.832364 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.119152, - 48.887603 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.119152, - 48.887603 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.140268, - 48.880798 - ] - }, - "properties": { - "undefined": "Croissy-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.140268, - 48.880798 - ] - }, - "properties": { - "undefined": "Croissy-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.143236, - 48.878289 - ] - }, - "properties": { - "undefined": "Croissy-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.143236, - 48.878289 - ] - }, - "properties": { - "undefined": "Croissy-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241986, - 48.828194 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241986, - 48.828194 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241986, - 48.828194 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241986, - 48.828194 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241986, - 48.828194 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241986, - 48.828194 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230145, - 48.831536 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230145, - 48.831536 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230145, - 48.831536 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230145, - 48.831536 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230145, - 48.831536 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230145, - 48.831536 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229152, - 48.840172 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229152, - 48.840172 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234965, - 48.820297 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230529, - 48.640338 - ] - }, - "properties": { - "undefined": "Marcoussis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301669, - 48.966448 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264081, - 48.905256 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264081, - 48.905256 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264081, - 48.905256 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264081, - 48.905256 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269387, - 48.915407 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269387, - 48.915407 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269387, - 48.915407 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269387, - 48.915407 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269387, - 48.915407 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284057, - 48.822254 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284057, - 48.822254 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284057, - 48.822254 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284057, - 48.822254 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284057, - 48.822254 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280009, - 48.816557 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280009, - 48.816557 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280009, - 48.816557 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280009, - 48.816557 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301669, - 48.966448 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301669, - 48.966448 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301669, - 48.966448 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301669, - 48.966448 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264081, - 48.905256 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264081, - 48.905256 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230529, - 48.640338 - ] - }, - "properties": { - "undefined": "Marcoussis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270931, - 48.921611 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232979, - 48.642979 - ] - }, - "properties": { - "undefined": "Marcoussis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232979, - 48.642979 - ] - }, - "properties": { - "undefined": "Marcoussis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288422, - 48.821077 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288422, - 48.821077 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.308342, - 48.974918 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.308342, - 48.974918 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.222437, - 48.826646 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.222437, - 48.826646 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237767, - 48.850211 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237767, - 48.850211 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177418, - 48.798292 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177418, - 48.798292 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237223, - 48.844739 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.237223, - 48.844739 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247755, - 48.816826 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247755, - 48.816826 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270931, - 48.921611 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270931, - 48.921611 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270931, - 48.921611 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270931, - 48.921611 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270931, - 48.921611 - ] - }, - "properties": { - "undefined": "Bois-Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218229, - 49.038771 - ] - }, - "properties": { - "undefined": "Bessancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1991, - 48.9966 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4336, - 48.80911 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320497, - 48.965586 - ] - }, - "properties": { - "undefined": "Deuil-la-Barre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230882, - 48.950894 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230882, - 48.950894 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.339336, - 48.705907 - ] - }, - "properties": { - "undefined": "Morangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.339336, - 48.705907 - ] - }, - "properties": { - "undefined": "Morangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324774, - 48.700535 - ] - }, - "properties": { - "undefined": "Morangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324774, - 48.700535 - ] - }, - "properties": { - "undefined": "Morangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.519994, - 48.902239 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.519994, - 48.902239 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322788, - 48.972669 - ] - }, - "properties": { - "undefined": "Deuil-la-Barre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322788, - 48.972669 - ] - }, - "properties": { - "undefined": "Deuil-la-Barre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320497, - 48.965586 - ] - }, - "properties": { - "undefined": "Deuil-la-Barre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252769, - 48.922914 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388748, - 49.006074 - ] - }, - "properties": { - "undefined": "Villiers-le-Bel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388748, - 49.006074 - ] - }, - "properties": { - "undefined": "Villiers-le-Bel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229802, - 48.642808 - ] - }, - "properties": { - "undefined": "Marcoussis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.229802, - 48.642808 - ] - }, - "properties": { - "undefined": "Marcoussis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48729, - 48.873236 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48729, - 48.873236 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413664, - 49.000478 - ] - }, - "properties": { - "undefined": "Villiers-le-Bel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413664, - 49.000478 - ] - }, - "properties": { - "undefined": "Villiers-le-Bel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.392918, - 49.004398 - ] - }, - "properties": { - "undefined": "Villiers-le-Bel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.392918, - 49.004398 - ] - }, - "properties": { - "undefined": "Villiers-le-Bel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046263, - 48.811175 - ] - }, - "properties": { - "undefined": "Fontenay-le-Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046263, - 48.811175 - ] - }, - "properties": { - "undefined": "Fontenay-le-Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238681, - 48.90954 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238681, - 48.90954 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.253396, - 48.915111 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279536, - 48.972823 - ] - }, - "properties": { - "undefined": "Saint-Gratien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279536, - 48.972823 - ] - }, - "properties": { - "undefined": "Saint-Gratien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486329, - 48.870292 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486329, - 48.870292 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371545, - 48.812103 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371545, - 48.812103 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399729, - 48.814589 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399729, - 48.814589 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.642961, - 48.866405 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.642961, - 48.866405 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.468985, - 48.882559 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.468985, - 48.882559 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.196674, - 48.82341 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.196674, - 48.82341 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.188821, - 48.822768 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.188821, - 48.822768 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.223943, - 48.87384 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.223943, - 48.87384 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.201931, - 48.863165 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.201931, - 48.863165 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.514439, - 49.003741 - ] - }, - "properties": { - "undefined": "Roissy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.514439, - 49.003741 - ] - }, - "properties": { - "undefined": "Roissy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325135, - 48.975383 - ] - }, - "properties": { - "undefined": "Deuil-la-Barre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.146948, - 48.944501 - ] - }, - "properties": { - "undefined": "Maisons-Laffitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486793, - 48.872049 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213465, - 48.86188 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213465, - 48.86188 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270501, - 48.752064 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270501, - 48.752064 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270501, - 48.752064 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270501, - 48.752064 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484066, - 48.871722 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484066, - 48.871722 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.457298, - 49.02965 - ] - }, - "properties": { - "undefined": "Goussainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.457298, - 49.02965 - ] - }, - "properties": { - "undefined": "Goussainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47388, - 49.031974 - ] - }, - "properties": { - "undefined": "Goussainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47388, - 49.031974 - ] - }, - "properties": { - "undefined": "Goussainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.640961, - 48.869794 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.640961, - 48.869794 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.330149, - 48.760628 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.330149, - 48.760628 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.640491, - 48.873308 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.640491, - 48.873308 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.141711, - 48.947895 - ] - }, - "properties": { - "undefined": "Maisons-Laffitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.141711, - 48.947895 - ] - }, - "properties": { - "undefined": "Maisons-Laffitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.486793, - 48.872049 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.146948, - 48.944501 - ] - }, - "properties": { - "undefined": "Maisons-Laffitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325135, - 48.975383 - ] - }, - "properties": { - "undefined": "Deuil-la-Barre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.141333, - 48.766087 - ] - }, - "properties": { - "undefined": "Les Loges-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.04919, - 48.814008 - ] - }, - "properties": { - "undefined": "Fontenay-le-Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.04919, - 48.814008 - ] - }, - "properties": { - "undefined": "Fontenay-le-Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314644, - 48.965435 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314644, - 48.965435 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324662, - 48.961764 - ] - }, - "properties": { - "undefined": "Deuil-la-Barre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324662, - 48.961764 - ] - }, - "properties": { - "undefined": "Deuil-la-Barre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241634, - 48.832916 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241634, - 48.832916 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320078, - 48.792163 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320078, - 48.792163 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.150202, - 48.959082 - ] - }, - "properties": { - "undefined": "Maisons-Laffitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.150202, - 48.959082 - ] - }, - "properties": { - "undefined": "Maisons-Laffitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.351968, - 48.986303 - ] - }, - "properties": { - "undefined": "Groslay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.351968, - 48.986303 - ] - }, - "properties": { - "undefined": "Groslay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344589, - 48.989537 - ] - }, - "properties": { - "undefined": "Groslay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344589, - 48.989537 - ] - }, - "properties": { - "undefined": "Groslay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335975, - 48.935119 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335975, - 48.935119 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315636, - 48.80169 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315636, - 48.80169 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.141333, - 48.766087 - ] - }, - "properties": { - "undefined": "Les Loges-en-Josas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.253396, - 48.915111 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.194656, - 48.822302 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.194656, - 48.822302 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.151554, - 48.943852 - ] - }, - "properties": { - "undefined": "Maisons-Laffitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379583, - 48.816769 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.243501, - 48.877078 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.243501, - 48.877078 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.526659, - 48.895792 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.526659, - 48.895792 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.549201, - 48.839452 - ] - }, - "properties": { - "undefined": "Noisy-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.549201, - 48.839452 - ] - }, - "properties": { - "undefined": "Noisy-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232948, - 48.883089 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232948, - 48.883089 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.444934, - 49.050178 - ] - }, - "properties": { - "undefined": "Fontenay-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.444934, - 49.050178 - ] - }, - "properties": { - "undefined": "Fontenay-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21486, - 48.754676 - ] - }, - "properties": { - "undefined": "Bièvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21486, - 48.754676 - ] - }, - "properties": { - "undefined": "Bièvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353092, - 49.079916 - ] - }, - "properties": { - "undefined": "Belloy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353092, - 49.079916 - ] - }, - "properties": { - "undefined": "Belloy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259156, - 48.924688 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259156, - 48.924688 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259156, - 48.924688 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259156, - 48.924688 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259156, - 48.924688 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259156, - 48.924688 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379583, - 48.816769 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.151554, - 48.943852 - ] - }, - "properties": { - "undefined": "Maisons-Laffitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.566347, - 48.829448 - ] - }, - "properties": { - "undefined": "Noisy-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.235762, - 48.873871 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.250294, - 48.945741 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.250294, - 48.945741 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313771, - 48.795472 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313771, - 48.795472 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317675, - 48.798756 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317675, - 48.798756 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284068, - 48.965992 - ] - }, - "properties": { - "undefined": "Saint-Gratien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284068, - 48.965992 - ] - }, - "properties": { - "undefined": "Saint-Gratien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284159, - 48.95965 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284159, - 48.95965 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.319999, - 48.988914 - ] - }, - "properties": { - "undefined": "Montmorency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.319999, - 48.988914 - ] - }, - "properties": { - "undefined": "Montmorency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312299, - 48.973415 - ] - }, - "properties": { - "undefined": "Montmorency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312299, - 48.973415 - ] - }, - "properties": { - "undefined": "Montmorency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321968, - 48.999316 - ] - }, - "properties": { - "undefined": "Montmorency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321968, - 48.999316 - ] - }, - "properties": { - "undefined": "Montmorency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22766, - 48.87125 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22766, - 48.87125 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.224059, - 48.861252 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.224059, - 48.861252 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.235762, - 48.873871 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.566347, - 48.829448 - ] - }, - "properties": { - "undefined": "Noisy-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.549687, - 48.847681 - ] - }, - "properties": { - "undefined": "Noisy-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181596, - 48.827704 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.620085, - 48.940606 - ] - }, - "properties": { - "undefined": "Villeparisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370779, - 48.976697 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370779, - 48.976697 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383546, - 48.980861 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383546, - 48.980861 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37428, - 48.817419 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37428, - 48.817419 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389021, - 48.812972 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389021, - 48.812972 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37586, - 48.807196 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37586, - 48.807196 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3851, - 48.81043 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3851, - 48.81043 - ] - }, - "properties": { - "undefined": "Ivry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601128, - 48.950792 - ] - }, - "properties": { - "undefined": "Villeparisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601128, - 48.950792 - ] - }, - "properties": { - "undefined": "Villeparisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.044941, - 48.811271 - ] - }, - "properties": { - "undefined": "Fontenay-le-Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.044941, - 48.811271 - ] - }, - "properties": { - "undefined": "Fontenay-le-Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.179316, - 48.821396 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.179316, - 48.821396 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.184659, - 48.827427 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.184659, - 48.827427 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181596, - 48.827704 - ] - }, - "properties": { - "undefined": "Ville-d'Avray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.620085, - 48.940606 - ] - }, - "properties": { - "undefined": "Villeparisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.236634, - 48.883921 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.549687, - 48.847681 - ] - }, - "properties": { - "undefined": "Noisy-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.236634, - 48.883921 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.011658, - 48.803085 - ] - }, - "properties": { - "undefined": "Bois-d'Arcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.011658, - 48.803085 - ] - }, - "properties": { - "undefined": "Bois-d'Arcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.225601, - 48.868305 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.225601, - 48.868305 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227553, - 48.874264 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227553, - 48.874264 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535132, - 48.799087 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535132, - 48.799087 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535132, - 48.799087 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535132, - 48.799087 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535132, - 48.799087 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257649, - 48.948752 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257649, - 48.948752 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239076, - 48.947107 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239076, - 48.947107 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247911, - 48.940484 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247911, - 48.940484 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287242, - 48.957323 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287242, - 48.957323 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.542244, - 48.729206 - ] - }, - "properties": { - "undefined": "Marolles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.542244, - 48.729206 - ] - }, - "properties": { - "undefined": "Marolles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484081, - 48.914985 - ] - }, - "properties": { - "undefined": "Bondy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484081, - 48.914985 - ] - }, - "properties": { - "undefined": "Bondy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.482415, - 48.902376 - ] - }, - "properties": { - "undefined": "Bondy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2108, - 49.0173 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20446, - 49.0115 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20446, - 49.0115 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2249, - 49.0264 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2249, - 49.0264 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221, - 49.0254 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221, - 49.0254 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2215, - 49.0258 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2215, - 49.0258 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2633, - 48.9701 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2633, - 48.9701 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25721, - 48.9715 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25721, - 48.9715 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2661, - 48.9686 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2661, - 48.9686 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24037, - 48.9686 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24037, - 48.9686 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2562, - 48.9761 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2562, - 48.9761 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2423, - 48.9784 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2423, - 48.9784 - ] - }, - "properties": { - "undefined": "Sannois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2521, - 49.0236 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2108, - 49.0173 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2126, - 49.0271 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24848, - 49.0193 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2126, - 49.0271 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1658, - 48.99 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1449, - 48.998 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1449, - 48.998 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.176, - 48.9915 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.176, - 48.9915 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1658, - 48.9914 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1658, - 48.9914 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181, - 48.9796 - ] - }, - "properties": { - "undefined": "La Frette-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181, - 48.9796 - ] - }, - "properties": { - "undefined": "La Frette-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1813, - 48.9621 - ] - }, - "properties": { - "undefined": "La Frette-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1813, - 48.9621 - ] - }, - "properties": { - "undefined": "La Frette-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17747, - 48.9747 - ] - }, - "properties": { - "undefined": "La Frette-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17747, - 48.9747 - ] - }, - "properties": { - "undefined": "La Frette-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29046, - 48.9795 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29046, - 48.9795 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264582, - 48.743228 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264582, - 48.743228 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264582, - 48.743228 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.264582, - 48.743228 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23112, - 49.0211 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23112, - 49.0211 - ] - }, - "properties": { - "undefined": "Taverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2521, - 49.0236 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24848, - 49.0193 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12663, - 49.0169 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1977, - 49.007 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20313, - 48.994 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20313, - 48.994 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23283, - 49.0022 - ] - }, - "properties": { - "undefined": "Le Plessis-Bouchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23283, - 49.0022 - ] - }, - "properties": { - "undefined": "Le Plessis-Bouchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23634, - 49.0019 - ] - }, - "properties": { - "undefined": "Le Plessis-Bouchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23634, - 49.0019 - ] - }, - "properties": { - "undefined": "Le Plessis-Bouchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2444, - 48.9976 - ] - }, - "properties": { - "undefined": "Le Plessis-Bouchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2444, - 48.9976 - ] - }, - "properties": { - "undefined": "Le Plessis-Bouchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22748, - 48.9843 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22748, - 48.9843 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218401, - 49.112389 - ] - }, - "properties": { - "undefined": "L'Isle-Adam" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218401, - 49.112389 - ] - }, - "properties": { - "undefined": "L'Isle-Adam" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216531, - 49.111305 - ] - }, - "properties": { - "undefined": "L'Isle-Adam" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216531, - 49.111305 - ] - }, - "properties": { - "undefined": "L'Isle-Adam" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.542078, - 48.701192 - ] - }, - "properties": { - "undefined": "Mandres-les-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.542078, - 48.701192 - ] - }, - "properties": { - "undefined": "Mandres-les-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181177, - 48.905838 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181177, - 48.905838 - ] - }, - "properties": { - "undefined": "Carrières-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256419, - 48.921798 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256419, - 48.921798 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252769, - 48.922914 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1977, - 49.007 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18857, - 48.9854 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24591, - 49.0186 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18857, - 48.9854 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24591, - 49.0186 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238, - 49.0107 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238, - 49.0107 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2484, - 49.0057 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2484, - 49.0057 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25216, - 49.0132 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25216, - 49.0132 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24271, - 49.0197 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24271, - 49.0197 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2424, - 49.0158 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2424, - 49.0158 - ] - }, - "properties": { - "undefined": "Saint-Leu-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16317, - 49.0203 - ] - }, - "properties": { - "undefined": "Pierrelaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16317, - 49.0203 - ] - }, - "properties": { - "undefined": "Pierrelaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1413, - 49.0223 - ] - }, - "properties": { - "undefined": "Pierrelaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1413, - 49.0223 - ] - }, - "properties": { - "undefined": "Pierrelaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15733, - 49.0218 - ] - }, - "properties": { - "undefined": "Pierrelaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15733, - 49.0218 - ] - }, - "properties": { - "undefined": "Pierrelaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1552, - 49.0194 - ] - }, - "properties": { - "undefined": "Pierrelaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1552, - 49.0194 - ] - }, - "properties": { - "undefined": "Pierrelaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220406, - 48.85466 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1991, - 48.9966 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1658, - 48.99 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12663, - 49.0169 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.482415, - 48.902376 - ] - }, - "properties": { - "undefined": "Bondy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.205439, - 48.976037 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.209218, - 48.965775 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.202975, - 48.973692 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.202975, - 48.973692 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.199478, - 48.976976 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.199478, - 48.976976 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1851, - 49.0179 - ] - }, - "properties": { - "undefined": "Beauchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1851, - 49.0179 - ] - }, - "properties": { - "undefined": "Beauchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19591, - 49.0134 - ] - }, - "properties": { - "undefined": "Beauchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19591, - 49.0134 - ] - }, - "properties": { - "undefined": "Beauchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1904, - 48.9613 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1904, - 48.9613 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2001, - 48.9835 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2001, - 48.9835 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1996, - 49.0108 - ] - }, - "properties": { - "undefined": "Beauchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1996, - 49.0108 - ] - }, - "properties": { - "undefined": "Beauchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19769, - 49.0097 - ] - }, - "properties": { - "undefined": "Beauchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19769, - 49.0097 - ] - }, - "properties": { - "undefined": "Beauchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.211656, - 49.038018 - ] - }, - "properties": { - "undefined": "Bessancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.211656, - 49.038018 - ] - }, - "properties": { - "undefined": "Bessancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20896, - 49.0369 - ] - }, - "properties": { - "undefined": "Bessancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20896, - 49.0369 - ] - }, - "properties": { - "undefined": "Bessancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.209218, - 48.965775 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.205439, - 48.976037 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2047, - 49.0408 - ] - }, - "properties": { - "undefined": "Bessancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197618, - 48.958165 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.478607, - 48.900927 - ] - }, - "properties": { - "undefined": "Bondy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.478607, - 48.900927 - ] - }, - "properties": { - "undefined": "Bondy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.460008, - 49.029892 - ] - }, - "properties": { - "undefined": "Goussainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.460008, - 49.029892 - ] - }, - "properties": { - "undefined": "Goussainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.631761, - 48.882366 - ] - }, - "properties": { - "undefined": "Brou-sur-Chantereine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.631761, - 48.882366 - ] - }, - "properties": { - "undefined": "Brou-sur-Chantereine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252401, - 48.740984 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.252401, - 48.740984 - ] - }, - "properties": { - "undefined": "Verrières-le-Buisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.516052, - 48.898465 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.516052, - 48.898465 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.357092, - 48.918278 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.357092, - 48.918278 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.219674, - 48.755734 - ] - }, - "properties": { - "undefined": "Bièvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.219674, - 48.755734 - ] - }, - "properties": { - "undefined": "Bièvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.340589, - 49.025174 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.340589, - 49.025174 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338942, - 49.030229 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338942, - 49.030229 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309573, - 48.972443 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309573, - 48.972443 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197618, - 48.958165 - ] - }, - "properties": { - "undefined": "Cormeilles-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2047, - 49.0408 - ] - }, - "properties": { - "undefined": "Bessancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27736, - 48.9917 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15787, - 49.0025 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25776, - 48.9895 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22189, - 48.9986 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22189, - 48.9986 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.994 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.994 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.994 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.994 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2229, - 48.9911 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2229, - 48.9911 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2229, - 48.9911 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2229, - 48.9911 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2361, - 48.9843 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2361, - 48.9843 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2277, - 48.9842 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2277, - 48.9842 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206, - 49.0509 - ] - }, - "properties": { - "undefined": "Frépillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206, - 49.0509 - ] - }, - "properties": { - "undefined": "Frépillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.127156, - 49.004227 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.127156, - 49.004227 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.14247, - 49.0004 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.14247, - 49.0004 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15787, - 49.0025 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25776, - 48.9895 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26332, - 48.9852 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27736, - 48.9917 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26332, - 48.9852 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27636, - 49.0022 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27636, - 49.0022 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27736, - 48.9917 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27736, - 48.9917 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27736, - 48.9917 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27439, - 48.98 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27439, - 48.98 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27439, - 48.98 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26679, - 48.995 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26679, - 48.995 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28509, - 48.9913 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28509, - 48.9913 - ] - }, - "properties": { - "undefined": "Eaubonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26089, - 48.9913 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26089, - 48.9913 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26261, - 48.9898 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26261, - 48.9898 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25678, - 48.985 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25678, - 48.985 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27183, - 48.9797 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27183, - 48.9797 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26332, - 48.9852 - ] - }, - "properties": { - "undefined": "Ermont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220406, - 48.85466 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280009, - 48.816557 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299287, - 48.810455 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.064108, - 48.803135 - ] - }, - "properties": { - "undefined": "Saint-Cyr-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.569549, - 48.929952 - ] - }, - "properties": { - "undefined": "Vaujours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.569549, - 48.929952 - ] - }, - "properties": { - "undefined": "Vaujours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513673, - 48.748812 - ] - }, - "properties": { - "undefined": "Boissy-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513673, - 48.748812 - ] - }, - "properties": { - "undefined": "Boissy-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.169688, - 48.846574 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.169688, - 48.846574 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.064108, - 48.803135 - ] - }, - "properties": { - "undefined": "Saint-Cyr-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.149957, - 48.833635 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.456492, - 48.808336 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.149957, - 48.833635 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.518227, - 48.923959 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.518227, - 48.923959 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23971, - 48.879812 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23971, - 48.879812 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.069517, - 48.799693 - ] - }, - "properties": { - "undefined": "Saint-Cyr-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.069517, - 48.799693 - ] - }, - "properties": { - "undefined": "Saint-Cyr-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.569549, - 48.934912 - ] - }, - "properties": { - "undefined": "Vaujours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.569549, - 48.934912 - ] - }, - "properties": { - "undefined": "Vaujours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326942, - 48.762217 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326942, - 48.762217 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213168, - 48.821562 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.612309, - 48.98021 - ] - }, - "properties": { - "undefined": "Mitry-Mory" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.612309, - 48.98021 - ] - }, - "properties": { - "undefined": "Mitry-Mory" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.642232, - 48.974569 - ] - }, - "properties": { - "undefined": "Mitry-Mory" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.642232, - 48.974569 - ] - }, - "properties": { - "undefined": "Mitry-Mory" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313813, - 48.919804 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313813, - 48.919804 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313813, - 48.919804 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313813, - 48.919804 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.637631, - 48.873611 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.637631, - 48.873611 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216118, - 48.751964 - ] - }, - "properties": { - "undefined": "Bièvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216118, - 48.751964 - ] - }, - "properties": { - "undefined": "Bièvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288179, - 49.003723 - ] - }, - "properties": { - "undefined": "Margency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288179, - 49.003723 - ] - }, - "properties": { - "undefined": "Margency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.199466, - 48.827906 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.199466, - 48.827906 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432908, - 48.797861 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.332291, - 48.935574 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306583, - 48.972892 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306583, - 48.972892 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304623, - 48.904369 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304623, - 48.904369 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304623, - 48.904369 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304623, - 48.904369 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304623, - 48.904369 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309161, - 48.909744 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309161, - 48.909744 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309161, - 48.909744 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309161, - 48.909744 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2987, - 48.901286 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2987, - 48.901286 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2987, - 48.901286 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2987, - 48.901286 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306583, - 48.972892 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.332291, - 48.935574 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432908, - 48.797861 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.332291, - 48.935574 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.244992, - 48.880643 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.244992, - 48.880643 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.245622, - 48.884208 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.245622, - 48.884208 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.059222, - 48.803114 - ] - }, - "properties": { - "undefined": "Saint-Cyr-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.059222, - 48.803114 - ] - }, - "properties": { - "undefined": "Saint-Cyr-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241748, - 48.808116 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.241748, - 48.808116 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.515321, - 49.006211 - ] - }, - "properties": { - "undefined": "Roissy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.515321, - 49.006211 - ] - }, - "properties": { - "undefined": "Roissy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.519465, - 49.001676 - ] - }, - "properties": { - "undefined": "Roissy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.519465, - 49.001676 - ] - }, - "properties": { - "undefined": "Roissy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.332291, - 48.935574 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.332291, - 48.935574 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.332291, - 48.935574 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213168, - 48.821562 - ] - }, - "properties": { - "undefined": "Sèvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.456492, - 48.808336 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.471163, - 49.002593 - ] - }, - "properties": { - "undefined": "Le Thillay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322472, - 49.045307 - ] - }, - "properties": { - "undefined": "Bouffémont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24842, - 48.923662 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24842, - 48.923662 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24842, - 48.923662 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24842, - 48.923662 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1842, - 48.800118 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1842, - 48.800118 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322472, - 49.045307 - ] - }, - "properties": { - "undefined": "Bouffémont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310958, - 49.041152 - ] - }, - "properties": { - "undefined": "Bouffémont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265278, - 48.819562 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310958, - 49.041152 - ] - }, - "properties": { - "undefined": "Bouffémont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.479328, - 49.009207 - ] - }, - "properties": { - "undefined": "Le Thillay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.479328, - 49.009207 - ] - }, - "properties": { - "undefined": "Le Thillay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.223497, - 48.78506 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.223497, - 48.78506 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.223497, - 48.78506 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.223497, - 48.78506 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260623, - 48.931418 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260623, - 48.931418 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260623, - 48.931418 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260623, - 48.931418 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.451673, - 49.049662 - ] - }, - "properties": { - "undefined": "Fontenay-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.451673, - 49.049662 - ] - }, - "properties": { - "undefined": "Fontenay-en-Parisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25284, - 48.927836 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25284, - 48.927836 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25284, - 48.927836 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25284, - 48.927836 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25284, - 48.927836 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25284, - 48.927836 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.228808, - 48.922232 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.228808, - 48.922232 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.228808, - 48.922232 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51808, - 48.909806 - ] - }, - "properties": { - "undefined": "Les Pavillons-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.228808, - 48.922232 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260623, - 48.931418 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260623, - 48.931418 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.028097, - 48.799939 - ] - }, - "properties": { - "undefined": "Bois-d'Arcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.028097, - 48.799939 - ] - }, - "properties": { - "undefined": "Bois-d'Arcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329537, - 48.739087 - ] - }, - "properties": { - "undefined": "Wissous" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321975, - 48.80181 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313149, - 48.790097 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313149, - 48.790097 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313149, - 48.790097 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313149, - 48.790097 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313149, - 48.790097 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221831, - 48.8768 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221831, - 48.8768 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221831, - 48.8768 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221831, - 48.8768 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221831, - 48.8768 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.209007, - 48.863623 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.209007, - 48.863623 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.209007, - 48.863623 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.209007, - 48.863623 - ] - }, - "properties": { - "undefined": "Suresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265278, - 48.819562 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321975, - 48.80181 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321975, - 48.80181 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329537, - 48.739087 - ] - }, - "properties": { - "undefined": "Wissous" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321975, - 48.80181 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322484, - 48.755884 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322484, - 48.755884 - ] - }, - "properties": { - "undefined": "Fresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31427, - 48.805902 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31427, - 48.805902 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31427, - 48.805902 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31427, - 48.805902 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31427, - 48.805902 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31427, - 48.805902 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304591, - 48.799297 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304591, - 48.799297 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304591, - 48.799297 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304591, - 48.799297 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304591, - 48.799297 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321975, - 48.80181 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321975, - 48.80181 - ] - }, - "properties": { - "undefined": "Bagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2987, - 48.901286 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.308363, - 48.900249 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.308363, - 48.900249 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.307748, - 48.920737 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321018, - 48.92301 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321018, - 48.92301 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321018, - 48.92301 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321018, - 48.92301 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321018, - 48.92301 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.307748, - 48.920737 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.307748, - 48.920737 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.307748, - 48.920737 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.308363, - 48.900249 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.307748, - 48.920737 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297148, - 48.92004 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297148, - 48.92004 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297148, - 48.92004 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297148, - 48.92004 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297148, - 48.92004 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297148, - 48.92004 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321018, - 48.92301 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23608, - 48.87624 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23608, - 48.87624 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23608, - 48.87624 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.155149, - 48.885583 - ] - }, - "properties": { - "undefined": "Chatou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.155149, - 48.885583 - ] - }, - "properties": { - "undefined": "Chatou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36695, - 49.087523 - ] - }, - "properties": { - "undefined": "Belloy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36695, - 49.087523 - ] - }, - "properties": { - "undefined": "Belloy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.290551, - 48.821902 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.290551, - 48.821902 - ] - }, - "properties": { - "undefined": "Vanves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232187, - 48.887726 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232187, - 48.887726 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232187, - 48.887726 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232187, - 48.887726 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232187, - 48.887726 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232187, - 48.887726 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23608, - 48.87624 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23608, - 48.87624 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23608, - 48.87624 - ] - }, - "properties": { - "undefined": "Puteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294767, - 48.922874 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294767, - 48.922874 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294767, - 48.922874 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303511, - 48.946266 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227715, - 48.787877 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.227715, - 48.787877 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240595, - 48.80806 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240595, - 48.80806 - ] - }, - "properties": { - "undefined": "Meudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513482, - 48.894296 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513482, - 48.894296 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.512814, - 48.892332 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.512814, - 48.892332 - ] - }, - "properties": { - "undefined": "Le Raincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.604149, - 48.916773 - ] - }, - "properties": { - "undefined": "Courtry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.604149, - 48.916773 - ] - }, - "properties": { - "undefined": "Courtry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298238, - 48.806568 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298238, - 48.806568 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299287, - 48.810455 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.339881, - 49.033346 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.339881, - 49.033346 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303511, - 48.946266 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303511, - 48.946266 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294767, - 48.922874 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303511, - 48.946266 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294767, - 48.922874 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294767, - 48.922874 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306643, - 48.933824 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306643, - 48.933824 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306643, - 48.933824 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306643, - 48.933824 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306643, - 48.933824 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.306643, - 48.933824 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301197, - 48.930646 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301197, - 48.930646 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301197, - 48.930646 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301197, - 48.930646 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301197, - 48.930646 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301197, - 48.930646 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303511, - 48.946266 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.604141, - 48.918367 - ] - }, - "properties": { - "undefined": "Courtry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.604141, - 48.918367 - ] - }, - "properties": { - "undefined": "Courtry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.508051, - 48.902835 - ] - }, - "properties": { - "undefined": "Les Pavillons-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.531936, - 48.798856 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185283, - 48.805695 - ] - }, - "properties": { - "undefined": "Chaville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.164518, - 48.840307 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.164518, - 48.840307 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.217007, - 48.850512 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.217007, - 48.850512 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.217007, - 48.850512 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.217007, - 48.850512 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171623, - 48.802012 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171623, - 48.802012 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.163266, - 48.806434 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.163266, - 48.806434 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.163266, - 48.806434 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.163266, - 48.806434 - ] - }, - "properties": { - "undefined": "Viroflay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.524608, - 48.905451 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.524608, - 48.905451 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185283, - 48.805695 - ] - }, - "properties": { - "undefined": "Chaville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.531936, - 48.798856 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.517099, - 48.91367 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.545659, - 48.799648 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.308363, - 48.900249 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.308363, - 48.900249 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.308363, - 48.900249 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317644, - 48.902349 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317644, - 48.902349 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317644, - 48.902349 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317644, - 48.902349 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317644, - 48.902349 - ] - }, - "properties": { - "undefined": "Clichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310159, - 48.968482 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310159, - 48.968482 - ] - }, - "properties": { - "undefined": "Enghien-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215126, - 48.857159 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215126, - 48.857159 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.532549, - 48.801016 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.532549, - 48.801016 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.545659, - 48.799648 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.517099, - 48.91367 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326929, - 49.027391 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.508051, - 48.902835 - ] - }, - "properties": { - "undefined": "Les Pavillons-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323457, - 48.941725 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323457, - 48.941725 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323457, - 48.941725 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323457, - 48.941725 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.441778, - 48.804958 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.441778, - 48.804958 - ] - }, - "properties": { - "undefined": "Maisons-Alfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.157368, - 48.889452 - ] - }, - "properties": { - "undefined": "Chatou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.157368, - 48.889452 - ] - }, - "properties": { - "undefined": "Chatou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.629187, - 48.869505 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.629187, - 48.869505 - ] - }, - "properties": { - "undefined": "Vaires-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.246242, - 48.8288 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.246242, - 48.8288 - ] - }, - "properties": { - "undefined": "Boulogne-Billancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.536884, - 48.919073 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.536884, - 48.919073 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54441, - 48.922985 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54441, - 48.922985 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323457, - 48.941725 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323457, - 48.941725 - ] - }, - "properties": { - "undefined": "Villeneuve-la-Garenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326929, - 49.027391 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156808, - 48.838145 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336956, - 49.032846 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336956, - 49.032846 - ] - }, - "properties": { - "undefined": "Domont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.380766, - 48.97929 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.380766, - 48.97929 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377945, - 48.99638 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377945, - 48.99638 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218729, - 48.845411 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218729, - 48.845411 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.203739, - 48.842105 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.203739, - 48.842105 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.219264, - 48.841715 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.219264, - 48.841715 - ] - }, - "properties": { - "undefined": "Saint-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53094, - 48.7965 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53094, - 48.7965 - ] - }, - "properties": { - "undefined": "Chennevières-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.156808, - 48.838145 - ] - }, - "properties": { - "undefined": "Vaucresson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.471163, - 49.002593 - ] - }, - "properties": { - "undefined": "Le Thillay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.228808, - 48.922232 - ] - }, - "properties": { - "undefined": "Colombes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.612862, - 48.953031 - ] - }, - "properties": { - "undefined": "Villeparisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.612862, - 48.953031 - ] - }, - "properties": { - "undefined": "Villeparisis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51808, - 48.909806 - ] - }, - "properties": { - "undefined": "Les Pavillons-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.890833, - 44.38361 - ] - }, - "properties": { - "undefined": "Dausse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68865, - 44.39468 - ] - }, - "properties": { - "undefined": "Pujols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.293672, - 44.455635 - ] - }, - "properties": { - "undefined": "Gontaud-de-Nogaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.159444, - 44.448612 - ] - }, - "properties": { - "undefined": "Fourques-sur-Garonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.159444, - 44.448612 - ] - }, - "properties": { - "undefined": "Fourques-sur-Garonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.640469, - 44.245251 - ] - }, - "properties": { - "undefined": "Foulayronnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.640469, - 44.245251 - ] - }, - "properties": { - "undefined": "Foulayronnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.644147, - 44.238674 - ] - }, - "properties": { - "undefined": "Foulayronnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.644147, - 44.238674 - ] - }, - "properties": { - "undefined": "Foulayronnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.347643, - 44.222729 - ] - }, - "properties": { - "undefined": "Feugarolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.347643, - 44.222729 - ] - }, - "properties": { - "undefined": "Feugarolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.577217, - 44.16872 - ] - }, - "properties": { - "undefined": "Estillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.577217, - 44.16872 - ] - }, - "properties": { - "undefined": "Estillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181111, - 44.675556 - ] - }, - "properties": { - "undefined": "Duras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.690809, - 44.386063 - ] - }, - "properties": { - "undefined": "Pujols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.619894, - 44.206848 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.690809, - 44.386063 - ] - }, - "properties": { - "undefined": "Pujols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.509986, - 44.28891 - ] - }, - "properties": { - "undefined": "Prayssas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.181111, - 44.675556 - ] - }, - "properties": { - "undefined": "Duras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.890833, - 44.38361 - ] - }, - "properties": { - "undefined": "Dausse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.399167, - 44.249722 - ] - }, - "properties": { - "undefined": "Port-Sainte-Marie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67833, - 44.230488 - ] - }, - "properties": { - "undefined": "Pont-du-Casse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67833, - 44.230488 - ] - }, - "properties": { - "undefined": "Pont-du-Casse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.681062, - 44.23138 - ] - }, - "properties": { - "undefined": "Pont-du-Casse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.681062, - 44.23138 - ] - }, - "properties": { - "undefined": "Pont-du-Casse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.810305, - 44.384762 - ] - }, - "properties": { - "undefined": "Penne-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.810305, - 44.384762 - ] - }, - "properties": { - "undefined": "Penne-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.806667, - 44.394165 - ] - }, - "properties": { - "undefined": "Penne-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.293672, - 44.455635 - ] - }, - "properties": { - "undefined": "Gontaud-de-Nogaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61975, - 44.200583 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61975, - 44.200583 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.619719, - 44.200736 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.591341, - 44.398441 - ] - }, - "properties": { - "undefined": "Sainte-Livrade-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.611923, - 44.203743 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.611923, - 44.203743 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.516944, - 44.17889 - ] - }, - "properties": { - "undefined": "Sainte-Colombe-en-Bruilhois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.516944, - 44.17889 - ] - }, - "properties": { - "undefined": "Sainte-Colombe-en-Bruilhois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.611634, - 44.203403 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.611634, - 44.203403 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.542454, - 44.194412 - ] - }, - "properties": { - "undefined": "Sainte-Colombe-en-Bruilhois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.542454, - 44.194412 - ] - }, - "properties": { - "undefined": "Sainte-Colombe-en-Bruilhois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.095533, - 44.530373 - ] - }, - "properties": { - "undefined": "Sainte-Bazeille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.095533, - 44.530373 - ] - }, - "properties": { - "undefined": "Sainte-Bazeille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.095448, - 44.530308 - ] - }, - "properties": { - "undefined": "Sainte-Bazeille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.095448, - 44.530308 - ] - }, - "properties": { - "undefined": "Sainte-Bazeille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68865, - 44.39468 - ] - }, - "properties": { - "undefined": "Pujols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.795556, - 44.187102 - ] - }, - "properties": { - "undefined": "Puymirol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.795556, - 44.187102 - ] - }, - "properties": { - "undefined": "Puymirol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.611846, - 44.204935 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.611846, - 44.204935 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01301, - 44.5904 - ] - }, - "properties": { - "undefined": "Sauveterre-la-Lémance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01301, - 44.5904 - ] - }, - "properties": { - "undefined": "Sauveterre-la-Lémance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53505, - 44.54946 - ] - }, - "properties": { - "undefined": "Monbahus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53505, - 44.54946 - ] - }, - "properties": { - "undefined": "Monbahus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.267636, - 44.290688 - ] - }, - "properties": { - "undefined": "Damazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.267636, - 44.290688 - ] - }, - "properties": { - "undefined": "Damazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.267636, - 44.290688 - ] - }, - "properties": { - "undefined": "Damazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.806667, - 44.394165 - ] - }, - "properties": { - "undefined": "Penne-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.342304, - 44.134995 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.342304, - 44.134995 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.168611, - 44.498611 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.169167, - 44.501667 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.169167, - 44.501667 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.167222, - 44.496666 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.167222, - 44.496666 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15449, - 44.507633 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15449, - 44.507633 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.177198, - 44.500938 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.177198, - 44.500938 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5974, - 44.190453 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5974, - 44.190453 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.604511, - 44.192799 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.604511, - 44.192799 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.606086, - 44.201248 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.606086, - 44.201248 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.603436, - 44.194824 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.603436, - 44.194824 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.218302, - 44.409389 - ] - }, - "properties": { - "undefined": "Le Mas-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.218302, - 44.409389 - ] - }, - "properties": { - "undefined": "Le Mas-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.659898, - 44.132675 - ] - }, - "properties": { - "undefined": "Layrac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.659898, - 44.132675 - ] - }, - "properties": { - "undefined": "Layrac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.298611, - 44.179165 - ] - }, - "properties": { - "undefined": "Lavardac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.298611, - 44.179165 - ] - }, - "properties": { - "undefined": "Lavardac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.459611, - 44.630516 - ] - }, - "properties": { - "undefined": "Lauzun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.459611, - 44.630516 - ] - }, - "properties": { - "undefined": "Lauzun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.763611, - 44.283054 - ] - }, - "properties": { - "undefined": "Laroque-Timbaut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.168611, - 44.498611 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163333, - 44.503887 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34265, - 44.134975 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163333, - 44.503887 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34265, - 44.134975 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.333498, - 44.13789 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.333498, - 44.13789 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.335646, - 44.134117 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.335646, - 44.134117 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.335512, - 44.134357 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.335512, - 44.134357 - ] - }, - "properties": { - "undefined": "Nérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.985842, - 44.480385 - ] - }, - "properties": { - "undefined": "Montayral" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.985842, - 44.480385 - ] - }, - "properties": { - "undefined": "Montayral" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.943916, - 44.482044 - ] - }, - "properties": { - "undefined": "Monsempron-Libos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.943916, - 44.482044 - ] - }, - "properties": { - "undefined": "Monsempron-Libos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.767955, - 44.530869 - ] - }, - "properties": { - "undefined": "Monflanquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.767955, - 44.530869 - ] - }, - "properties": { - "undefined": "Monflanquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.760762, - 44.527367 - ] - }, - "properties": { - "undefined": "Monflanquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.760762, - 44.527367 - ] - }, - "properties": { - "undefined": "Monflanquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.609229, - 44.141376 - ] - }, - "properties": { - "undefined": "Moirax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.609229, - 44.141376 - ] - }, - "properties": { - "undefined": "Moirax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.359663, - 44.602715 - ] - }, - "properties": { - "undefined": "Miramont-de-Guyenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.359663, - 44.602715 - ] - }, - "properties": { - "undefined": "Miramont-de-Guyenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.256566, - 44.056007 - ] - }, - "properties": { - "undefined": "Mézin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.256566, - 44.056007 - ] - }, - "properties": { - "undefined": "Mézin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.261792, - 44.056679 - ] - }, - "properties": { - "undefined": "Mézin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.261792, - 44.056679 - ] - }, - "properties": { - "undefined": "Mézin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.032222, - 44.519165 - ] - }, - "properties": { - "undefined": "Meilhan-sur-Garonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.032222, - 44.519165 - ] - }, - "properties": { - "undefined": "Meilhan-sur-Garonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.591341, - 44.398441 - ] - }, - "properties": { - "undefined": "Sainte-Livrade-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.399167, - 44.249722 - ] - }, - "properties": { - "undefined": "Port-Sainte-Marie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.619894, - 44.206848 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.621467, - 44.442345 - ] - }, - "properties": { - "undefined": "Casseneuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.625405, - 44.442253 - ] - }, - "properties": { - "undefined": "Casseneuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.625405, - 44.442253 - ] - }, - "properties": { - "undefined": "Casseneuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.299375, - 44.258472 - ] - }, - "properties": { - "undefined": "Buzet-sur-Baïse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.299375, - 44.258472 - ] - }, - "properties": { - "undefined": "Buzet-sur-Baïse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.102908, - 44.385929 - ] - }, - "properties": { - "undefined": "Bouglon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.102908, - 44.385929 - ] - }, - "properties": { - "undefined": "Bouglon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.669306, - 44.186966 - ] - }, - "properties": { - "undefined": "Bon-Encontre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.669306, - 44.186966 - ] - }, - "properties": { - "undefined": "Bon-Encontre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.999401, - 44.40205 - ] - }, - "properties": { - "undefined": "Tournon-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.999401, - 44.40205 - ] - }, - "properties": { - "undefined": "Tournon-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.999401, - 44.40205 - ] - }, - "properties": { - "undefined": "Tournon-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.999401, - 44.40205 - ] - }, - "properties": { - "undefined": "Tournon-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.676419, - 44.18615 - ] - }, - "properties": { - "undefined": "Bon-Encontre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.676419, - 44.18615 - ] - }, - "properties": { - "undefined": "Bon-Encontre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07137, - 44.295952 - ] - }, - "properties": { - "undefined": "Casteljaloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07137, - 44.295952 - ] - }, - "properties": { - "undefined": "Casteljaloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07137, - 44.295952 - ] - }, - "properties": { - "undefined": "Casteljaloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07137, - 44.295952 - ] - }, - "properties": { - "undefined": "Casteljaloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656492, - 44.190346 - ] - }, - "properties": { - "undefined": "Bon-Encontre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656492, - 44.190346 - ] - }, - "properties": { - "undefined": "Bon-Encontre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.624025, - 44.536303 - ] - }, - "properties": { - "undefined": "Cancon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.624025, - 44.536303 - ] - }, - "properties": { - "undefined": "Cancon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.624025, - 44.536303 - ] - }, - "properties": { - "undefined": "Cancon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.624025, - 44.536303 - ] - }, - "properties": { - "undefined": "Cancon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67219, - 44.18623 - ] - }, - "properties": { - "undefined": "Bon-Encontre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.621467, - 44.442345 - ] - }, - "properties": { - "undefined": "Casseneuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.689687, - 44.175274 - ] - }, - "properties": { - "undefined": "Castelculier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339443, - 44.295475 - ] - }, - "properties": { - "undefined": "Aiguillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.763611, - 44.283054 - ] - }, - "properties": { - "undefined": "Laroque-Timbaut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.274231, - 44.291206 - ] - }, - "properties": { - "undefined": "Damazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.274231, - 44.291206 - ] - }, - "properties": { - "undefined": "Damazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.270507, - 44.286812 - ] - }, - "properties": { - "undefined": "Damazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.270507, - 44.286812 - ] - }, - "properties": { - "undefined": "Damazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.552938, - 44.220078 - ] - }, - "properties": { - "undefined": "Colayrac-Saint-Cirq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.552938, - 44.220078 - ] - }, - "properties": { - "undefined": "Colayrac-Saint-Cirq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.554053, - 44.221779 - ] - }, - "properties": { - "undefined": "Colayrac-Saint-Cirq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.554053, - 44.221779 - ] - }, - "properties": { - "undefined": "Colayrac-Saint-Cirq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.025985, - 44.447399 - ] - }, - "properties": { - "undefined": "Cocumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.025985, - 44.447399 - ] - }, - "properties": { - "undefined": "Cocumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.378629, - 44.361179 - ] - }, - "properties": { - "undefined": "Clairac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.378629, - 44.361179 - ] - }, - "properties": { - "undefined": "Clairac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.376292, - 44.360611 - ] - }, - "properties": { - "undefined": "Clairac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.376292, - 44.360611 - ] - }, - "properties": { - "undefined": "Clairac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7375, - 44.115276 - ] - }, - "properties": { - "undefined": "Caudecoste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7375, - 44.115276 - ] - }, - "properties": { - "undefined": "Caudecoste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.586944, - 44.400085 - ] - }, - "properties": { - "undefined": "Sainte-Livrade-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.591389, - 44.651669 - ] - }, - "properties": { - "undefined": "Castillonnès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.493029, - 44.397484 - ] - }, - "properties": { - "undefined": "Castelmoron-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.493029, - 44.397484 - ] - }, - "properties": { - "undefined": "Castelmoron-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088177, - 44.31319 - ] - }, - "properties": { - "undefined": "Casteljaloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088177, - 44.31319 - ] - }, - "properties": { - "undefined": "Casteljaloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.090439, - 44.313465 - ] - }, - "properties": { - "undefined": "Casteljaloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.090439, - 44.313465 - ] - }, - "properties": { - "undefined": "Casteljaloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.689687, - 44.175274 - ] - }, - "properties": { - "undefined": "Castelculier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67219, - 44.18623 - ] - }, - "properties": { - "undefined": "Bon-Encontre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.591389, - 44.651669 - ] - }, - "properties": { - "undefined": "Castillonnès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339443, - 44.295475 - ] - }, - "properties": { - "undefined": "Aiguillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130918, - 44.435215 - ] - }, - "properties": { - "undefined": "Samazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30878, - 44.391033 - ] - }, - "properties": { - "undefined": "Tonneins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30878, - 44.391033 - ] - }, - "properties": { - "undefined": "Tonneins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61978, - 44.200527 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61978, - 44.200527 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.310212, - 44.390133 - ] - }, - "properties": { - "undefined": "Tonneins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.310212, - 44.390133 - ] - }, - "properties": { - "undefined": "Tonneins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.616868, - 44.191933 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.616868, - 44.191933 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.451676, - 44.505325 - ] - }, - "properties": { - "undefined": "Tombebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.451676, - 44.505325 - ] - }, - "properties": { - "undefined": "Tombebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.616936, - 44.199535 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.616936, - 44.199535 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130918, - 44.435215 - ] - }, - "properties": { - "undefined": "Samazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.340556, - 44.301109 - ] - }, - "properties": { - "undefined": "Aiguillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.618712, - 44.192516 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.618712, - 44.192516 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.513095, - 44.225597 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.513095, - 44.225597 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.627324, - 44.205681 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.627324, - 44.205681 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.805496, - 44.396168 - ] - }, - "properties": { - "undefined": "Saint-Sylvestre-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.805496, - 44.396168 - ] - }, - "properties": { - "undefined": "Saint-Sylvestre-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.619786, - 44.206921 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.619786, - 44.206921 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.586944, - 44.400085 - ] - }, - "properties": { - "undefined": "Sainte-Livrade-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339443, - 44.295475 - ] - }, - "properties": { - "undefined": "Aiguillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.340556, - 44.301109 - ] - }, - "properties": { - "undefined": "Aiguillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.509986, - 44.28891 - ] - }, - "properties": { - "undefined": "Prayssas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.707673, - 44.405212 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.670505, - 44.416508 - ] - }, - "properties": { - "undefined": "Bias" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.745556, - 44.638332 - ] - }, - "properties": { - "undefined": "Villeréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.745556, - 44.638332 - ] - }, - "properties": { - "undefined": "Villeréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.663889, - 44.181389 - ] - }, - "properties": { - "undefined": "Boé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.663889, - 44.181389 - ] - }, - "properties": { - "undefined": "Boé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.216508, - 44.506062 - ] - }, - "properties": { - "undefined": "Virazeil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.655556, - 44.170834 - ] - }, - "properties": { - "undefined": "Boé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.655556, - 44.170834 - ] - }, - "properties": { - "undefined": "Boé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.608545, - 44.170858 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62705, - 44.160133 - ] - }, - "properties": { - "undefined": "Boé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62705, - 44.160133 - ] - }, - "properties": { - "undefined": "Boé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14084, - 44.50922 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630348, - 44.179935 - ] - }, - "properties": { - "undefined": "Boé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630348, - 44.179935 - ] - }, - "properties": { - "undefined": "Boé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.707673, - 44.405212 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339443, - 44.295475 - ] - }, - "properties": { - "undefined": "Aiguillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.670505, - 44.416508 - ] - }, - "properties": { - "undefined": "Bias" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.216508, - 44.506062 - ] - }, - "properties": { - "undefined": "Virazeil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.741111, - 44.638332 - ] - }, - "properties": { - "undefined": "Villeréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.706495, - 44.408772 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.650561, - 44.063637 - ] - }, - "properties": { - "undefined": "Astaffort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.650561, - 44.063637 - ] - }, - "properties": { - "undefined": "Astaffort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.741111, - 44.638332 - ] - }, - "properties": { - "undefined": "Villeréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.706495, - 44.408772 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Lot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.882228, - 44.277363 - ] - }, - "properties": { - "undefined": "Beauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.882228, - 44.277363 - ] - }, - "properties": { - "undefined": "Beauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20761, - 48.73402 - ] - }, - "properties": { - "undefined": "Vauhallan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267462, - 48.632023 - ] - }, - "properties": { - "undefined": "Linas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267462, - 48.632023 - ] - }, - "properties": { - "undefined": "Linas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.191479, - 48.703136 - ] - }, - "properties": { - "undefined": "Orsay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.191479, - 48.703136 - ] - }, - "properties": { - "undefined": "Orsay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221078, - 48.732231 - ] - }, - "properties": { - "undefined": "Igny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221078, - 48.732231 - ] - }, - "properties": { - "undefined": "Igny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.168417, - 48.730614 - ] - }, - "properties": { - "undefined": "Saclay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.168417, - 48.730614 - ] - }, - "properties": { - "undefined": "Saclay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20761, - 48.73402 - ] - }, - "properties": { - "undefined": "Vauhallan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.159423, - 48.696949 - ] - }, - "properties": { - "undefined": "Bures-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.242334, - 48.661919 - ] - }, - "properties": { - "undefined": "Nozay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226933, - 48.699745 - ] - }, - "properties": { - "undefined": "Villebon-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226933, - 48.699745 - ] - }, - "properties": { - "undefined": "Villebon-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279881, - 48.665501 - ] - }, - "properties": { - "undefined": "Ballainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279881, - 48.665501 - ] - }, - "properties": { - "undefined": "Ballainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.142571, - 48.714664 - ] - }, - "properties": { - "undefined": "Saint-Aubin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24285, - 48.659538 - ] - }, - "properties": { - "undefined": "Nozay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24285, - 48.659538 - ] - }, - "properties": { - "undefined": "Nozay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216673, - 48.673862 - ] - }, - "properties": { - "undefined": "Villejust" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216673, - 48.673862 - ] - }, - "properties": { - "undefined": "Villejust" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.242334, - 48.661919 - ] - }, - "properties": { - "undefined": "Nozay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.159423, - 48.696949 - ] - }, - "properties": { - "undefined": "Bures-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270542, - 48.641041 - ] - }, - "properties": { - "undefined": "Montlhéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269996, - 48.657887 - ] - }, - "properties": { - "undefined": "La Ville-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269996, - 48.657887 - ] - }, - "properties": { - "undefined": "La Ville-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.187464, - 48.698582 - ] - }, - "properties": { - "undefined": "Orsay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.246326, - 48.714756 - ] - }, - "properties": { - "undefined": "Palaiseau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.246326, - 48.714756 - ] - }, - "properties": { - "undefined": "Palaiseau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.222766, - 48.739605 - ] - }, - "properties": { - "undefined": "Igny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.222766, - 48.739605 - ] - }, - "properties": { - "undefined": "Igny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262753, - 48.626686 - ] - }, - "properties": { - "undefined": "Linas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262753, - 48.626686 - ] - }, - "properties": { - "undefined": "Linas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295414, - 48.737225 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295414, - 48.737225 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.236749, - 48.68372 - ] - }, - "properties": { - "undefined": "Villejust" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.236749, - 48.68372 - ] - }, - "properties": { - "undefined": "Villejust" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.261823, - 48.689507 - ] - }, - "properties": { - "undefined": "Saulx-les-Chartreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270542, - 48.641041 - ] - }, - "properties": { - "undefined": "Montlhéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.243571, - 48.711727 - ] - }, - "properties": { - "undefined": "Palaiseau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.243571, - 48.711727 - ] - }, - "properties": { - "undefined": "Palaiseau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259299, - 48.713703 - ] - }, - "properties": { - "undefined": "Palaiseau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259299, - 48.713703 - ] - }, - "properties": { - "undefined": "Palaiseau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.268743, - 48.66151 - ] - }, - "properties": { - "undefined": "La Ville-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.268743, - 48.66151 - ] - }, - "properties": { - "undefined": "La Ville-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298674, - 48.675415 - ] - }, - "properties": { - "undefined": "Ballainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298674, - 48.675415 - ] - }, - "properties": { - "undefined": "Ballainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.142571, - 48.714664 - ] - }, - "properties": { - "undefined": "Saint-Aubin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.116799, - 48.687965 - ] - }, - "properties": { - "undefined": "Gif-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.261823, - 48.689507 - ] - }, - "properties": { - "undefined": "Saulx-les-Chartreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.276495, - 48.664589 - ] - }, - "properties": { - "undefined": "La Ville-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283376, - 48.730587 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274164, - 48.711114 - ] - }, - "properties": { - "undefined": "Champlan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274164, - 48.711114 - ] - }, - "properties": { - "undefined": "Champlan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.291233, - 48.700448 - ] - }, - "properties": { - "undefined": "Champlan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.291233, - 48.700448 - ] - }, - "properties": { - "undefined": "Champlan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274077, - 48.708309 - ] - }, - "properties": { - "undefined": "Champlan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274077, - 48.708309 - ] - }, - "properties": { - "undefined": "Champlan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234448, - 48.717192 - ] - }, - "properties": { - "undefined": "Palaiseau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.234448, - 48.717192 - ] - }, - "properties": { - "undefined": "Palaiseau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.232224, - 48.717692 - ] - }, - "properties": { - "undefined": "Palaiseau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294588, - 48.695099 - ] - }, - "properties": { - "undefined": "Longjumeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294588, - 48.695099 - ] - }, - "properties": { - "undefined": "Longjumeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226447, - 48.741585 - ] - }, - "properties": { - "undefined": "Igny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.134319, - 48.677201 - ] - }, - "properties": { - "undefined": "Gometz-le-Châtel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.134319, - 48.677201 - ] - }, - "properties": { - "undefined": "Gometz-le-Châtel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.132646, - 48.677479 - ] - }, - "properties": { - "undefined": "Gometz-le-Châtel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.132646, - 48.677479 - ] - }, - "properties": { - "undefined": "Gometz-le-Châtel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.134818, - 48.701092 - ] - }, - "properties": { - "undefined": "Gif-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.134818, - 48.701092 - ] - }, - "properties": { - "undefined": "Gif-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.293165, - 48.676964 - ] - }, - "properties": { - "undefined": "Ballainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.293165, - 48.676964 - ] - }, - "properties": { - "undefined": "Ballainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273265, - 48.73428 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273265, - 48.73428 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29254, - 48.696736 - ] - }, - "properties": { - "undefined": "Longjumeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.116799, - 48.687965 - ] - }, - "properties": { - "undefined": "Gif-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.276495, - 48.664589 - ] - }, - "properties": { - "undefined": "La Ville-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273306, - 48.644867 - ] - }, - "properties": { - "undefined": "Montlhéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273306, - 48.644867 - ] - }, - "properties": { - "undefined": "Montlhéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294186, - 48.701866 - ] - }, - "properties": { - "undefined": "Longjumeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294186, - 48.701866 - ] - }, - "properties": { - "undefined": "Longjumeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259031, - 48.730156 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259031, - 48.730156 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257871, - 48.735409 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.257871, - 48.735409 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316214, - 48.684934 - ] - }, - "properties": { - "undefined": "Longjumeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29254, - 48.696736 - ] - }, - "properties": { - "undefined": "Longjumeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316214, - 48.684934 - ] - }, - "properties": { - "undefined": "Longjumeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.272193, - 48.725075 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.272193, - 48.725075 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.233518, - 48.697381 - ] - }, - "properties": { - "undefined": "Villebon-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.233518, - 48.697381 - ] - }, - "properties": { - "undefined": "Villebon-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292326, - 48.73232 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292326, - 48.73232 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.106596, - 48.700953 - ] - }, - "properties": { - "undefined": "Gif-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.106596, - 48.700953 - ] - }, - "properties": { - "undefined": "Gif-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283376, - 48.730587 - ] - }, - "properties": { - "undefined": "Massy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.187464, - 48.698582 - ] - }, - "properties": { - "undefined": "Orsay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226447, - 48.741585 - ] - }, - "properties": { - "undefined": "Igny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.216076, - 47.974601 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.602749, - 44.786403 - ] - }, - "properties": { - "undefined": "Gradignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.221395, - 49.120483 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.221395, - 49.120483 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18295, - 48.027775 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18295, - 48.027775 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18295, - 48.027775 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5076, - 45.16407 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5076, - 45.16407 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.602749, - 44.786403 - ] - }, - "properties": { - "undefined": "Gradignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21121, - 50.19432 - ] - }, - "properties": { - "undefined": "Tilloy-lez-Cambrai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8633, - 47.628899 - ] - }, - "properties": { - "undefined": "Belfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21121, - 50.19432 - ] - }, - "properties": { - "undefined": "Tilloy-lez-Cambrai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21121, - 50.19432 - ] - }, - "properties": { - "undefined": "Tilloy-lez-Cambrai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.322088, - 46.59909 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.322088, - 46.59909 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.322088, - 46.59909 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.976783, - 45.954433 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.976783, - 45.954433 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.976783, - 45.954433 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8633, - 47.628899 - ] - }, - "properties": { - "undefined": "Belfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8633, - 47.628899 - ] - }, - "properties": { - "undefined": "Belfort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64417, - 48.828511 - ] - }, - "properties": { - "undefined": "Croissy-Beaubourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.330305, - 46.590128 - ] - }, - "properties": { - "undefined": "Avermes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07665, - 49.36376 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07665, - 49.36376 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.495323, - 48.77495 - ] - }, - "properties": { - "undefined": "Bonneuil-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.495323, - 48.77495 - ] - }, - "properties": { - "undefined": "Bonneuil-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.495323, - 48.77495 - ] - }, - "properties": { - "undefined": "Bonneuil-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9003, - 45.593597 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9003, - 45.593597 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9003, - 45.593597 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9003, - 45.593597 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9003, - 45.593597 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.899208, - 45.59193 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.899208, - 45.59193 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.899208, - 45.59193 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.899208, - 45.59193 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.899208, - 45.59193 - ] - }, - "properties": { - "undefined": "Chambéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.330305, - 46.590128 - ] - }, - "properties": { - "undefined": "Avermes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.330305, - 46.590128 - ] - }, - "properties": { - "undefined": "Avermes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.330305, - 46.590128 - ] - }, - "properties": { - "undefined": "Avermes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.330305, - 46.590128 - ] - }, - "properties": { - "undefined": "Avermes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64417, - 48.828511 - ] - }, - "properties": { - "undefined": "Croissy-Beaubourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64417, - 48.828511 - ] - }, - "properties": { - "undefined": "Croissy-Beaubourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08303, - 49.36278 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.643388, - 49.582576 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56331, - 48.64879 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56331, - 48.64879 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.268193, - 45.814212 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.268193, - 45.814212 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.268193, - 45.814212 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59948, - 48.703034 - ] - }, - "properties": { - "undefined": "Brie-Comte-Robert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59948, - 48.703034 - ] - }, - "properties": { - "undefined": "Brie-Comte-Robert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59948, - 48.703034 - ] - }, - "properties": { - "undefined": "Brie-Comte-Robert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352528, - 49.007023 - ] - }, - "properties": { - "undefined": "Saint-Brice-sous-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352528, - 49.007023 - ] - }, - "properties": { - "undefined": "Saint-Brice-sous-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352528, - 49.007023 - ] - }, - "properties": { - "undefined": "Saint-Brice-sous-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352528, - 49.007023 - ] - }, - "properties": { - "undefined": "Saint-Brice-sous-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352528, - 49.007023 - ] - }, - "properties": { - "undefined": "Saint-Brice-sous-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.053254, - 47.704318 - ] - }, - "properties": { - "undefined": "La Flèche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.053254, - 47.704318 - ] - }, - "properties": { - "undefined": "La Flèche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.053254, - 47.704318 - ] - }, - "properties": { - "undefined": "La Flèche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.216076, - 47.974601 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.216076, - 47.974601 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15792, - 47.975755 - ] - }, - "properties": { - "undefined": "Allonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56331, - 48.64879 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56331, - 48.64879 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56331, - 48.64879 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.669763, - 46.820196 - ] - }, - "properties": { - "undefined": "Saint-Maur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.643388, - 49.582576 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.643388, - 49.582576 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.566611, - 47.251353 - ] - }, - "properties": { - "undefined": "Pouilly-en-Auxois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.566611, - 47.251353 - ] - }, - "properties": { - "undefined": "Pouilly-en-Auxois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.566611, - 47.251353 - ] - }, - "properties": { - "undefined": "Pouilly-en-Auxois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14912, - 45.819579 - ] - }, - "properties": { - "undefined": "Gerzat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14912, - 45.819579 - ] - }, - "properties": { - "undefined": "Gerzat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14912, - 45.819579 - ] - }, - "properties": { - "undefined": "Gerzat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.669763, - 46.820196 - ] - }, - "properties": { - "undefined": "Saint-Maur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56331, - 48.64879 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.098543, - 50.645579 - ] - }, - "properties": { - "undefined": "Mons-en-Barœul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.098543, - 50.645579 - ] - }, - "properties": { - "undefined": "Mons-en-Barœul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.098543, - 50.645579 - ] - }, - "properties": { - "undefined": "Mons-en-Barœul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.293566, - 47.759518 - ] - }, - "properties": { - "undefined": "Pfastatt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.293566, - 47.759518 - ] - }, - "properties": { - "undefined": "Pfastatt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.293566, - 47.759518 - ] - }, - "properties": { - "undefined": "Pfastatt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59105, - 47.262201 - ] - }, - "properties": { - "undefined": "Orvault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59105, - 47.262201 - ] - }, - "properties": { - "undefined": "Orvault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08303, - 49.36278 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07042, - 49.35469 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15792, - 47.975755 - ] - }, - "properties": { - "undefined": "Allonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198934, - 48.991535 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.550342, - 47.284433 - ] - }, - "properties": { - "undefined": "La Chapelle-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.550342, - 47.284433 - ] - }, - "properties": { - "undefined": "La Chapelle-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298284, - 49.163926 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298284, - 49.163926 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298284, - 49.163926 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298284, - 49.163926 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298284, - 49.163926 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.917933, - 48.95821 - ] - }, - "properties": { - "undefined": "Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.917933, - 48.95821 - ] - }, - "properties": { - "undefined": "Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.917933, - 48.95821 - ] - }, - "properties": { - "undefined": "Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.654923, - 48.842721 - ] - }, - "properties": { - "undefined": "Torcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.654923, - 48.842721 - ] - }, - "properties": { - "undefined": "Torcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.654923, - 48.842721 - ] - }, - "properties": { - "undefined": "Torcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.968916, - 49.534125 - ] - }, - "properties": { - "undefined": "Barentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.968916, - 49.534125 - ] - }, - "properties": { - "undefined": "Barentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.968916, - 49.534125 - ] - }, - "properties": { - "undefined": "Barentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.550342, - 47.284433 - ] - }, - "properties": { - "undefined": "La Chapelle-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198934, - 48.991535 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07042, - 49.35469 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198934, - 48.991535 - ] - }, - "properties": { - "undefined": "Montigny-lès-Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.078485, - 49.075618 - ] - }, - "properties": { - "undefined": "Osny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.659959, - 47.42451 - ] - }, - "properties": { - "undefined": "Saint-Cyr-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.659959, - 47.42451 - ] - }, - "properties": { - "undefined": "Saint-Cyr-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.659959, - 47.42451 - ] - }, - "properties": { - "undefined": "Saint-Cyr-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206899, - 48.945617 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206899, - 48.945617 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206899, - 48.945617 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91136, - 47.876422 - ] - }, - "properties": { - "undefined": "Orléans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91136, - 47.876422 - ] - }, - "properties": { - "undefined": "Orléans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91136, - 47.876422 - ] - }, - "properties": { - "undefined": "Orléans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.469031, - 48.427316 - ] - }, - "properties": { - "undefined": "Brest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.469031, - 48.427316 - ] - }, - "properties": { - "undefined": "Brest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.469031, - 48.427316 - ] - }, - "properties": { - "undefined": "Brest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.528937, - 48.388316 - ] - }, - "properties": { - "undefined": "Brest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.528937, - 48.388316 - ] - }, - "properties": { - "undefined": "Brest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.528937, - 48.388316 - ] - }, - "properties": { - "undefined": "Brest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.573282, - 47.194623 - ] - }, - "properties": { - "undefined": "Rezé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.573282, - 47.194623 - ] - }, - "properties": { - "undefined": "Rezé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.573282, - 47.194623 - ] - }, - "properties": { - "undefined": "Rezé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.530598, - 47.398424 - ] - }, - "properties": { - "undefined": "Mûrs-Erigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.530598, - 47.398424 - ] - }, - "properties": { - "undefined": "Mûrs-Erigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07285, - 49.36195 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07285, - 49.36195 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07285, - 49.36195 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08352, - 49.36012 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08352, - 49.36012 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07448, - 49.362896 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07448, - 49.362896 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.06664, - 49.3547 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.06664, - 49.3547 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08258, - 49.36224 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08258, - 49.36224 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0724, - 49.35691 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0724, - 49.35691 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.082, - 49.36005 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.082, - 49.36005 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08237, - 49.35703 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08237, - 49.35703 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07346, - 49.3443 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07346, - 49.3443 - ] - }, - "properties": { - "undefined": "Deauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.519112, - 43.492885 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.519112, - 43.492885 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.519112, - 43.492885 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99055, - 48.625582 - ] - }, - "properties": { - "undefined": "Saint-Malo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.530598, - 47.398424 - ] - }, - "properties": { - "undefined": "Mûrs-Erigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.530598, - 47.398424 - ] - }, - "properties": { - "undefined": "Mûrs-Erigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.530598, - 47.398424 - ] - }, - "properties": { - "undefined": "Mûrs-Erigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.466318, - 49.095829 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.466318, - 49.095829 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.466318, - 49.095829 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99055, - 48.625582 - ] - }, - "properties": { - "undefined": "Saint-Malo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99055, - 48.625582 - ] - }, - "properties": { - "undefined": "Saint-Malo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99055, - 48.625582 - ] - }, - "properties": { - "undefined": "Saint-Malo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.519112, - 43.492885 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99055, - 48.625582 - ] - }, - "properties": { - "undefined": "Saint-Malo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.016885, - 47.403579 - ] - }, - "properties": { - "undefined": "Amboise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.016885, - 47.403579 - ] - }, - "properties": { - "undefined": "Amboise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.016885, - 47.403579 - ] - }, - "properties": { - "undefined": "Amboise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80384, - 45.76165 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80384, - 45.76165 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80384, - 45.76165 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.519112, - 43.492885 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15792, - 47.975755 - ] - }, - "properties": { - "undefined": "Allonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.078485, - 49.075618 - ] - }, - "properties": { - "undefined": "Osny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.078485, - 49.075618 - ] - }, - "properties": { - "undefined": "Osny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.385066, - 43.851494 - ] - }, - "properties": { - "undefined": "Moliets-et-Maa" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386023, - 43.541794 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Seignanx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.125996, - 43.613544 - ] - }, - "properties": { - "undefined": "Saint-Lon-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.125996, - 43.613544 - ] - }, - "properties": { - "undefined": "Saint-Lon-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.125996, - 43.613544 - ] - }, - "properties": { - "undefined": "Saint-Lon-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.125996, - 43.613544 - ] - }, - "properties": { - "undefined": "Saint-Lon-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.232223, - 43.980003 - ] - }, - "properties": { - "undefined": "Saint-Justin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.232223, - 43.980003 - ] - }, - "properties": { - "undefined": "Saint-Justin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.232223, - 43.980003 - ] - }, - "properties": { - "undefined": "Saint-Justin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.232223, - 43.980003 - ] - }, - "properties": { - "undefined": "Saint-Justin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.228767, - 43.688267 - ] - }, - "properties": { - "undefined": "Saint-Geours-de-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.228767, - 43.688267 - ] - }, - "properties": { - "undefined": "Saint-Geours-de-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.228767, - 43.688267 - ] - }, - "properties": { - "undefined": "Saint-Geours-de-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.228767, - 43.688267 - ] - }, - "properties": { - "undefined": "Saint-Geours-de-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.449683, - 43.916889 - ] - }, - "properties": { - "undefined": "Saint-Avit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.449683, - 43.916889 - ] - }, - "properties": { - "undefined": "Saint-Avit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386023, - 43.541794 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Seignanx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386023, - 43.541794 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Seignanx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.449683, - 43.916889 - ] - }, - "properties": { - "undefined": "Saint-Avit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386023, - 43.541794 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Seignanx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.641041, - 43.928139 - ] - }, - "properties": { - "undefined": "Saint-Martin-d'Oney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.641041, - 43.928139 - ] - }, - "properties": { - "undefined": "Saint-Martin-d'Oney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.641041, - 43.928139 - ] - }, - "properties": { - "undefined": "Saint-Martin-d'Oney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.641041, - 43.928139 - ] - }, - "properties": { - "undefined": "Saint-Martin-d'Oney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.064402, - 43.727768 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.064402, - 43.727768 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.385066, - 43.851494 - ] - }, - "properties": { - "undefined": "Moliets-et-Maa" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.292032, - 44.213303 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.292032, - 44.213303 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.378626, - 43.814949 - ] - }, - "properties": { - "undefined": "Messanges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.055476, - 43.708969 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.378626, - 43.814949 - ] - }, - "properties": { - "undefined": "Messanges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.985157, - 44.231018 - ] - }, - "properties": { - "undefined": "Lüe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.449683, - 43.916889 - ] - }, - "properties": { - "undefined": "Saint-Avit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.922969, - 43.787643 - ] - }, - "properties": { - "undefined": "Pontonx-sur-l'Adour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.040466, - 43.707176 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.503016, - 43.884914 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.303443, - 43.876064 - ] - }, - "properties": { - "undefined": "Léon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.213377, - 43.77866 - ] - }, - "properties": { - "undefined": "Magescq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.213377, - 43.77866 - ] - }, - "properties": { - "undefined": "Magescq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.213377, - 43.77866 - ] - }, - "properties": { - "undefined": "Magescq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.213377, - 43.77866 - ] - }, - "properties": { - "undefined": "Magescq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.227322, - 44.202587 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.227322, - 44.202587 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.227322, - 44.202587 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.227322, - 44.202587 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.359458, - 43.849495 - ] - }, - "properties": { - "undefined": "Moliets-et-Maa" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.359458, - 43.849495 - ] - }, - "properties": { - "undefined": "Moliets-et-Maa" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.359458, - 43.849495 - ] - }, - "properties": { - "undefined": "Moliets-et-Maa" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.359458, - 43.849495 - ] - }, - "properties": { - "undefined": "Moliets-et-Maa" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.503016, - 43.884914 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.503016, - 43.884914 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.922969, - 43.787643 - ] - }, - "properties": { - "undefined": "Pontonx-sur-l'Adour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.503016, - 43.884914 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.008743, - 43.69286 - ] - }, - "properties": { - "undefined": "Narrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.008743, - 43.69286 - ] - }, - "properties": { - "undefined": "Narrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.008743, - 43.69286 - ] - }, - "properties": { - "undefined": "Narrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.446481, - 43.562065 - ] - }, - "properties": { - "undefined": "Ondres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.446481, - 43.562065 - ] - }, - "properties": { - "undefined": "Ondres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.446481, - 43.562065 - ] - }, - "properties": { - "undefined": "Ondres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.446481, - 43.562065 - ] - }, - "properties": { - "undefined": "Ondres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.072901, - 44.353287 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.072901, - 44.353287 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.072901, - 44.353287 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.072901, - 44.353287 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.922969, - 43.787643 - ] - }, - "properties": { - "undefined": "Pontonx-sur-l'Adour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.922969, - 43.787643 - ] - }, - "properties": { - "undefined": "Pontonx-sur-l'Adour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.985157, - 44.231018 - ] - }, - "properties": { - "undefined": "Lüe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.040466, - 43.707176 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.303443, - 43.876064 - ] - }, - "properties": { - "undefined": "Léon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.591106, - 43.864971 - ] - }, - "properties": { - "undefined": "Saint-Perdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.390726, - 43.670666 - ] - }, - "properties": { - "undefined": "Soorts-Hossegor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.237678, - 43.556313 - ] - }, - "properties": { - "undefined": "Sainte-Marie-de-Gosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.237678, - 43.556313 - ] - }, - "properties": { - "undefined": "Sainte-Marie-de-Gosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.237678, - 43.556313 - ] - }, - "properties": { - "undefined": "Sainte-Marie-de-Gosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.237678, - 43.556313 - ] - }, - "properties": { - "undefined": "Sainte-Marie-de-Gosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.314985, - 43.661247 - ] - }, - "properties": { - "undefined": "Saint-Vincent-de-Tyrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.314985, - 43.661247 - ] - }, - "properties": { - "undefined": "Saint-Vincent-de-Tyrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.314985, - 43.661247 - ] - }, - "properties": { - "undefined": "Saint-Vincent-de-Tyrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.314985, - 43.661247 - ] - }, - "properties": { - "undefined": "Saint-Vincent-de-Tyrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.572845, - 43.760368 - ] - }, - "properties": { - "undefined": "Saint-Sever" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.572845, - 43.760368 - ] - }, - "properties": { - "undefined": "Saint-Sever" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.572845, - 43.760368 - ] - }, - "properties": { - "undefined": "Saint-Sever" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.572845, - 43.760368 - ] - }, - "properties": { - "undefined": "Saint-Sever" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.591106, - 43.864971 - ] - }, - "properties": { - "undefined": "Saint-Perdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.187404, - 43.968964 - ] - }, - "properties": { - "undefined": "Labastide-d'Armagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.390726, - 43.670666 - ] - }, - "properties": { - "undefined": "Soorts-Hossegor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.187404, - 43.968964 - ] - }, - "properties": { - "undefined": "Labastide-d'Armagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.920244, - 44.211601 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.920244, - 44.211601 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.591106, - 43.864971 - ] - }, - "properties": { - "undefined": "Saint-Perdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.591106, - 43.864971 - ] - }, - "properties": { - "undefined": "Saint-Perdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052096, - 43.723057 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052096, - 43.723057 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052096, - 43.723057 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052096, - 43.723057 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.064402, - 43.727768 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.064402, - 43.727768 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.491801, - 43.896542 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.258727, - 44.03413 - ] - }, - "properties": { - "undefined": "Lit-et-Mixe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.258727, - 44.03413 - ] - }, - "properties": { - "undefined": "Lit-et-Mixe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.390726, - 43.670666 - ] - }, - "properties": { - "undefined": "Soorts-Hossegor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.390726, - 43.670666 - ] - }, - "properties": { - "undefined": "Soorts-Hossegor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0557, - 43.713142 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.962171, - 44.3279 - ] - }, - "properties": { - "undefined": "Ychoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0557, - 43.713142 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.066157, - 43.698608 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.066157, - 43.698608 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.008552, - 43.98666 - ] - }, - "properties": { - "undefined": "Gabarret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.008552, - 43.98666 - ] - }, - "properties": { - "undefined": "Gabarret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380386, - 43.636551 - ] - }, - "properties": { - "undefined": "Geaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380386, - 43.636551 - ] - }, - "properties": { - "undefined": "Geaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59247, - 43.652554 - ] - }, - "properties": { - "undefined": "Hagetmau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59247, - 43.652554 - ] - }, - "properties": { - "undefined": "Hagetmau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.74467, - 43.591513 - ] - }, - "properties": { - "undefined": "Amou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.74467, - 43.591513 - ] - }, - "properties": { - "undefined": "Amou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.962171, - 44.3279 - ] - }, - "properties": { - "undefined": "Ychoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.962171, - 44.3279 - ] - }, - "properties": { - "undefined": "Ychoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.962171, - 44.3279 - ] - }, - "properties": { - "undefined": "Ychoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.946732, - 44.327576 - ] - }, - "properties": { - "undefined": "Ychoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.328835, - 43.75444 - ] - }, - "properties": { - "undefined": "Soustons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.946732, - 44.327576 - ] - }, - "properties": { - "undefined": "Ychoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.946732, - 44.327576 - ] - }, - "properties": { - "undefined": "Ychoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.946732, - 44.327576 - ] - }, - "properties": { - "undefined": "Ychoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.330115, - 43.692356 - ] - }, - "properties": { - "undefined": "Tosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.330115, - 43.692356 - ] - }, - "properties": { - "undefined": "Tosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.330115, - 43.692356 - ] - }, - "properties": { - "undefined": "Tosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.330115, - 43.692356 - ] - }, - "properties": { - "undefined": "Tosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.814181, - 43.835133 - ] - }, - "properties": { - "undefined": "Tartas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.814181, - 43.835133 - ] - }, - "properties": { - "undefined": "Tartas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.814181, - 43.835133 - ] - }, - "properties": { - "undefined": "Tartas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.814181, - 43.835133 - ] - }, - "properties": { - "undefined": "Tartas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.328835, - 43.75444 - ] - }, - "properties": { - "undefined": "Soustons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.328835, - 43.75444 - ] - }, - "properties": { - "undefined": "Soustons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.328835, - 43.75444 - ] - }, - "properties": { - "undefined": "Soustons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.303443, - 43.876064 - ] - }, - "properties": { - "undefined": "Léon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.008743, - 43.69286 - ] - }, - "properties": { - "undefined": "Narrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.303443, - 43.876064 - ] - }, - "properties": { - "undefined": "Léon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.077171, - 44.480804 - ] - }, - "properties": { - "undefined": "Sanguinet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.442726, - 43.661537 - ] - }, - "properties": { - "undefined": "Soorts-Hossegor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.442726, - 43.661537 - ] - }, - "properties": { - "undefined": "Soorts-Hossegor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.430495, - 43.708202 - ] - }, - "properties": { - "undefined": "Seignosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.425559, - 43.595455 - ] - }, - "properties": { - "undefined": "Labenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.312809, - 43.610508 - ] - }, - "properties": { - "undefined": "Saubrigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.312809, - 43.610508 - ] - }, - "properties": { - "undefined": "Saubrigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.077171, - 44.480804 - ] - }, - "properties": { - "undefined": "Sanguinet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052639, - 43.725822 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.487642, - 43.634613 - ] - }, - "properties": { - "undefined": "Samadet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.487642, - 43.634613 - ] - }, - "properties": { - "undefined": "Samadet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.306919, - 43.662987 - ] - }, - "properties": { - "undefined": "Saint-Vincent-de-Tyrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.306919, - 43.662987 - ] - }, - "properties": { - "undefined": "Saint-Vincent-de-Tyrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.519344, - 43.881813 - ] - }, - "properties": { - "undefined": "Saint-Pierre-du-Mont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.519344, - 43.881813 - ] - }, - "properties": { - "undefined": "Saint-Pierre-du-Mont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.581232, - 44.322952 - ] - }, - "properties": { - "undefined": "Sore" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.581232, - 44.322952 - ] - }, - "properties": { - "undefined": "Sore" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32592, - 43.751686 - ] - }, - "properties": { - "undefined": "Soustons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32592, - 43.751686 - ] - }, - "properties": { - "undefined": "Soustons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.491811, - 43.545513 - ] - }, - "properties": { - "undefined": "Tarnos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.491811, - 43.545513 - ] - }, - "properties": { - "undefined": "Tarnos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.402247, - 43.786724 - ] - }, - "properties": { - "undefined": "Vieux-Boucau-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.402247, - 43.786724 - ] - }, - "properties": { - "undefined": "Vieux-Boucau-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.410125, - 43.788254 - ] - }, - "properties": { - "undefined": "Vieux-Boucau-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.410125, - 43.788254 - ] - }, - "properties": { - "undefined": "Vieux-Boucau-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.302908, - 43.891857 - ] - }, - "properties": { - "undefined": "Villeneuve-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.302908, - 43.891857 - ] - }, - "properties": { - "undefined": "Villeneuve-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.396896, - 43.631031 - ] - }, - "properties": { - "undefined": "Bénesse-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.396896, - 43.631031 - ] - }, - "properties": { - "undefined": "Bénesse-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.396896, - 43.631031 - ] - }, - "properties": { - "undefined": "Bénesse-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.396896, - 43.631031 - ] - }, - "properties": { - "undefined": "Bénesse-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.501203, - 43.828957 - ] - }, - "properties": { - "undefined": "Benquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052639, - 43.725822 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.044376, - 43.726215 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.501203, - 43.828957 - ] - }, - "properties": { - "undefined": "Benquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.833645, - 43.710106 - ] - }, - "properties": { - "undefined": "Montfort-en-Chalosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.071594, - 44.34993 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.749156, - 43.750278 - ] - }, - "properties": { - "undefined": "Mugron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.749156, - 43.750278 - ] - }, - "properties": { - "undefined": "Mugron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.761524, - 44.358582 - ] - }, - "properties": { - "undefined": "Moustey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.761524, - 44.358582 - ] - }, - "properties": { - "undefined": "Moustey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.833645, - 43.710106 - ] - }, - "properties": { - "undefined": "Montfort-en-Chalosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497182, - 43.89362 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.044376, - 43.726215 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497182, - 43.89362 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502202, - 43.886929 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502202, - 43.886929 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.482222, - 43.89635 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.482222, - 43.89635 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.491801, - 43.896542 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.071594, - 44.34993 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.101548, - 43.543797 - ] - }, - "properties": { - "undefined": "Peyrehorade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.101548, - 43.543797 - ] - }, - "properties": { - "undefined": "Peyrehorade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82855, - 43.628651 - ] - }, - "properties": { - "undefined": "Pomarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82855, - 43.628651 - ] - }, - "properties": { - "undefined": "Pomarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.121237, - 44.241581 - ] - }, - "properties": { - "undefined": "Pontenx-les-Forges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.121237, - 44.241581 - ] - }, - "properties": { - "undefined": "Pontenx-les-Forges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99688, - 43.606438 - ] - }, - "properties": { - "undefined": "Pouillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99688, - 43.606438 - ] - }, - "properties": { - "undefined": "Pouillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.918238, - 43.919731 - ] - }, - "properties": { - "undefined": "Rion-des-Landes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.918238, - 43.919731 - ] - }, - "properties": { - "undefined": "Rion-des-Landes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.320547, - 44.034054 - ] - }, - "properties": { - "undefined": "Roquefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.320547, - 44.034054 - ] - }, - "properties": { - "undefined": "Roquefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.233307, - 43.708225 - ] - }, - "properties": { - "undefined": "Saint-Geours-de-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.233307, - 43.708225 - ] - }, - "properties": { - "undefined": "Saint-Geours-de-Maremne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.227091, - 44.063213 - ] - }, - "properties": { - "undefined": "Saint-Julien-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.227091, - 44.063213 - ] - }, - "properties": { - "undefined": "Saint-Julien-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.501203, - 43.828957 - ] - }, - "properties": { - "undefined": "Benquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.430495, - 43.708202 - ] - }, - "properties": { - "undefined": "Seignosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.501203, - 43.828957 - ] - }, - "properties": { - "undefined": "Benquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.928073, - 43.571198 - ] - }, - "properties": { - "undefined": "Habas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.924396, - 44.03067 - ] - }, - "properties": { - "undefined": "Morcenx-la-Nouvelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.924396, - 44.03067 - ] - }, - "properties": { - "undefined": "Morcenx-la-Nouvelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.167335, - 44.395638 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.167335, - 44.395638 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.439685, - 43.653248 - ] - }, - "properties": { - "undefined": "Capbreton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.439685, - 43.653248 - ] - }, - "properties": { - "undefined": "Capbreton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.055476, - 43.708969 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42846, - 43.773663 - ] - }, - "properties": { - "undefined": "Grenade-sur-l'Adour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42846, - 43.773663 - ] - }, - "properties": { - "undefined": "Grenade-sur-l'Adour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42846, - 43.773663 - ] - }, - "properties": { - "undefined": "Grenade-sur-l'Adour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42846, - 43.773663 - ] - }, - "properties": { - "undefined": "Grenade-sur-l'Adour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.928073, - 43.571198 - ] - }, - "properties": { - "undefined": "Habas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.928073, - 43.571198 - ] - }, - "properties": { - "undefined": "Habas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.928073, - 43.571198 - ] - }, - "properties": { - "undefined": "Habas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.592122, - 43.657413 - ] - }, - "properties": { - "undefined": "Hagetmau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.924396, - 44.03067 - ] - }, - "properties": { - "undefined": "Morcenx-la-Nouvelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.592122, - 43.657413 - ] - }, - "properties": { - "undefined": "Hagetmau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.592122, - 43.657413 - ] - }, - "properties": { - "undefined": "Hagetmau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.592122, - 43.657413 - ] - }, - "properties": { - "undefined": "Hagetmau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.250123, - 44.445004 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.927685, - 43.702885 - ] - }, - "properties": { - "undefined": "Hinx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.927685, - 43.702885 - ] - }, - "properties": { - "undefined": "Hinx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.927685, - 43.702885 - ] - }, - "properties": { - "undefined": "Hinx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.224409, - 43.640213 - ] - }, - "properties": { - "undefined": "Josse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.224409, - 43.640213 - ] - }, - "properties": { - "undefined": "Josse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.224409, - 43.640213 - ] - }, - "properties": { - "undefined": "Josse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.224409, - 43.640213 - ] - }, - "properties": { - "undefined": "Josse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.425559, - 43.595455 - ] - }, - "properties": { - "undefined": "Labenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.425559, - 43.595455 - ] - }, - "properties": { - "undefined": "Labenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.425559, - 43.595455 - ] - }, - "properties": { - "undefined": "Labenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.924396, - 44.03067 - ] - }, - "properties": { - "undefined": "Morcenx-la-Nouvelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.927685, - 43.702885 - ] - }, - "properties": { - "undefined": "Hinx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.972001, - 44.145809 - ] - }, - "properties": { - "undefined": "Escource" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.053255, - 43.714935 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.972001, - 44.145809 - ] - }, - "properties": { - "undefined": "Escource" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.250123, - 44.445004 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.432253, - 43.645058 - ] - }, - "properties": { - "undefined": "Capbreton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.432253, - 43.645058 - ] - }, - "properties": { - "undefined": "Capbreton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.432253, - 43.645058 - ] - }, - "properties": { - "undefined": "Capbreton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.432253, - 43.645058 - ] - }, - "properties": { - "undefined": "Capbreton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.144952, - 43.882175 - ] - }, - "properties": { - "undefined": "Castets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.144952, - 43.882175 - ] - }, - "properties": { - "undefined": "Castets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.144952, - 43.882175 - ] - }, - "properties": { - "undefined": "Castets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.144952, - 43.882175 - ] - }, - "properties": { - "undefined": "Castets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.041901, - 43.711033 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.041901, - 43.711033 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.041901, - 43.711033 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.053255, - 43.714935 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.041901, - 43.711033 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.053255, - 43.714935 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.049525, - 43.709187 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.972001, - 44.145809 - ] - }, - "properties": { - "undefined": "Escource" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.250123, - 44.445004 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.053255, - 43.714935 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.049525, - 43.709187 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.049525, - 43.709187 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.049525, - 43.709187 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.972001, - 44.145809 - ] - }, - "properties": { - "undefined": "Escource" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052169, - 43.695694 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052169, - 43.695694 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052169, - 43.695694 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.250123, - 44.445004 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.052169, - 43.695694 - ] - }, - "properties": { - "undefined": "Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800955, - 46.355543 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889898, - 44.023808 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.438933, - 43.868104 - ] - }, - "properties": { - "undefined": "Marguerittes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865158, - 44.865884 - ] - }, - "properties": { - "undefined": "Portes-lès-Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876818, - 45.019791 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876818, - 45.019791 - ] - }, - "properties": { - "undefined": "Pont-de-l'Isère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.346847, - 48.035643 - ] - }, - "properties": { - "undefined": "Nogent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.346847, - 48.035643 - ] - }, - "properties": { - "undefined": "Nogent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819599, - 45.631355 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.03745, - 47.504832 - ] - }, - "properties": { - "undefined": "Guillon-Terre-Plaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.498871, - 47.975185 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.089774, - 50.122249 - ] - }, - "properties": { - "undefined": "Havrincourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.159788, - 46.872673 - ] - }, - "properties": { - "undefined": "Magny-Cours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145897, - 47.295589 - ] - }, - "properties": { - "undefined": "Chevigny-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145897, - 47.295589 - ] - }, - "properties": { - "undefined": "Chevigny-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.052789, - 47.322222 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.052789, - 47.322222 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.718141, - 45.914132 - ] - }, - "properties": { - "undefined": "Passy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630486, - 45.577675 - ] - }, - "properties": { - "undefined": "Romagnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.567375, - 47.244513 - ] - }, - "properties": { - "undefined": "Créancey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.567375, - 47.244513 - ] - }, - "properties": { - "undefined": "Créancey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497206, - 47.977395 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.165527, - 46.639141 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.272319, - 46.57058 - ] - }, - "properties": { - "undefined": "Vouneuil-sous-Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.262716, - 46.425949 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.262716, - 46.425949 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.165527, - 46.639141 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53584, - 46.77338 - ] - }, - "properties": { - "undefined": "Cenon-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.766259, - 46.738468 - ] - }, - "properties": { - "undefined": "Pleumartin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.766259, - 46.738468 - ] - }, - "properties": { - "undefined": "Pleumartin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.569575, - 46.681641 - ] - }, - "properties": { - "undefined": "Bonneuil-Matours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.569575, - 46.681641 - ] - }, - "properties": { - "undefined": "Bonneuil-Matours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.880162, - 46.431427 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.272319, - 46.57058 - ] - }, - "properties": { - "undefined": "Vouneuil-sous-Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26676, - 46.534034 - ] - }, - "properties": { - "undefined": "Fontaine-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.880162, - 46.431427 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.114799, - 46.428599 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.114799, - 46.428599 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26676, - 46.534034 - ] - }, - "properties": { - "undefined": "Fontaine-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.369494, - 46.479771 - ] - }, - "properties": { - "undefined": "Roches-Prémarie-Andillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.369494, - 46.479771 - ] - }, - "properties": { - "undefined": "Roches-Prémarie-Andillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.877009, - 46.43351 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.877009, - 46.43351 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.523241, - 46.478479 - ] - }, - "properties": { - "undefined": "Fleuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.523241, - 46.478479 - ] - }, - "properties": { - "undefined": "Fleuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48267, - 46.76305 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53584, - 46.77338 - ] - }, - "properties": { - "undefined": "Cenon-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5452, - 46.818611 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48267, - 46.76305 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63465, - 46.508862 - ] - }, - "properties": { - "undefined": "Valdivienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.84278, - 46.67931 - ] - }, - "properties": { - "undefined": "Saint-Pierre-de-Maillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.46523, - 46.570751 - ] - }, - "properties": { - "undefined": "Sèvres-Anxaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.46523, - 46.570751 - ] - }, - "properties": { - "undefined": "Sèvres-Anxaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61404, - 46.77956 - ] - }, - "properties": { - "undefined": "Senillé-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61404, - 46.77956 - ] - }, - "properties": { - "undefined": "Senillé-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.21484, - 46.424809 - ] - }, - "properties": { - "undefined": "Marigny-Chemereau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.21484, - 46.424809 - ] - }, - "properties": { - "undefined": "Marigny-Chemereau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16584, - 46.444359 - ] - }, - "properties": { - "undefined": "Cloué" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16584, - 46.444359 - ] - }, - "properties": { - "undefined": "Cloué" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18271, - 46.307259 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18271, - 46.307259 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09176, - 46.840988 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Sauves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09176, - 46.840988 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Sauves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64467, - 46.56812 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64467, - 46.56812 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5978, - 46.435719 - ] - }, - "properties": { - "undefined": "Lhommaizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5978, - 46.435719 - ] - }, - "properties": { - "undefined": "Lhommaizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40692, - 46.142899 - ] - }, - "properties": { - "undefined": "Charroux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40692, - 46.142899 - ] - }, - "properties": { - "undefined": "Charroux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.306536, - 46.730267 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.306536, - 46.730267 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29635, - 46.14706 - ] - }, - "properties": { - "undefined": "Civray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29635, - 46.14706 - ] - }, - "properties": { - "undefined": "Civray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33276, - 46.519119 - ] - }, - "properties": { - "undefined": "Ligugé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33276, - 46.519119 - ] - }, - "properties": { - "undefined": "Ligugé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18378, - 46.790241 - ] - }, - "properties": { - "undefined": "Mirebeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18378, - 46.790241 - ] - }, - "properties": { - "undefined": "Mirebeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.84278, - 46.67931 - ] - }, - "properties": { - "undefined": "Saint-Pierre-de-Maillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49724, - 46.5597 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49724, - 46.5597 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22979, - 46.610401 - ] - }, - "properties": { - "undefined": "Quinçay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.175706, - 46.675926 - ] - }, - "properties": { - "undefined": "Villiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.427324, - 46.258898 - ] - }, - "properties": { - "undefined": "Château-Garnier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.427324, - 46.258898 - ] - }, - "properties": { - "undefined": "Château-Garnier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.545471, - 46.390884 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Jourdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.545471, - 46.390884 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Jourdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31542, - 46.485222 - ] - }, - "properties": { - "undefined": "Iteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31542, - 46.485222 - ] - }, - "properties": { - "undefined": "Iteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.160335, - 46.701389 - ] - }, - "properties": { - "undefined": "Champigny en Rochereau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.160335, - 46.701389 - ] - }, - "properties": { - "undefined": "Champigny en Rochereau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09682, - 46.758801 - ] - }, - "properties": { - "undefined": "Cuhon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09682, - 46.758801 - ] - }, - "properties": { - "undefined": "Cuhon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22979, - 46.610401 - ] - }, - "properties": { - "undefined": "Quinçay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00364, - 46.661129 - ] - }, - "properties": { - "undefined": "Chalandray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31243, - 46.41752 - ] - }, - "properties": { - "undefined": "Château-Larcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00364, - 46.661129 - ] - }, - "properties": { - "undefined": "Chalandray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61114, - 46.361571 - ] - }, - "properties": { - "undefined": "Bouresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61114, - 46.361571 - ] - }, - "properties": { - "undefined": "Bouresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54894, - 46.818298 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54894, - 46.818298 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5452, - 46.818611 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.305724, - 46.57666 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66512, - 46.444469 - ] - }, - "properties": { - "undefined": "Civaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66512, - 46.444469 - ] - }, - "properties": { - "undefined": "Civaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.51656, - 46.172569 - ] - }, - "properties": { - "undefined": "Mauprévoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.51656, - 46.172569 - ] - }, - "properties": { - "undefined": "Mauprévoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31243, - 46.41752 - ] - }, - "properties": { - "undefined": "Château-Larcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34213, - 46.549568 - ] - }, - "properties": { - "undefined": "Saint-Benoît" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34213, - 46.549568 - ] - }, - "properties": { - "undefined": "Saint-Benoît" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.921262, - 46.551029 - ] - }, - "properties": { - "undefined": "Villemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57314, - 46.115108 - ] - }, - "properties": { - "undefined": "Pressac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65243, - 46.673271 - ] - }, - "properties": { - "undefined": "Archigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60268, - 46.60733 - ] - }, - "properties": { - "undefined": "Bonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60268, - 46.60733 - ] - }, - "properties": { - "undefined": "Bonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.228739, - 46.645546 - ] - }, - "properties": { - "undefined": "Cissé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.228739, - 46.645546 - ] - }, - "properties": { - "undefined": "Cissé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67396, - 46.230862 - ] - }, - "properties": { - "undefined": "Le Vigeant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67396, - 46.230862 - ] - }, - "properties": { - "undefined": "Le Vigeant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.52613, - 46.275951 - ] - }, - "properties": { - "undefined": "Usson-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.52613, - 46.275951 - ] - }, - "properties": { - "undefined": "Usson-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42395, - 46.439945 - ] - }, - "properties": { - "undefined": "Gizay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42395, - 46.439945 - ] - }, - "properties": { - "undefined": "Gizay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57314, - 46.115108 - ] - }, - "properties": { - "undefined": "Pressac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17276, - 46.81292 - ] - }, - "properties": { - "undefined": "Chouppes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.686995, - 46.189831 - ] - }, - "properties": { - "undefined": "Millac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17276, - 46.81292 - ] - }, - "properties": { - "undefined": "Chouppes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0177, - 47.063301 - ] - }, - "properties": { - "undefined": "Les Trois-Moutiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0177, - 47.063301 - ] - }, - "properties": { - "undefined": "Les Trois-Moutiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.04111, - 46.42062 - ] - }, - "properties": { - "undefined": "Rouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.04111, - 46.42062 - ] - }, - "properties": { - "undefined": "Rouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.185004, - 46.48457 - ] - }, - "properties": { - "undefined": "Coulombiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.185004, - 46.48457 - ] - }, - "properties": { - "undefined": "Coulombiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4882, - 46.761219 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4882, - 46.761219 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57998, - 46.75684 - ] - }, - "properties": { - "undefined": "Availles-en-Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57998, - 46.75684 - ] - }, - "properties": { - "undefined": "Availles-en-Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63465, - 46.508862 - ] - }, - "properties": { - "undefined": "Valdivienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65243, - 46.673271 - ] - }, - "properties": { - "undefined": "Archigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.686995, - 46.189831 - ] - }, - "properties": { - "undefined": "Millac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.122311, - 46.435253 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.042778, - 46.466946 - ] - }, - "properties": { - "undefined": "La Trimouille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.122311, - 46.435253 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.233299, - 46.117443 - ] - }, - "properties": { - "undefined": "Saint-Macoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.233299, - 46.117443 - ] - }, - "properties": { - "undefined": "Saint-Macoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.060184, - 46.916531 - ] - }, - "properties": { - "undefined": "Martaizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.060184, - 46.916531 - ] - }, - "properties": { - "undefined": "Martaizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.050749, - 46.562309 - ] - }, - "properties": { - "undefined": "Boivre-la-Vallée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.050749, - 46.562309 - ] - }, - "properties": { - "undefined": "Boivre-la-Vallée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.340932, - 46.396202 - ] - }, - "properties": { - "undefined": "Marnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.340932, - 46.396202 - ] - }, - "properties": { - "undefined": "Marnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.311, - 46.158501 - ] - }, - "properties": { - "undefined": "Savigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.311, - 46.158501 - ] - }, - "properties": { - "undefined": "Savigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.042778, - 46.466946 - ] - }, - "properties": { - "undefined": "La Trimouille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.484916, - 46.757252 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.994391, - 46.435724 - ] - }, - "properties": { - "undefined": "Saint-Léomer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.484916, - 46.757252 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.454083, - 46.483223 - ] - }, - "properties": { - "undefined": "Nieuil-l'Espoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.454083, - 46.483223 - ] - }, - "properties": { - "undefined": "Nieuil-l'Espoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59284, - 46.410831 - ] - }, - "properties": { - "undefined": "Verrières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59284, - 46.410831 - ] - }, - "properties": { - "undefined": "Verrières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.72538, - 46.40226 - ] - }, - "properties": { - "undefined": "Lussac-les-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.72538, - 46.40226 - ] - }, - "properties": { - "undefined": "Lussac-les-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62974, - 46.563229 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62974, - 46.563229 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.79966, - 46.258148 - ] - }, - "properties": { - "undefined": "Adriers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.79966, - 46.258148 - ] - }, - "properties": { - "undefined": "Adriers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.994391, - 46.435724 - ] - }, - "properties": { - "undefined": "Saint-Léomer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.305724, - 46.57666 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.280732, - 46.737652 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.413897, - 46.541466 - ] - }, - "properties": { - "undefined": "Mignaloux-Beauvoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.02363, - 47.108528 - ] - }, - "properties": { - "undefined": "Morton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.25833, - 46.717381 - ] - }, - "properties": { - "undefined": "Chabournay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.043703, - 47.071266 - ] - }, - "properties": { - "undefined": "Saint-Léger-de-Montbrillais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.043703, - 47.071266 - ] - }, - "properties": { - "undefined": "Saint-Léger-de-Montbrillais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40516, - 46.66909 - ] - }, - "properties": { - "undefined": "Saint-Georges-lès-Baillargeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40516, - 46.66909 - ] - }, - "properties": { - "undefined": "Saint-Georges-lès-Baillargeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62647, - 46.80711 - ] - }, - "properties": { - "undefined": "Senillé-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62647, - 46.80711 - ] - }, - "properties": { - "undefined": "Senillé-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07669, - 46.618771 - ] - }, - "properties": { - "undefined": "Latillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07669, - 46.618771 - ] - }, - "properties": { - "undefined": "Latillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65501, - 46.727718 - ] - }, - "properties": { - "undefined": "Chenevelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65501, - 46.727718 - ] - }, - "properties": { - "undefined": "Chenevelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.32491, - 46.31971 - ] - }, - "properties": { - "undefined": "Champagné-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.32491, - 46.31971 - ] - }, - "properties": { - "undefined": "Champagné-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.77655, - 46.50507 - ] - }, - "properties": { - "undefined": "Leignes-sur-Fontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.77655, - 46.50507 - ] - }, - "properties": { - "undefined": "Leignes-sur-Fontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.25833, - 46.717381 - ] - }, - "properties": { - "undefined": "Chabournay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49537, - 46.32872 - ] - }, - "properties": { - "undefined": "Saint-Secondin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49537, - 46.32872 - ] - }, - "properties": { - "undefined": "Saint-Secondin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.869694, - 46.425816 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56652, - 46.876129 - ] - }, - "properties": { - "undefined": "Ingrandes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.246051, - 46.687889 - ] - }, - "properties": { - "undefined": "Neuville-de-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.246051, - 46.687889 - ] - }, - "properties": { - "undefined": "Neuville-de-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28431, - 46.869717 - ] - }, - "properties": { - "undefined": "Savigny-sous-Faye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28431, - 46.869717 - ] - }, - "properties": { - "undefined": "Savigny-sous-Faye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.869694, - 46.425816 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36394, - 46.655102 - ] - }, - "properties": { - "undefined": "Chasseneuil-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05509, - 46.35754 - ] - }, - "properties": { - "undefined": "Saint-Sauvant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36394, - 46.655102 - ] - }, - "properties": { - "undefined": "Chasseneuil-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28977, - 46.243118 - ] - }, - "properties": { - "undefined": "Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28977, - 46.243118 - ] - }, - "properties": { - "undefined": "Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30311, - 46.270481 - ] - }, - "properties": { - "undefined": "Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30311, - 46.270481 - ] - }, - "properties": { - "undefined": "Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05509, - 46.35754 - ] - }, - "properties": { - "undefined": "Saint-Sauvant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.02363, - 47.108528 - ] - }, - "properties": { - "undefined": "Morton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.01791, - 46.806728 - ] - }, - "properties": { - "undefined": "La Grimaudière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.112316, - 46.945148 - ] - }, - "properties": { - "undefined": "Angliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.01791, - 46.806728 - ] - }, - "properties": { - "undefined": "La Grimaudière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08266, - 47.010231 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08266, - 47.010231 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.41207, - 46.37738 - ] - }, - "properties": { - "undefined": "Saint-Maurice-la-Clouère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.41207, - 46.37738 - ] - }, - "properties": { - "undefined": "Saint-Maurice-la-Clouère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08608, - 47.00618 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08608, - 47.00618 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88642, - 46.694561 - ] - }, - "properties": { - "undefined": "Angles-sur-l'Anglin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88642, - 46.694561 - ] - }, - "properties": { - "undefined": "Angles-sur-l'Anglin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.175706, - 46.675926 - ] - }, - "properties": { - "undefined": "Villiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.311133, - 46.619541 - ] - }, - "properties": { - "undefined": "Migné-Auxances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.311133, - 46.619541 - ] - }, - "properties": { - "undefined": "Migné-Auxances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.350191, - 46.511269 - ] - }, - "properties": { - "undefined": "Smarves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.350191, - 46.511269 - ] - }, - "properties": { - "undefined": "Smarves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371421, - 46.569134 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371421, - 46.569134 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35242, - 46.598221 - ] - }, - "properties": { - "undefined": "Buxerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35242, - 46.598221 - ] - }, - "properties": { - "undefined": "Buxerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18065, - 46.78656 - ] - }, - "properties": { - "undefined": "Mirebeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87585, - 46.377151 - ] - }, - "properties": { - "undefined": "Saulgé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.01987, - 46.880989 - ] - }, - "properties": { - "undefined": "Moncontour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.01987, - 46.880989 - ] - }, - "properties": { - "undefined": "Moncontour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47077, - 46.22636 - ] - }, - "properties": { - "undefined": "Joussé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47077, - 46.22636 - ] - }, - "properties": { - "undefined": "Joussé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37658, - 46.55698 - ] - }, - "properties": { - "undefined": "Mignaloux-Beauvoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37658, - 46.55698 - ] - }, - "properties": { - "undefined": "Mignaloux-Beauvoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87585, - 46.377151 - ] - }, - "properties": { - "undefined": "Saulgé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18065, - 46.78656 - ] - }, - "properties": { - "undefined": "Mirebeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07623, - 46.66011 - ] - }, - "properties": { - "undefined": "Ayron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07623, - 46.66011 - ] - }, - "properties": { - "undefined": "Ayron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.41466, - 46.508591 - ] - }, - "properties": { - "undefined": "Nouaillé-Maupertuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.41466, - 46.508591 - ] - }, - "properties": { - "undefined": "Nouaillé-Maupertuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18734, - 46.42672 - ] - }, - "properties": { - "undefined": "Celle-Lévescault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18734, - 46.42672 - ] - }, - "properties": { - "undefined": "Celle-Lévescault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56652, - 46.876129 - ] - }, - "properties": { - "undefined": "Ingrandes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.112316, - 46.945148 - ] - }, - "properties": { - "undefined": "Angliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.413897, - 46.541466 - ] - }, - "properties": { - "undefined": "Mignaloux-Beauvoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.393296, - 46.357182 - ] - }, - "properties": { - "undefined": "Magné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34631, - 46.61766 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3464, - 46.617687 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3464, - 46.617687 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371776, - 46.56869 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371776, - 46.56869 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64476, - 46.56827 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.439859, - 46.731194 - ] - }, - "properties": { - "undefined": "Beaumont Saint-Cyr" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.115935, - 46.429119 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3707, - 46.57145 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.369971, - 46.571165 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37065, - 46.5714 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37065, - 46.5714 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.810447, - 46.490733 - ] - }, - "properties": { - "undefined": "Pindray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.810447, - 46.490733 - ] - }, - "properties": { - "undefined": "Pindray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.21306, - 46.91925 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.360187, - 46.661125 - ] - }, - "properties": { - "undefined": "Chasseneuil-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.360187, - 46.661125 - ] - }, - "properties": { - "undefined": "Chasseneuil-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.725185, - 46.402252 - ] - }, - "properties": { - "undefined": "Lussac-les-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.198011, - 46.357932 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163327, - 46.20657 - ] - }, - "properties": { - "undefined": "Chaunay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.311309, - 46.160084 - ] - }, - "properties": { - "undefined": "Savigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210527, - 46.920493 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210527, - 46.920493 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210555, - 46.92054 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210555, - 46.92054 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30007, - 46.54829 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197363, - 46.358393 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30007, - 46.54829 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30007, - 46.54829 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 46.64537 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08608, - 47.00618 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54263, - 46.83623 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197363, - 46.358393 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.21306, - 46.91925 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.393296, - 46.357182 - ] - }, - "properties": { - "undefined": "Magné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197537, - 46.569061 - ] - }, - "properties": { - "undefined": "Béruges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5426, - 46.8363 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.309254, - 46.735638 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.309254, - 46.735638 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18175, - 46.64537 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18175, - 46.64537 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.122411, - 46.422009 - ] - }, - "properties": { - "undefined": "Thollet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.122411, - 46.422009 - ] - }, - "properties": { - "undefined": "Thollet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81115, - 46.786449 - ] - }, - "properties": { - "undefined": "La Roche-Posay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81115, - 46.786449 - ] - }, - "properties": { - "undefined": "La Roche-Posay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53507, - 46.81348 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53507, - 46.81348 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53227, - 46.813271 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53227, - 46.813271 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43986, - 46.731178 - ] - }, - "properties": { - "undefined": "Beaumont Saint-Cyr" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43986, - 46.731178 - ] - }, - "properties": { - "undefined": "Beaumont Saint-Cyr" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197537, - 46.569061 - ] - }, - "properties": { - "undefined": "Béruges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.646528, - 46.573013 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.646528, - 46.573013 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.642613, - 46.565388 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.705291, - 46.759583 - ] - }, - "properties": { - "undefined": "Leigné-les-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5426, - 46.8363 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.534952, - 46.776592 - ] - }, - "properties": { - "undefined": "Cenon-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.534952, - 46.776592 - ] - }, - "properties": { - "undefined": "Cenon-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.096326, - 46.71077 - ] - }, - "properties": { - "undefined": "Vouzailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.096326, - 46.71077 - ] - }, - "properties": { - "undefined": "Vouzailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.705291, - 46.759583 - ] - }, - "properties": { - "undefined": "Leigné-les-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26777, - 46.43398 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.642613, - 46.565388 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26777, - 46.43398 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86389, - 46.56596 - ] - }, - "properties": { - "undefined": "Saint-Savin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86389, - 46.56596 - ] - }, - "properties": { - "undefined": "Saint-Savin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60611, - 46.93734 - ] - }, - "properties": { - "undefined": "Dangé-Saint-Romain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60611, - 46.93734 - ] - }, - "properties": { - "undefined": "Dangé-Saint-Romain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.280732, - 46.737652 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.921262, - 46.551029 - ] - }, - "properties": { - "undefined": "Villemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851691, - 45.757006 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.976542, - 45.772192 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83156, - 45.84807 - ] - }, - "properties": { - "undefined": "Couzon-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.955587, - 45.769151 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.955587, - 45.769151 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.955587, - 45.769151 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.770547, - 45.760144 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.770547, - 45.760144 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.770547, - 45.760144 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.770547, - 45.760144 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781649, - 45.774545 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781649, - 45.774545 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781649, - 45.774545 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781649, - 45.774545 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872508, - 45.822366 - ] - }, - "properties": { - "undefined": "Sathonay-Camp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872508, - 45.822366 - ] - }, - "properties": { - "undefined": "Sathonay-Camp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872508, - 45.822366 - ] - }, - "properties": { - "undefined": "Sathonay-Camp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872508, - 45.822366 - ] - }, - "properties": { - "undefined": "Sathonay-Camp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884666, - 45.696632 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884666, - 45.696632 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.955587, - 45.769151 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83156, - 45.84807 - ] - }, - "properties": { - "undefined": "Couzon-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884666, - 45.696632 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83156, - 45.84807 - ] - }, - "properties": { - "undefined": "Couzon-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919721, - 45.742366 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919721, - 45.742366 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919721, - 45.742366 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919721, - 45.742366 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.795381, - 45.652114 - ] - }, - "properties": { - "undefined": "Charly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.795381, - 45.652114 - ] - }, - "properties": { - "undefined": "Charly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.795381, - 45.652114 - ] - }, - "properties": { - "undefined": "Charly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.795381, - 45.652114 - ] - }, - "properties": { - "undefined": "Charly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.969988, - 45.737828 - ] - }, - "properties": { - "undefined": "Chassieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.969988, - 45.737828 - ] - }, - "properties": { - "undefined": "Chassieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.969988, - 45.737828 - ] - }, - "properties": { - "undefined": "Chassieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.969988, - 45.737828 - ] - }, - "properties": { - "undefined": "Chassieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894663, - 45.664925 - ] - }, - "properties": { - "undefined": "Corbas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894663, - 45.664925 - ] - }, - "properties": { - "undefined": "Corbas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894663, - 45.664925 - ] - }, - "properties": { - "undefined": "Corbas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894663, - 45.664925 - ] - }, - "properties": { - "undefined": "Corbas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83156, - 45.84807 - ] - }, - "properties": { - "undefined": "Couzon-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884666, - 45.696632 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789628, - 45.609585 - ] - }, - "properties": { - "undefined": "Grigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.817802, - 45.742484 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957743, - 45.664807 - ] - }, - "properties": { - "undefined": "Mions" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957743, - 45.664807 - ] - }, - "properties": { - "undefined": "Mions" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89177, - 45.697485 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89177, - 45.697485 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89177, - 45.697485 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89177, - 45.697485 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834654, - 45.840823 - ] - }, - "properties": { - "undefined": "Rochetaillée-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834654, - 45.840823 - ] - }, - "properties": { - "undefined": "Rochetaillée-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834654, - 45.840823 - ] - }, - "properties": { - "undefined": "Rochetaillée-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834654, - 45.840823 - ] - }, - "properties": { - "undefined": "Rochetaillée-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777065, - 45.913791 - ] - }, - "properties": { - "undefined": "Quincieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777065, - 45.913791 - ] - }, - "properties": { - "undefined": "Quincieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777065, - 45.913791 - ] - }, - "properties": { - "undefined": "Quincieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777065, - 45.913791 - ] - }, - "properties": { - "undefined": "Quincieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863299, - 45.726635 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863299, - 45.726635 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863299, - 45.726635 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863299, - 45.726635 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957743, - 45.664807 - ] - }, - "properties": { - "undefined": "Mions" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957743, - 45.664807 - ] - }, - "properties": { - "undefined": "Mions" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789628, - 45.609585 - ] - }, - "properties": { - "undefined": "Grigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.009728, - 45.767571 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789628, - 45.609585 - ] - }, - "properties": { - "undefined": "Grigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789628, - 45.609585 - ] - }, - "properties": { - "undefined": "Grigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.878329, - 45.832194 - ] - }, - "properties": { - "undefined": "Sathonay-Village" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.878329, - 45.832194 - ] - }, - "properties": { - "undefined": "Sathonay-Village" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.878329, - 45.832194 - ] - }, - "properties": { - "undefined": "Sathonay-Village" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.878329, - 45.832194 - ] - }, - "properties": { - "undefined": "Sathonay-Village" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.048532, - 45.795544 - ] - }, - "properties": { - "undefined": "Jonage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.048532, - 45.795544 - ] - }, - "properties": { - "undefined": "Jonage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.048532, - 45.795544 - ] - }, - "properties": { - "undefined": "Jonage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.048532, - 45.795544 - ] - }, - "properties": { - "undefined": "Jonage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803939, - 45.692093 - ] - }, - "properties": { - "undefined": "Saint-Genis-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803939, - 45.692093 - ] - }, - "properties": { - "undefined": "Saint-Genis-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803939, - 45.692093 - ] - }, - "properties": { - "undefined": "Saint-Genis-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803939, - 45.692093 - ] - }, - "properties": { - "undefined": "Saint-Genis-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.009728, - 45.767571 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.009728, - 45.767571 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.009728, - 45.767571 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.725522, - 45.746018 - ] - }, - "properties": { - "undefined": "Craponne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.725522, - 45.746018 - ] - }, - "properties": { - "undefined": "Craponne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.725522, - 45.746018 - ] - }, - "properties": { - "undefined": "Craponne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854637, - 45.788587 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851691, - 45.757006 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851691, - 45.757006 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827657, - 45.755746 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827657, - 45.755746 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827657, - 45.755746 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827657, - 45.755746 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.858266, - 45.767701 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.858266, - 45.767701 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.858266, - 45.767701 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.858266, - 45.767701 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.848397, - 45.763361 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.848397, - 45.763361 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.848397, - 45.763361 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.848397, - 45.763361 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841962, - 45.762921 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841962, - 45.762921 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841962, - 45.762921 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851691, - 45.757006 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854637, - 45.788587 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.725522, - 45.746018 - ] - }, - "properties": { - "undefined": "Craponne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854637, - 45.788587 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834451, - 45.754859 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834451, - 45.754859 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834451, - 45.754859 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834451, - 45.754859 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84858, - 45.771588 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84858, - 45.771588 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84858, - 45.771588 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84858, - 45.771588 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836853, - 45.749838 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836853, - 45.749838 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836853, - 45.749838 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836853, - 45.749838 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765806, - 45.784019 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765806, - 45.784019 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765806, - 45.784019 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765806, - 45.784019 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854637, - 45.788587 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841962, - 45.762921 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842903, - 45.768929 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842903, - 45.768929 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842903, - 45.768929 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919892, - 45.777519 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863521, - 45.756307 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863521, - 45.756307 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863521, - 45.756307 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863521, - 45.756307 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851272, - 45.745548 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851272, - 45.745548 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851272, - 45.745548 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.851272, - 45.745548 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.800152, - 45.776037 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.800152, - 45.776037 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.952119, - 45.69574 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.952119, - 45.69574 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842099, - 45.817736 - ] - }, - "properties": { - "undefined": "Collonges-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842099, - 45.817736 - ] - }, - "properties": { - "undefined": "Collonges-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842099, - 45.817736 - ] - }, - "properties": { - "undefined": "Collonges-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842099, - 45.817736 - ] - }, - "properties": { - "undefined": "Collonges-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919892, - 45.777519 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919892, - 45.777519 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919892, - 45.777519 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828203, - 45.765606 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842903, - 45.768929 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84453, - 45.7661 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84453, - 45.7661 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84453, - 45.7661 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84453, - 45.7661 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828203, - 45.765606 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828203, - 45.765606 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828203, - 45.765606 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834116, - 45.78694 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845349, - 45.750243 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845349, - 45.750243 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845349, - 45.750243 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845349, - 45.750243 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834116, - 45.78694 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834116, - 45.78694 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834116, - 45.78694 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.817802, - 45.742484 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.817802, - 45.742484 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.952119, - 45.69574 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838506, - 45.877467 - ] - }, - "properties": { - "undefined": "Neuville-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79816, - 45.715749 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79816, - 45.715749 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79816, - 45.715749 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79816, - 45.715749 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806887, - 45.713032 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806887, - 45.713032 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806887, - 45.713032 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806887, - 45.713032 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765452, - 45.735576 - ] - }, - "properties": { - "undefined": "Francheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765452, - 45.735576 - ] - }, - "properties": { - "undefined": "Francheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765452, - 45.735576 - ] - }, - "properties": { - "undefined": "Francheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765452, - 45.735576 - ] - }, - "properties": { - "undefined": "Francheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819514, - 45.755467 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819514, - 45.755467 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819514, - 45.755467 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819514, - 45.755467 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.778237, - 45.760804 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838506, - 45.877467 - ] - }, - "properties": { - "undefined": "Neuville-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838506, - 45.877467 - ] - }, - "properties": { - "undefined": "Neuville-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.778237, - 45.760804 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838506, - 45.877467 - ] - }, - "properties": { - "undefined": "Neuville-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888112, - 45.720002 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850108, - 45.666275 - ] - }, - "properties": { - "undefined": "Feyzin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850108, - 45.666275 - ] - }, - "properties": { - "undefined": "Feyzin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850108, - 45.666275 - ] - }, - "properties": { - "undefined": "Feyzin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850108, - 45.666275 - ] - }, - "properties": { - "undefined": "Feyzin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771318, - 45.816332 - ] - }, - "properties": { - "undefined": "Limonest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771318, - 45.816332 - ] - }, - "properties": { - "undefined": "Limonest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771318, - 45.816332 - ] - }, - "properties": { - "undefined": "Limonest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771318, - 45.816332 - ] - }, - "properties": { - "undefined": "Limonest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.773797, - 45.738293 - ] - }, - "properties": { - "undefined": "Francheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.773797, - 45.738293 - ] - }, - "properties": { - "undefined": "Francheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.773797, - 45.738293 - ] - }, - "properties": { - "undefined": "Francheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.773797, - 45.738293 - ] - }, - "properties": { - "undefined": "Francheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852093, - 45.737324 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852093, - 45.737324 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852093, - 45.737324 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852093, - 45.737324 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.778237, - 45.760804 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.778237, - 45.760804 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.817802, - 45.742484 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849492, - 45.794353 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849492, - 45.794353 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849492, - 45.794353 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.859705, - 45.779157 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.859705, - 45.779157 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.760909, - 45.8205 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.760909, - 45.8205 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957432, - 45.679845 - ] - }, - "properties": { - "undefined": "Mions" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957432, - 45.679845 - ] - }, - "properties": { - "undefined": "Mions" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.936937, - 45.74728 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.936937, - 45.74728 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852532, - 45.706235 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852532, - 45.706235 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852532, - 45.706235 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852532, - 45.706235 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.940114, - 45.692814 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.940114, - 45.692814 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.940114, - 45.692814 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849492, - 45.794353 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.855184, - 45.694556 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78582, - 45.78257 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.855184, - 45.694556 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78582, - 45.78257 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78582, - 45.78257 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78582, - 45.78257 - ] - }, - "properties": { - "undefined": "Écully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926708, - 45.718133 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926708, - 45.718133 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926708, - 45.718133 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926708, - 45.718133 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.949094, - 45.69125 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.949094, - 45.69125 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.949094, - 45.69125 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.949094, - 45.69125 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.928949, - 45.78576 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.928949, - 45.78576 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986585, - 45.771356 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986585, - 45.771356 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.855184, - 45.694556 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.855184, - 45.694556 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888112, - 45.720002 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888112, - 45.720002 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888112, - 45.720002 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.812139, - 45.648403 - ] - }, - "properties": { - "undefined": "Vernaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.734441, - 45.785288 - ] - }, - "properties": { - "undefined": "Charbonnières-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.734441, - 45.785288 - ] - }, - "properties": { - "undefined": "Charbonnières-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.734441, - 45.785288 - ] - }, - "properties": { - "undefined": "Charbonnières-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850437, - 45.754512 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850437, - 45.754512 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850437, - 45.754512 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850437, - 45.754512 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85484, - 45.75291 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85484, - 45.75291 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85484, - 45.75291 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85484, - 45.75291 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872527, - 45.852635 - ] - }, - "properties": { - "undefined": "Cailloux-sur-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872527, - 45.852635 - ] - }, - "properties": { - "undefined": "Cailloux-sur-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872527, - 45.852635 - ] - }, - "properties": { - "undefined": "Cailloux-sur-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872527, - 45.852635 - ] - }, - "properties": { - "undefined": "Cailloux-sur-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.797656, - 45.786609 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.797656, - 45.786609 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.734441, - 45.785288 - ] - }, - "properties": { - "undefined": "Charbonnières-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.812139, - 45.648403 - ] - }, - "properties": { - "undefined": "Vernaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789977, - 45.786734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.812139, - 45.648403 - ] - }, - "properties": { - "undefined": "Vernaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.782994, - 45.754439 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.782994, - 45.754439 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.782994, - 45.754439 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.782994, - 45.754439 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876832, - 45.72893 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876832, - 45.72893 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876832, - 45.72893 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876832, - 45.72893 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.722615, - 45.758426 - ] - }, - "properties": { - "undefined": "Saint-Genis-les-Ollières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.722615, - 45.758426 - ] - }, - "properties": { - "undefined": "Saint-Genis-les-Ollières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.722615, - 45.758426 - ] - }, - "properties": { - "undefined": "Saint-Genis-les-Ollières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.722615, - 45.758426 - ] - }, - "properties": { - "undefined": "Saint-Genis-les-Ollières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872156, - 45.696395 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872156, - 45.696395 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872156, - 45.696395 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872156, - 45.696395 - ] - }, - "properties": { - "undefined": "Vénissieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.812139, - 45.648403 - ] - }, - "properties": { - "undefined": "Vernaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.797656, - 45.786609 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.797656, - 45.786609 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.900704, - 45.817578 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.900704, - 45.817578 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.853851, - 45.725868 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.853851, - 45.725868 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.003734, - 45.767058 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.003734, - 45.767058 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.003734, - 45.767058 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.003734, - 45.767058 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755318, - 45.765054 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755318, - 45.765054 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755318, - 45.765054 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755318, - 45.765054 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.035817, - 45.770299 - ] - }, - "properties": { - "undefined": "Jonage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.035817, - 45.770299 - ] - }, - "properties": { - "undefined": "Jonage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.035817, - 45.770299 - ] - }, - "properties": { - "undefined": "Jonage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.035817, - 45.770299 - ] - }, - "properties": { - "undefined": "Jonage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789977, - 45.786734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789977, - 45.786734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789977, - 45.786734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.853851, - 45.725868 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.853851, - 45.725868 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919312, - 45.726701 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.976542, - 45.772192 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.900704, - 45.817578 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.900704, - 45.817578 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.901374, - 45.705336 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.901374, - 45.705336 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.901374, - 45.705336 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.901374, - 45.705336 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.952119, - 45.69574 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.976542, - 45.772192 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919312, - 45.726701 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.976542, - 45.772192 - ] - }, - "properties": { - "undefined": "Décines-Charpieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.837835, - 45.737199 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.837835, - 45.737199 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.837835, - 45.737199 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.837835, - 45.737199 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919312, - 45.726701 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.919312, - 45.726701 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.826636, - 45.731668 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.826636, - 45.731668 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.826636, - 45.731668 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.881616, - 45.770826 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844746, - 45.835363 - ] - }, - "properties": { - "undefined": "Fontaines-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844746, - 45.835363 - ] - }, - "properties": { - "undefined": "Fontaines-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844746, - 45.835363 - ] - }, - "properties": { - "undefined": "Fontaines-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844746, - 45.835363 - ] - }, - "properties": { - "undefined": "Fontaines-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.794226, - 45.692455 - ] - }, - "properties": { - "undefined": "Saint-Genis-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.794226, - 45.692455 - ] - }, - "properties": { - "undefined": "Saint-Genis-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.794226, - 45.692455 - ] - }, - "properties": { - "undefined": "Saint-Genis-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.794226, - 45.692455 - ] - }, - "properties": { - "undefined": "Saint-Genis-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.768391, - 45.583926 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.768391, - 45.583926 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.768391, - 45.583926 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.768391, - 45.583926 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842062, - 45.639385 - ] - }, - "properties": { - "undefined": "Solaize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842062, - 45.639385 - ] - }, - "properties": { - "undefined": "Solaize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803614, - 45.88337 - ] - }, - "properties": { - "undefined": "Saint-Germain-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803614, - 45.88337 - ] - }, - "properties": { - "undefined": "Saint-Germain-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.798611, - 45.747098 - ] - }, - "properties": { - "undefined": "Sainte-Foy-lès-Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.881616, - 45.770826 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.881616, - 45.770826 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825499, - 45.70403 - ] - }, - "properties": { - "undefined": "Pierre-Bénite" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.881616, - 45.770826 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841473, - 45.759943 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854351, - 45.763032 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854351, - 45.763032 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854351, - 45.763032 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854351, - 45.763032 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.879203, - 45.782509 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.879203, - 45.782509 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.879203, - 45.782509 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.879203, - 45.782509 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.767208, - 45.751773 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.767208, - 45.751773 - ] - }, - "properties": { - "undefined": "Tassin-la-Demi-Lune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.829716, - 45.688457 - ] - }, - "properties": { - "undefined": "Irigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.829716, - 45.688457 - ] - }, - "properties": { - "undefined": "Irigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888936, - 45.760216 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888936, - 45.760216 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888936, - 45.760216 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.888936, - 45.760216 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.798611, - 45.747098 - ] - }, - "properties": { - "undefined": "Sainte-Foy-lès-Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825499, - 45.70403 - ] - }, - "properties": { - "undefined": "Pierre-Bénite" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.826636, - 45.731668 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.969977, - 45.72577 - ] - }, - "properties": { - "undefined": "Chassieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863155, - 45.82162 - ] - }, - "properties": { - "undefined": "Fontaines-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884058, - 45.804627 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884058, - 45.804627 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89595, - 45.821754 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89595, - 45.821754 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862851, - 45.880164 - ] - }, - "properties": { - "undefined": "Montanay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862851, - 45.880164 - ] - }, - "properties": { - "undefined": "Montanay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.808221, - 45.727861 - ] - }, - "properties": { - "undefined": "La Mulatière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.808221, - 45.727861 - ] - }, - "properties": { - "undefined": "La Mulatière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.820283, - 45.869805 - ] - }, - "properties": { - "undefined": "Curis-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.820283, - 45.869805 - ] - }, - "properties": { - "undefined": "Curis-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.831712, - 45.864387 - ] - }, - "properties": { - "undefined": "Albigny-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.831712, - 45.864387 - ] - }, - "properties": { - "undefined": "Albigny-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86727, - 45.774074 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86727, - 45.774074 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86727, - 45.774074 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86727, - 45.774074 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863155, - 45.82162 - ] - }, - "properties": { - "undefined": "Fontaines-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.969977, - 45.72577 - ] - }, - "properties": { - "undefined": "Chassieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.716219, - 45.814521 - ] - }, - "properties": { - "undefined": "La Tour-de-Salvagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815252, - 45.729335 - ] - }, - "properties": { - "undefined": "La Mulatière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.716219, - 45.814521 - ] - }, - "properties": { - "undefined": "La Tour-de-Salvagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.824257, - 45.67015 - ] - }, - "properties": { - "undefined": "Irigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.824257, - 45.67015 - ] - }, - "properties": { - "undefined": "Irigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84524, - 45.862377 - ] - }, - "properties": { - "undefined": "Fleurieu-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84524, - 45.862377 - ] - }, - "properties": { - "undefined": "Fleurieu-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887705, - 45.730192 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887705, - 45.730192 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887705, - 45.730192 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887705, - 45.730192 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887876, - 45.730238 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887876, - 45.730238 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887876, - 45.730238 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.898679, - 45.762188 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.898679, - 45.762188 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.898679, - 45.762188 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.898679, - 45.762188 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815252, - 45.729335 - ] - }, - "properties": { - "undefined": "La Mulatière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841473, - 45.759943 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841473, - 45.759943 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841473, - 45.759943 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822612, - 45.835806 - ] - }, - "properties": { - "undefined": "Saint-Romain-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849126, - 45.832428 - ] - }, - "properties": { - "undefined": "Fontaines-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83123, - 45.744922 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83123, - 45.744922 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844451, - 45.746092 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844451, - 45.746092 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857939, - 45.757145 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857939, - 45.757145 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.923888, - 45.765487 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.923888, - 45.765487 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806765, - 45.770418 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806765, - 45.770418 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806765, - 45.770418 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806765, - 45.770418 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872684, - 45.755436 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872684, - 45.755436 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872684, - 45.755436 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872684, - 45.755436 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849126, - 45.832428 - ] - }, - "properties": { - "undefined": "Fontaines-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.822612, - 45.835806 - ] - }, - "properties": { - "undefined": "Saint-Romain-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.830579, - 45.726871 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77209, - 45.837597 - ] - }, - "properties": { - "undefined": "Limonest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.928076, - 45.757096 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.928076, - 45.757096 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.928076, - 45.757096 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.928076, - 45.757096 - ] - }, - "properties": { - "undefined": "Vaulx-en-Velin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.858032, - 45.749022 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.858032, - 45.749022 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.858032, - 45.749022 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.858032, - 45.749022 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.743303, - 45.864479 - ] - }, - "properties": { - "undefined": "Lissieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.743303, - 45.864479 - ] - }, - "properties": { - "undefined": "Lissieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862654, - 45.733704 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862654, - 45.733704 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777584, - 45.581722 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777584, - 45.581722 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777584, - 45.581722 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777584, - 45.581722 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77209, - 45.837597 - ] - }, - "properties": { - "undefined": "Limonest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76991, - 45.60042 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76991, - 45.60042 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76991, - 45.60042 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76991, - 45.60042 - ] - }, - "properties": { - "undefined": "Givors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884842, - 45.737533 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884842, - 45.737533 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884842, - 45.737533 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884842, - 45.737533 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81184, - 45.784265 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81184, - 45.784265 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81184, - 45.784265 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81184, - 45.784265 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863127, - 45.758517 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863127, - 45.758517 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.793958, - 45.793681 - ] - }, - "properties": { - "undefined": "Champagne-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.793958, - 45.793681 - ] - }, - "properties": { - "undefined": "Champagne-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.793958, - 45.793681 - ] - }, - "properties": { - "undefined": "Champagne-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.793958, - 45.793681 - ] - }, - "properties": { - "undefined": "Champagne-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.830579, - 45.726871 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.830579, - 45.726871 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.830579, - 45.726871 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88827, - 45.774634 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88827, - 45.774634 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88827, - 45.774634 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850495, - 45.765502 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.875101, - 45.76973 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.875101, - 45.76973 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.875101, - 45.76973 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.875101, - 45.76973 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850495, - 45.765502 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850495, - 45.765502 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850495, - 45.765502 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813275, - 45.757816 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88827, - 45.774634 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813275, - 45.757816 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813275, - 45.757816 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813275, - 45.757816 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887676, - 45.817008 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887676, - 45.817008 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887676, - 45.817008 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887676, - 45.817008 - ] - }, - "properties": { - "undefined": "Rillieux-la-Pape" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873976, - 45.77919 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873976, - 45.77919 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873976, - 45.77919 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896494, - 45.7483 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84352, - 45.746565 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84352, - 45.746565 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84352, - 45.746565 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84352, - 45.746565 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.804307, - 45.777167 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.804307, - 45.777167 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.804307, - 45.777167 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.804307, - 45.777167 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868093, - 45.752512 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868093, - 45.752512 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868093, - 45.752512 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868093, - 45.752512 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.853004, - 45.772218 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.853004, - 45.772218 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.853004, - 45.772218 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.853004, - 45.772218 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838031, - 45.752824 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896494, - 45.7483 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896494, - 45.7483 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.797609, - 45.74192 - ] - }, - "properties": { - "undefined": "Sainte-Foy-lès-Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896494, - 45.7483 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.797609, - 45.74192 - ] - }, - "properties": { - "undefined": "Sainte-Foy-lès-Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88493, - 45.754568 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88493, - 45.754568 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88493, - 45.754568 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88493, - 45.754568 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874061, - 45.763164 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874061, - 45.763164 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874061, - 45.763164 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874061, - 45.763164 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88884, - 45.768693 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88884, - 45.768693 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88884, - 45.768693 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88884, - 45.768693 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.861625, - 45.758607 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.861625, - 45.758607 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.861625, - 45.758607 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.861625, - 45.758607 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838031, - 45.752824 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838031, - 45.752824 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838031, - 45.752824 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.886463, - 45.749462 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854293, - 45.844635 - ] - }, - "properties": { - "undefined": "Fontaines-Saint-Martin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918049, - 45.736845 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918049, - 45.736845 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918049, - 45.736845 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918049, - 45.736845 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83371, - 45.743645 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83371, - 45.743645 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83371, - 45.743645 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83371, - 45.743645 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.837599, - 45.769459 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.837599, - 45.769459 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.837599, - 45.769459 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.837599, - 45.769459 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82572, - 45.771705 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82572, - 45.771705 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82572, - 45.771705 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82572, - 45.771705 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854293, - 45.844635 - ] - }, - "properties": { - "undefined": "Fontaines-Saint-Martin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799631, - 45.853939 - ] - }, - "properties": { - "undefined": "Poleymieux-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799631, - 45.853939 - ] - }, - "properties": { - "undefined": "Poleymieux-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868584, - 45.762465 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.886463, - 45.749462 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.886463, - 45.749462 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.886463, - 45.749462 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.835647, - 45.73064 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.835647, - 45.73064 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.835647, - 45.73064 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.835647, - 45.73064 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868584, - 45.762465 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.798111, - 45.809992 - ] - }, - "properties": { - "undefined": "Saint-Didier-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868584, - 45.762465 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868584, - 45.762465 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904544, - 45.746765 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904544, - 45.746765 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904544, - 45.746765 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904544, - 45.746765 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.798111, - 45.809992 - ] - }, - "properties": { - "undefined": "Saint-Didier-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.797609, - 45.74192 - ] - }, - "properties": { - "undefined": "Sainte-Foy-lès-Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.797609, - 45.74192 - ] - }, - "properties": { - "undefined": "Sainte-Foy-lès-Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873976, - 45.77919 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849277, - 45.761843 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827238, - 45.7516 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827238, - 45.7516 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827238, - 45.7516 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81272, - 45.773218 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81272, - 45.773218 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81272, - 45.773218 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81272, - 45.773218 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834249, - 45.781436 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834249, - 45.781436 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834249, - 45.781436 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834249, - 45.781436 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.715171, - 45.786008 - ] - }, - "properties": { - "undefined": "Marcy-l'Étoile" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.715171, - 45.786008 - ] - }, - "properties": { - "undefined": "Marcy-l'Étoile" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.715171, - 45.786008 - ] - }, - "properties": { - "undefined": "Marcy-l'Étoile" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.715171, - 45.786008 - ] - }, - "properties": { - "undefined": "Marcy-l'Étoile" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.814177, - 45.788793 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.814177, - 45.788793 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827238, - 45.7516 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849277, - 45.761843 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.859324, - 45.774643 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849277, - 45.761843 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849443, - 45.753338 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849443, - 45.753338 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849443, - 45.753338 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849443, - 45.753338 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82456, - 45.746524 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82456, - 45.746524 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82456, - 45.746524 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82456, - 45.746524 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.814662, - 45.717164 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.814662, - 45.717164 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.814662, - 45.717164 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.814662, - 45.717164 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.909035, - 45.734346 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.909035, - 45.734346 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.909035, - 45.734346 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.909035, - 45.734346 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849277, - 45.761843 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.814177, - 45.788793 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.814177, - 45.788793 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.875958, - 45.742985 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.875958, - 45.742985 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85112, - 45.766396 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85112, - 45.766396 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828562, - 45.777419 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828562, - 45.777419 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828562, - 45.777419 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828562, - 45.777419 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819801, - 45.775426 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819801, - 45.775426 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819801, - 45.775426 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819801, - 45.775426 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845828, - 45.758995 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845828, - 45.758995 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845828, - 45.758995 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845828, - 45.758995 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.859324, - 45.774643 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.859324, - 45.774643 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.859324, - 45.774643 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85112, - 45.766396 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85112, - 45.766396 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84435, - 45.797818 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87067, - 45.735055 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.875958, - 45.742985 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.875958, - 45.742985 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.860316, - 45.742073 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.860316, - 45.742073 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.860316, - 45.742073 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.860316, - 45.742073 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87067, - 45.735055 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87067, - 45.735055 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84435, - 45.797818 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87067, - 45.735055 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.801467, - 45.756093 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.801467, - 45.756093 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.801467, - 45.756093 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.801467, - 45.756093 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84435, - 45.797818 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84435, - 45.797818 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.940114, - 45.692814 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050151, - 47.35747 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.130846, - 50.617912 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.130846, - 50.617912 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050151, - 47.35747 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050151, - 47.35747 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050151, - 47.35747 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050151, - 47.35747 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050151, - 47.35747 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050151, - 47.35747 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.128357, - 50.617613 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050151, - 47.35747 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.049248, - 47.355949 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.049248, - 47.355949 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.049248, - 47.355949 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.049248, - 47.355949 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.128357, - 50.617613 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.128357, - 50.617613 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221231, - 48.779686 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220011, - 48.780345 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220011, - 48.780345 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220011, - 48.780345 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220011, - 48.780345 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220011, - 48.780345 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220011, - 48.780345 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220011, - 48.780345 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.220011, - 48.780345 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171913, - 48.677594 - ] - }, - "properties": { - "undefined": "Les Ulis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.128357, - 50.617613 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171913, - 48.677594 - ] - }, - "properties": { - "undefined": "Les Ulis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171913, - 48.677594 - ] - }, - "properties": { - "undefined": "Les Ulis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171913, - 48.677594 - ] - }, - "properties": { - "undefined": "Les Ulis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.128357, - 50.617613 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.128357, - 50.617613 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.128357, - 50.617613 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.128357, - 50.617613 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523685, - 48.9908 - ] - }, - "properties": { - "undefined": "Tremblay-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816392, - 45.740684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.118916, - 48.827492 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.678767, - 48.082481 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.678767, - 48.082481 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.678767, - 48.082481 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.678767, - 48.082481 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.678767, - 48.082481 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.127841, - 43.663607 - ] - }, - "properties": { - "undefined": "Cagnes-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.678767, - 48.082481 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.678767, - 48.082481 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.678767, - 48.082481 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67655, - 48.082588 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67655, - 48.082588 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67655, - 48.082588 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67655, - 48.082588 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816392, - 45.740684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815993, - 45.74089 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815993, - 45.74089 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815993, - 45.74089 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815993, - 45.74089 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815993, - 45.74089 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815993, - 45.74089 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815993, - 45.74089 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815993, - 45.74089 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815993, - 45.74089 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816054, - 45.740844 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816392, - 45.740684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816392, - 45.740684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816392, - 45.740684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816392, - 45.740684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114096, - 48.828905 - ] - }, - "properties": { - "undefined": "Le Chesnay-Rocquencourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856386, - 45.761895 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856448, - 45.762271 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547032, - 48.616655 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.346176, - 48.861996 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.346176, - 48.861996 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.346176, - 48.861996 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.346176, - 48.861996 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322007, - 48.838574 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218646, - 48.780477 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322582, - 48.837734 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477817, - 48.882166 - ] - }, - "properties": { - "undefined": "Rosny-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29821, - 48.893001 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297554, - 48.892754 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29821, - 48.893001 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297241, - 48.893006 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29821, - 48.893001 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29821, - 48.893001 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29821, - 48.893001 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29821, - 48.893001 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29821, - 48.893001 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29821, - 48.893001 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297241, - 48.893006 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297241, - 48.893006 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297241, - 48.893006 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297241, - 48.893006 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297241, - 48.893006 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297241, - 48.893006 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297241, - 48.893006 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297434, - 48.893097 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288618, - 48.897964 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288618, - 48.897964 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288618, - 48.897964 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288618, - 48.897964 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288618, - 48.897964 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288618, - 48.897964 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288618, - 48.897964 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.288618, - 48.897964 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298571, - 48.896523 - ] - }, - "properties": { - "undefined": "Levallois-Perret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.032646, - 45.932699 - ] - }, - "properties": { - "undefined": "Oradour-sur-Glane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.032646, - 45.932699 - ] - }, - "properties": { - "undefined": "Oradour-sur-Glane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.818752, - 45.82435 - ] - }, - "properties": { - "undefined": "Rochechouart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.818752, - 45.82435 - ] - }, - "properties": { - "undefined": "Rochechouart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.493325, - 45.838198 - ] - }, - "properties": { - "undefined": "Saint-Léonard-de-Noblat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.371627, - 46.107802 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.371627, - 46.107802 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.171203, - 45.959326 - ] - }, - "properties": { - "undefined": "Saint-Jouvent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.957497, - 45.77086 - ] - }, - "properties": { - "undefined": "Gentioux-Pigerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.957497, - 45.77086 - ] - }, - "properties": { - "undefined": "Gentioux-Pigerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.171203, - 45.959326 - ] - }, - "properties": { - "undefined": "Saint-Jouvent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.171203, - 45.959326 - ] - }, - "properties": { - "undefined": "Saint-Jouvent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.035591, - 45.895108 - ] - }, - "properties": { - "undefined": "Saint-Victurnien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.035591, - 45.895108 - ] - }, - "properties": { - "undefined": "Saint-Victurnien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.205753, - 45.518624 - ] - }, - "properties": { - "undefined": "Saint-Yrieix-la-Perche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.035591, - 45.895108 - ] - }, - "properties": { - "undefined": "Saint-Victurnien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.205753, - 45.518624 - ] - }, - "properties": { - "undefined": "Saint-Yrieix-la-Perche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145703, - 45.79672 - ] - }, - "properties": { - "undefined": "Aixe-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.202405, - 45.509842 - ] - }, - "properties": { - "undefined": "Saint-Yrieix-la-Perche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.137518, - 45.797558 - ] - }, - "properties": { - "undefined": "Aixe-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919616, - 46.108853 - ] - }, - "properties": { - "undefined": "Val d'Issoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.605933, - 45.713124 - ] - }, - "properties": { - "undefined": "Châteauneuf-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.605933, - 45.713124 - ] - }, - "properties": { - "undefined": "Châteauneuf-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.077636, - 46.217588 - ] - }, - "properties": { - "undefined": "Le Dorat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.077636, - 46.217588 - ] - }, - "properties": { - "undefined": "Le Dorat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.137518, - 45.797558 - ] - }, - "properties": { - "undefined": "Aixe-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145703, - 45.79672 - ] - }, - "properties": { - "undefined": "Aixe-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.202405, - 45.509842 - ] - }, - "properties": { - "undefined": "Saint-Yrieix-la-Perche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.400478, - 45.95831 - ] - }, - "properties": { - "undefined": "Ambazac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.400478, - 45.95831 - ] - }, - "properties": { - "undefined": "Ambazac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.406172, - 45.953075 - ] - }, - "properties": { - "undefined": "Ambazac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.406172, - 45.953075 - ] - }, - "properties": { - "undefined": "Ambazac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.369671, - 46.109403 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.369671, - 46.109403 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919616, - 46.108853 - ] - }, - "properties": { - "undefined": "Val d'Issoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.204664, - 45.778378 - ] - }, - "properties": { - "undefined": "Bosmie-l'Aiguille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919616, - 46.108853 - ] - }, - "properties": { - "undefined": "Val d'Issoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.081701, - 46.131688 - ] - }, - "properties": { - "undefined": "Blanzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.480057, - 46.048822 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-Laurière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.480057, - 46.048822 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-Laurière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431829, - 45.749293 - ] - }, - "properties": { - "undefined": "Saint-Paul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.431829, - 45.749293 - ] - }, - "properties": { - "undefined": "Saint-Paul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.585948, - 45.628803 - ] - }, - "properties": { - "undefined": "La Croisille-sur-Briance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.585948, - 45.628803 - ] - }, - "properties": { - "undefined": "La Croisille-sur-Briance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.298979, - 46.034289 - ] - }, - "properties": { - "undefined": "Razès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.298979, - 46.034289 - ] - }, - "properties": { - "undefined": "Razès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.979587, - 45.651697 - ] - }, - "properties": { - "undefined": "Châlus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.979587, - 45.651697 - ] - }, - "properties": { - "undefined": "Châlus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.979587, - 45.651697 - ] - }, - "properties": { - "undefined": "Châlus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.371627, - 46.107802 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.050832, - 46.120257 - ] - }, - "properties": { - "undefined": "Bellac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.493325, - 45.838198 - ] - }, - "properties": { - "undefined": "Saint-Léonard-de-Noblat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.493325, - 45.838198 - ] - }, - "properties": { - "undefined": "Saint-Léonard-de-Noblat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.204664, - 45.778378 - ] - }, - "properties": { - "undefined": "Bosmie-l'Aiguille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.167078, - 46.214915 - ] - }, - "properties": { - "undefined": "Magnac-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.167078, - 46.214915 - ] - }, - "properties": { - "undefined": "Magnac-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.27651, - 46.134059 - ] - }, - "properties": { - "undefined": "Châteauponsac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.081701, - 46.131688 - ] - }, - "properties": { - "undefined": "Blanzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.081701, - 46.131688 - ] - }, - "properties": { - "undefined": "Blanzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.90363, - 46.235341 - ] - }, - "properties": { - "undefined": "Val-d'Oire-et-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.90363, - 46.235341 - ] - }, - "properties": { - "undefined": "Val-d'Oire-et-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.274174, - 46.134473 - ] - }, - "properties": { - "undefined": "Châteauponsac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.274174, - 46.134473 - ] - }, - "properties": { - "undefined": "Châteauponsac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.27651, - 46.134059 - ] - }, - "properties": { - "undefined": "Châteauponsac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.494731, - 45.615384 - ] - }, - "properties": { - "undefined": "Saint-Germain-les-Belles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.046631, - 45.991007 - ] - }, - "properties": { - "undefined": "Cieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34537, - 46.033722 - ] - }, - "properties": { - "undefined": "Razès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34537, - 46.033722 - ] - }, - "properties": { - "undefined": "Razès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.330306, - 45.875523 - ] - }, - "properties": { - "undefined": "Le Palais-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.330306, - 45.875523 - ] - }, - "properties": { - "undefined": "Le Palais-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.494731, - 45.615384 - ] - }, - "properties": { - "undefined": "Saint-Germain-les-Belles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.050832, - 46.120257 - ] - }, - "properties": { - "undefined": "Bellac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.829526, - 43.999862 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.688753, - 43.455993 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.007235, - 43.640324 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.094443, - 43.627628 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.094443, - 43.627628 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.099003, - 43.685253 - ] - }, - "properties": { - "undefined": "La Colle-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.099003, - 43.685253 - ] - }, - "properties": { - "undefined": "La Colle-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.106864, - 43.686066 - ] - }, - "properties": { - "undefined": "La Colle-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.106864, - 43.686066 - ] - }, - "properties": { - "undefined": "La Colle-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.045228, - 43.624069 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.045228, - 43.624069 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.007241, - 43.642086 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.007241, - 43.642086 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.039275, - 43.621956 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.039275, - 43.621956 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.007235, - 43.640324 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.944397, - 43.487486 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.875867, - 43.655693 - ] - }, - "properties": { - "undefined": "Cabris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.875867, - 43.655693 - ] - }, - "properties": { - "undefined": "Cabris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.863265, - 43.888893 - ] - }, - "properties": { - "undefined": "Collongues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.863265, - 43.888893 - ] - }, - "properties": { - "undefined": "Collongues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.929529, - 43.592361 - ] - }, - "properties": { - "undefined": "Pégomas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.929529, - 43.592361 - ] - }, - "properties": { - "undefined": "Pégomas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.875872, - 43.639107 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.875872, - 43.639107 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.847364, - 43.700356 - ] - }, - "properties": { - "undefined": "Saint-Vallier-de-Thiey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.847364, - 43.700356 - ] - }, - "properties": { - "undefined": "Saint-Vallier-de-Thiey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.979139, - 43.547508 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.979139, - 43.547508 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120866, - 43.578243 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120866, - 43.578243 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12197, - 43.600079 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12197, - 43.600079 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.072232, - 43.564846 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.077683, - 43.571644 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.077683, - 43.571644 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.073825, - 43.569656 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.073825, - 43.569656 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04891, - 43.665592 - ] - }, - "properties": { - "undefined": "Roquefort-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04891, - 43.665592 - ] - }, - "properties": { - "undefined": "Roquefort-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.043364, - 43.668011 - ] - }, - "properties": { - "undefined": "Roquefort-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.043364, - 43.668011 - ] - }, - "properties": { - "undefined": "Roquefort-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.926369, - 43.654064 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.926369, - 43.654064 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.944208, - 43.654076 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.944208, - 43.654076 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.911085, - 43.639103 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.911085, - 43.639103 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.936605, - 43.640907 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.936605, - 43.640907 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.973192, - 43.620224 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.973192, - 43.620224 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.973192, - 43.620224 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.973192, - 43.620224 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971394, - 43.61684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971394, - 43.61684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971394, - 43.61684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971394, - 43.61684 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016371, - 43.577526 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016371, - 43.577526 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01581, - 43.569206 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005276, - 43.570099 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.096315, - 43.628653 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.096315, - 43.628653 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.096315, - 43.628653 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.096315, - 43.628653 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.091817, - 43.595834 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.091817, - 43.595834 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.948066, - 43.567243 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.948066, - 43.567243 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.948066, - 43.567243 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.948066, - 43.567243 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.021575, - 43.575086 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.021575, - 43.575086 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.922162, - 43.655693 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.922162, - 43.655693 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.118111, - 43.589299 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.118111, - 43.589299 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.025539, - 43.553686 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.025539, - 43.553686 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.032011, - 43.548501 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.032011, - 43.548501 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.038457, - 43.543026 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.038457, - 43.543026 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.941249, - 43.52533 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.941249, - 43.52533 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.939465, - 43.521552 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005276, - 43.570099 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.133592, - 43.628931 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01581, - 43.569206 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.133592, - 43.628931 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998012, - 43.577129 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998012, - 43.577129 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.006267, - 43.576397 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.006267, - 43.576397 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.968254, - 43.566551 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.018548, - 43.575386 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.018548, - 43.575386 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.993788, - 43.569118 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.993788, - 43.569118 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.873651, - 43.638214 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.873651, - 43.638214 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.793363, - 43.650307 - ] - }, - "properties": { - "undefined": "Saint-Cézaire-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.793363, - 43.650307 - ] - }, - "properties": { - "undefined": "Saint-Cézaire-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.946316, - 43.550246 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.946316, - 43.550246 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.946316, - 43.550246 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.946316, - 43.550246 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.932883, - 43.620566 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.932883, - 43.620566 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.892531, - 43.64505 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.892531, - 43.64505 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.984026, - 43.568851 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.984026, - 43.568851 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.054662, - 43.62566 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.054662, - 43.62566 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.072232, - 43.564846 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.056048, - 43.57943 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.056048, - 43.57943 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.912976, - 43.639542 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.920752, - 43.657753 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.920752, - 43.657753 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927089, - 43.656872 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927089, - 43.656872 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.932813, - 43.637276 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.932813, - 43.637276 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.947942, - 43.580189 - ] - }, - "properties": { - "undefined": "La Roquette-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.947942, - 43.580189 - ] - }, - "properties": { - "undefined": "La Roquette-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.002274, - 43.550552 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.002274, - 43.550552 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074646, - 43.61813 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074646, - 43.61813 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074646, - 43.61813 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074646, - 43.61813 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.913658, - 43.607716 - ] - }, - "properties": { - "undefined": "Auribeau-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.913658, - 43.607716 - ] - }, - "properties": { - "undefined": "Auribeau-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.920399, - 43.656429 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.920399, - 43.656429 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.958667, - 43.64222 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.958667, - 43.64222 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.842196, - 43.629398 - ] - }, - "properties": { - "undefined": "Le Tignet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.842196, - 43.629398 - ] - }, - "properties": { - "undefined": "Le Tignet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030538, - 43.54903 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030538, - 43.54903 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.856857, - 43.647991 - ] - }, - "properties": { - "undefined": "Spéracèdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.912976, - 43.639542 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.952294, - 43.632511 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.941274, - 43.547829 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.952294, - 43.632511 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.688753, - 43.455993 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01392, - 43.5569 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01392, - 43.5569 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120677, - 43.580116 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120677, - 43.580116 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92641, - 43.594131 - ] - }, - "properties": { - "undefined": "Pégomas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92641, - 43.594131 - ] - }, - "properties": { - "undefined": "Pégomas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.10996, - 43.568874 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.10996, - 43.568874 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.053818, - 43.575954 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.053818, - 43.575954 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005574, - 43.562817 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005574, - 43.562817 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.985467, - 43.667213 - ] - }, - "properties": { - "undefined": "Opio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.985467, - 43.667213 - ] - }, - "properties": { - "undefined": "Opio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.006912, - 43.549686 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.006912, - 43.549686 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.008748, - 43.551323 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.008748, - 43.551323 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.123361, - 43.583973 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.123361, - 43.583973 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.123361, - 43.583973 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.123361, - 43.583973 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.076204, - 43.605541 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.076204, - 43.605541 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.856857, - 43.647991 - ] - }, - "properties": { - "undefined": "Spéracèdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.941274, - 43.547829 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120687, - 43.658474 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.939531, - 43.505989 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.934108, - 43.485077 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.934108, - 43.485077 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.966343, - 43.54985 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.966343, - 43.54985 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.997377, - 43.60107 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.997377, - 43.60107 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.037986, - 43.587605 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.037986, - 43.587605 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.98771, - 43.604153 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.98771, - 43.604153 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.015534, - 43.609589 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.015534, - 43.609589 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998574, - 43.580826 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998574, - 43.580826 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.943561, - 43.796143 - ] - }, - "properties": { - "undefined": "Gréolières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.943561, - 43.796143 - ] - }, - "properties": { - "undefined": "Gréolières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.063297, - 43.718616 - ] - }, - "properties": { - "undefined": "Tourrettes-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.063297, - 43.718616 - ] - }, - "properties": { - "undefined": "Tourrettes-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12692, - 43.656189 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12692, - 43.656189 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12692, - 43.656189 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12692, - 43.656189 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.139475, - 43.637203 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.139475, - 43.637203 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120687, - 43.658474 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.939531, - 43.505989 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.022205, - 43.554817 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.945192, - 43.534256 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.022205, - 43.554817 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.945192, - 43.534256 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.793374, - 43.728943 - ] - }, - "properties": { - "undefined": "Escragnolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.793374, - 43.728943 - ] - }, - "properties": { - "undefined": "Escragnolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.858089, - 43.843212 - ] - }, - "properties": { - "undefined": "Le Mas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.858089, - 43.843212 - ] - }, - "properties": { - "undefined": "Le Mas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.728566, - 43.846939 - ] - }, - "properties": { - "undefined": "Saint-Auban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.728566, - 43.846939 - ] - }, - "properties": { - "undefined": "Saint-Auban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.703947, - 43.773846 - ] - }, - "properties": { - "undefined": "Séranon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.703947, - 43.773846 - ] - }, - "properties": { - "undefined": "Séranon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.122704, - 43.825058 - ] - }, - "properties": { - "undefined": "Bouyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.122704, - 43.825058 - ] - }, - "properties": { - "undefined": "Bouyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.989127, - 43.701473 - ] - }, - "properties": { - "undefined": "Le Bar-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.989127, - 43.701473 - ] - }, - "properties": { - "undefined": "Le Bar-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.807771, - 43.799503 - ] - }, - "properties": { - "undefined": "Andon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.807771, - 43.799503 - ] - }, - "properties": { - "undefined": "Andon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.731209, - 43.77903 - ] - }, - "properties": { - "undefined": "Caille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.731209, - 43.77903 - ] - }, - "properties": { - "undefined": "Caille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.977588, - 43.720795 - ] - }, - "properties": { - "undefined": "Gourdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.977588, - 43.720795 - ] - }, - "properties": { - "undefined": "Gourdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.972588, - 43.680862 - ] - }, - "properties": { - "undefined": "Châteauneuf-Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.972588, - 43.680862 - ] - }, - "properties": { - "undefined": "Châteauneuf-Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005572, - 43.674377 - ] - }, - "properties": { - "undefined": "Le Rouret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005572, - 43.674377 - ] - }, - "properties": { - "undefined": "Le Rouret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971852, - 43.54916 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971852, - 43.54916 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.939465, - 43.521552 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.968254, - 43.566551 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.944397, - 43.487486 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.808597, - 43.416224 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.938977, - 43.545788 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.003423, - 43.590169 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.003423, - 43.590169 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04193, - 43.794887 - ] - }, - "properties": { - "undefined": "Coursegoules" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04193, - 43.794887 - ] - }, - "properties": { - "undefined": "Coursegoules" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.769688, - 43.426157 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.769688, - 43.426157 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.991493, - 43.573036 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.991493, - 43.573036 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.986055, - 43.598635 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.986055, - 43.598635 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.808597, - 43.416224 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.775273, - 43.429654 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.125003, - 43.942747 - ] - }, - "properties": { - "undefined": "Massoins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.775273, - 43.429654 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.770335, - 43.425128 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.770335, - 43.425128 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.770057, - 43.426121 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.770057, - 43.426121 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.766603, - 43.424876 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030741, - 43.624772 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.778844, - 43.414773 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.778844, - 43.414773 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.780578, - 43.413416 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.780578, - 43.413416 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84497, - 43.417625 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.938977, - 43.545788 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.938977, - 43.545788 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.938977, - 43.545788 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.021517, - 43.570407 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.914737, - 43.858005 - ] - }, - "properties": { - "undefined": "Aiglun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.914737, - 43.858005 - ] - }, - "properties": { - "undefined": "Aiglun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.964126, - 43.873123 - ] - }, - "properties": { - "undefined": "Sigale" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.964126, - 43.873123 - ] - }, - "properties": { - "undefined": "Sigale" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.031442, - 43.978437 - ] - }, - "properties": { - "undefined": "Thiéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.031442, - 43.978437 - ] - }, - "properties": { - "undefined": "Thiéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.091959, - 43.863651 - ] - }, - "properties": { - "undefined": "Pierrefeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.091959, - 43.863651 - ] - }, - "properties": { - "undefined": "Pierrefeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.082716, - 43.874919 - ] - }, - "properties": { - "undefined": "Pierrefeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.082716, - 43.874919 - ] - }, - "properties": { - "undefined": "Pierrefeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.004788, - 43.874341 - ] - }, - "properties": { - "undefined": "Roquestéron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.004788, - 43.874341 - ] - }, - "properties": { - "undefined": "Roquestéron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.982924, - 43.909768 - ] - }, - "properties": { - "undefined": "Saint-Antonin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.982924, - 43.909768 - ] - }, - "properties": { - "undefined": "Saint-Antonin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.947498, - 43.927462 - ] - }, - "properties": { - "undefined": "La Penne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.947498, - 43.927462 - ] - }, - "properties": { - "undefined": "La Penne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.112363, - 43.901386 - ] - }, - "properties": { - "undefined": "Toudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.112363, - 43.901386 - ] - }, - "properties": { - "undefined": "Toudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.156247, - 43.881513 - ] - }, - "properties": { - "undefined": "Revest-les-Roches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.156247, - 43.881513 - ] - }, - "properties": { - "undefined": "Revest-les-Roches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.961662, - 43.542004 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.961662, - 43.542004 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998693, - 43.574724 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998693, - 43.574724 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.021517, - 43.570407 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84497, - 43.417625 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.857109, - 43.432224 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.857109, - 43.432224 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.909623, - 43.60133 - ] - }, - "properties": { - "undefined": "Auribeau-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.815823, - 43.650382 - ] - }, - "properties": { - "undefined": "Saint-Cézaire-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.142079, - 43.641144 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.142079, - 43.641144 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.111563, - 43.571381 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.111563, - 43.571381 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.067558, - 43.564065 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.067558, - 43.564065 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.067345, - 43.597408 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.067345, - 43.597408 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.088415, - 43.576122 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.088415, - 43.576122 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.752546, - 43.427411 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.752546, - 43.427411 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.721648, - 43.386678 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.721648, - 43.386678 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.746812, - 43.419192 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.746812, - 43.419192 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.746812, - 43.419192 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.746812, - 43.419192 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.686872, - 43.453096 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.686872, - 43.453096 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.683534, - 43.45656 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.683534, - 43.45656 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.686489, - 43.456775 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.686489, - 43.456775 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.815823, - 43.650382 - ] - }, - "properties": { - "undefined": "Saint-Cézaire-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.909623, - 43.60133 - ] - }, - "properties": { - "undefined": "Auribeau-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.870301, - 43.431219 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.923529, - 43.660826 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.870301, - 43.431219 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.769099, - 43.427591 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.769099, - 43.427591 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.771648, - 43.423766 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.771648, - 43.423766 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.689706, - 43.342153 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.689706, - 43.342153 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63861, - 43.445696 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63861, - 43.445696 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.694257, - 43.341849 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.694257, - 43.341849 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.646478, - 43.499395 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.646478, - 43.499395 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.938977, - 43.545788 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.954072, - 43.782424 - ] - }, - "properties": { - "undefined": "Cipières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.954072, - 43.782424 - ] - }, - "properties": { - "undefined": "Cipières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.822841, - 43.890183 - ] - }, - "properties": { - "undefined": "Amirat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.822841, - 43.890183 - ] - }, - "properties": { - "undefined": "Amirat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.923529, - 43.660826 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.923529, - 43.660826 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.923529, - 43.660826 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.923529, - 43.660826 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.923529, - 43.660826 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.923529, - 43.660826 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.923529, - 43.660826 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.125003, - 43.942747 - ] - }, - "properties": { - "undefined": "Massoins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.766603, - 43.424876 - ] - }, - "properties": { - "undefined": "Saint-Raphaël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.009405, - 43.948198 - ] - }, - "properties": { - "undefined": "Touët-sur-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.040892, - 43.589903 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.111934, - 43.570758 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.111934, - 43.570758 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.101737, - 43.571659 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.101737, - 43.571659 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074897, - 43.618336 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074897, - 43.618336 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.040892, - 43.589903 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.953956, - 43.5519 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927584, - 43.653981 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.953956, - 43.5519 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.997921, - 43.583708 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.997921, - 43.583708 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.108882, - 43.583317 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.108882, - 43.583317 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09906, - 43.589162 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09906, - 43.589162 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.051729, - 43.622951 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.051729, - 43.622951 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.954077, - 43.597811 - ] - }, - "properties": { - "undefined": "La Roquette-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.954077, - 43.597811 - ] - }, - "properties": { - "undefined": "La Roquette-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927584, - 43.653981 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03597, - 43.5397 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.125101, - 43.573163 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030741, - 43.624772 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.97701, - 43.643076 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.97701, - 43.643076 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955042, - 43.607211 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955042, - 43.607211 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.009405, - 43.948198 - ] - }, - "properties": { - "undefined": "Touët-sur-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955042, - 43.607211 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92296, - 43.651211 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92296, - 43.651211 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.000926, - 43.549382 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.000926, - 43.549382 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.125101, - 43.573163 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927584, - 43.653981 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959911, - 43.5515 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959911, - 43.5515 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959911, - 43.5515 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959911, - 43.5515 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959911, - 43.5515 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959911, - 43.5515 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959911, - 43.5515 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959911, - 43.5515 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.121963, - 43.70119 - ] - }, - "properties": { - "undefined": "Saint-Paul-de-Vence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.121963, - 43.70119 - ] - }, - "properties": { - "undefined": "Saint-Paul-de-Vence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927584, - 43.653981 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03597, - 43.5397 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955042, - 43.607211 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.096915, - 43.937045 - ] - }, - "properties": { - "undefined": "Villars-sur-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.895762, - 43.955964 - ] - }, - "properties": { - "undefined": "Puget-Théniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.761461, - 44.142858 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.761461, - 44.142858 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.854609, - 44.089531 - ] - }, - "properties": { - "undefined": "Guillaumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.854609, - 44.089531 - ] - }, - "properties": { - "undefined": "Guillaumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.829526, - 43.999862 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.835645, - 44.087471 - ] - }, - "properties": { - "undefined": "Sauze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.835645, - 44.087471 - ] - }, - "properties": { - "undefined": "Sauze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.906609, - 44.116352 - ] - }, - "properties": { - "undefined": "Péone" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.906609, - 44.116352 - ] - }, - "properties": { - "undefined": "Péone" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81205, - 44.026512 - ] - }, - "properties": { - "undefined": "Daluis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81205, - 44.026512 - ] - }, - "properties": { - "undefined": "Daluis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.895762, - 43.955964 - ] - }, - "properties": { - "undefined": "Puget-Théniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.096915, - 43.937045 - ] - }, - "properties": { - "undefined": "Villars-sur-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.892666, - 43.955574 - ] - }, - "properties": { - "undefined": "Puget-Théniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.892666, - 43.955574 - ] - }, - "properties": { - "undefined": "Puget-Théniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.990858, - 43.989648 - ] - }, - "properties": { - "undefined": "Rigaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.990858, - 43.989648 - ] - }, - "properties": { - "undefined": "Rigaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016601, - 43.995534 - ] - }, - "properties": { - "undefined": "Lieuche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016601, - 43.995534 - ] - }, - "properties": { - "undefined": "Lieuche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035057, - 44.032071 - ] - }, - "properties": { - "undefined": "Pierlas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035057, - 44.032071 - ] - }, - "properties": { - "undefined": "Pierlas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.989727, - 44.094825 - ] - }, - "properties": { - "undefined": "Beuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.989727, - 44.094825 - ] - }, - "properties": { - "undefined": "Beuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.095503, - 43.936102 - ] - }, - "properties": { - "undefined": "Villars-sur-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.853837, - 44.08881 - ] - }, - "properties": { - "undefined": "Guillaumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.853837, - 44.08881 - ] - }, - "properties": { - "undefined": "Guillaumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.725537, - 43.848226 - ] - }, - "properties": { - "undefined": "Saint-Auban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.725537, - 43.848226 - ] - }, - "properties": { - "undefined": "Saint-Auban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.008847, - 43.947858 - ] - }, - "properties": { - "undefined": "Touët-sur-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03772, - 43.53673 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03772, - 43.53673 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.022008, - 43.560735 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.022008, - 43.560735 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.044712, - 43.623628 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.008847, - 43.947858 - ] - }, - "properties": { - "undefined": "Touët-sur-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.044712, - 43.623628 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.935367, - 44.091897 - ] - }, - "properties": { - "undefined": "Péone" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.935367, - 44.091897 - ] - }, - "properties": { - "undefined": "Péone" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.935367, - 44.091897 - ] - }, - "properties": { - "undefined": "Péone" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.935367, - 44.091897 - ] - }, - "properties": { - "undefined": "Péone" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.928848, - 44.095253 - ] - }, - "properties": { - "undefined": "Guillaumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.928848, - 44.095253 - ] - }, - "properties": { - "undefined": "Guillaumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.928848, - 44.095253 - ] - }, - "properties": { - "undefined": "Guillaumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.928848, - 44.095253 - ] - }, - "properties": { - "undefined": "Guillaumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.952573, - 44.109989 - ] - }, - "properties": { - "undefined": "Péone" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.952573, - 44.109989 - ] - }, - "properties": { - "undefined": "Péone" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12429, - 43.589499 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12429, - 43.589499 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.802294, - 43.865682 - ] - }, - "properties": { - "undefined": "Gars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.802294, - 43.865682 - ] - }, - "properties": { - "undefined": "Gars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.095503, - 43.936102 - ] - }, - "properties": { - "undefined": "Villars-sur-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111309, - 50.665473 - ] - }, - "properties": { - "undefined": "Marcq-en-Barœul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111309, - 50.665473 - ] - }, - "properties": { - "undefined": "Marcq-en-Barœul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111309, - 50.665473 - ] - }, - "properties": { - "undefined": "Marcq-en-Barœul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111309, - 50.665473 - ] - }, - "properties": { - "undefined": "Marcq-en-Barœul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.381578, - 45.397149 - ] - }, - "properties": { - "undefined": "Arnac-Pompadour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.570625, - 45.442994 - ] - }, - "properties": { - "undefined": "Uzerche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.523637, - 45.10095 - ] - }, - "properties": { - "undefined": "Noailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.523637, - 45.10095 - ] - }, - "properties": { - "undefined": "Noailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.495816, - 45.051969 - ] - }, - "properties": { - "undefined": "Nespouls" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.495816, - 45.051969 - ] - }, - "properties": { - "undefined": "Nespouls" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.520462, - 45.541127 - ] - }, - "properties": { - "undefined": "Masseret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.520462, - 45.541127 - ] - }, - "properties": { - "undefined": "Masseret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.872822, - 45.367584 - ] - }, - "properties": { - "undefined": "Corrèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.872822, - 45.367584 - ] - }, - "properties": { - "undefined": "Corrèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.563502, - 45.424296 - ] - }, - "properties": { - "undefined": "Uzerche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.563502, - 45.424296 - ] - }, - "properties": { - "undefined": "Uzerche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.570625, - 45.442994 - ] - }, - "properties": { - "undefined": "Uzerche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.581699, - 45.22832 - ] - }, - "properties": { - "undefined": "Sainte-Féréole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.562014, - 45.426246 - ] - }, - "properties": { - "undefined": "Uzerche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.562014, - 45.426246 - ] - }, - "properties": { - "undefined": "Uzerche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.770483, - 45.264992 - ] - }, - "properties": { - "undefined": "Tulle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.770483, - 45.264992 - ] - }, - "properties": { - "undefined": "Tulle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.770483, - 45.264992 - ] - }, - "properties": { - "undefined": "Tulle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.770483, - 45.264992 - ] - }, - "properties": { - "undefined": "Tulle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.770483, - 45.264992 - ] - }, - "properties": { - "undefined": "Tulle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.770483, - 45.264992 - ] - }, - "properties": { - "undefined": "Tulle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430912, - 45.09254 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.430912, - 45.09254 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.581699, - 45.22832 - ] - }, - "properties": { - "undefined": "Sainte-Féréole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.475894, - 45.257628 - ] - }, - "properties": { - "undefined": "Allassac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.475894, - 45.257628 - ] - }, - "properties": { - "undefined": "Allassac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545809, - 45.222671 - ] - }, - "properties": { - "undefined": "Donzenac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.544331, - 45.164748 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.544331, - 45.164748 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.542987, - 45.164994 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.542987, - 45.164994 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.950778, - 45.291775 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.950778, - 45.291775 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.670771, - 45.17567 - ] - }, - "properties": { - "undefined": "Aubazines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.670771, - 45.17567 - ] - }, - "properties": { - "undefined": "Aubazines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.489849, - 45.0419 - ] - }, - "properties": { - "undefined": "Nespouls" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.489849, - 45.0419 - ] - }, - "properties": { - "undefined": "Nespouls" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545809, - 45.222671 - ] - }, - "properties": { - "undefined": "Donzenac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.478655, - 45.148654 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.457247, - 45.181659 - ] - }, - "properties": { - "undefined": "Varetz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.457247, - 45.181659 - ] - }, - "properties": { - "undefined": "Varetz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.507493, - 45.187074 - ] - }, - "properties": { - "undefined": "Ussac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.507493, - 45.187074 - ] - }, - "properties": { - "undefined": "Ussac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.580087, - 45.053508 - ] - }, - "properties": { - "undefined": "Turenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.580087, - 45.053508 - ] - }, - "properties": { - "undefined": "Turenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.851616, - 45.302048 - ] - }, - "properties": { - "undefined": "Gimel-les-Cascades" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.851616, - 45.302048 - ] - }, - "properties": { - "undefined": "Gimel-les-Cascades" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.941229, - 45.405899 - ] - }, - "properties": { - "undefined": "Sarran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.941229, - 45.405899 - ] - }, - "properties": { - "undefined": "Sarran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.381578, - 45.397149 - ] - }, - "properties": { - "undefined": "Arnac-Pompadour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.032484, - 45.272957 - ] - }, - "properties": { - "undefined": "Marcillac-la-Croisille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114273, - 45.392636 - ] - }, - "properties": { - "undefined": "Moustier-Ventadour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114273, - 45.392636 - ] - }, - "properties": { - "undefined": "Moustier-Ventadour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.032484, - 45.272957 - ] - }, - "properties": { - "undefined": "Marcillac-la-Croisille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.671406, - 45.056961 - ] - }, - "properties": { - "undefined": "Meyssac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.671406, - 45.056961 - ] - }, - "properties": { - "undefined": "Meyssac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.402562, - 45.442391 - ] - }, - "properties": { - "undefined": "Lubersac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.402562, - 45.442391 - ] - }, - "properties": { - "undefined": "Lubersac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.939504, - 45.094104 - ] - }, - "properties": { - "undefined": "Argentat-sur-Dordogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.939504, - 45.094104 - ] - }, - "properties": { - "undefined": "Argentat-sur-Dordogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.409911, - 45.264425 - ] - }, - "properties": { - "undefined": "Objat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.409911, - 45.264425 - ] - }, - "properties": { - "undefined": "Objat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.794784, - 45.535733 - ] - }, - "properties": { - "undefined": "Treignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.794784, - 45.535733 - ] - }, - "properties": { - "undefined": "Treignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8365, - 44.9785 - ] - }, - "properties": { - "undefined": "Beaulieu-sur-Dordogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8365, - 44.9785 - ] - }, - "properties": { - "undefined": "Beaulieu-sur-Dordogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.325366, - 45.248766 - ] - }, - "properties": { - "undefined": "Ayen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.325366, - 45.248766 - ] - }, - "properties": { - "undefined": "Ayen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.489812, - 45.041874 - ] - }, - "properties": { - "undefined": "Nespouls" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.489812, - 45.041874 - ] - }, - "properties": { - "undefined": "Nespouls" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.534797, - 45.162929 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.533348, - 45.156801 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.533348, - 45.156801 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.533704, - 45.159655 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.533704, - 45.159655 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.534797, - 45.162929 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.72254, - 45.581782 - ] - }, - "properties": { - "undefined": "Chamberet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.72254, - 45.581782 - ] - }, - "properties": { - "undefined": "Chamberet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046184, - 45.405044 - ] - }, - "properties": { - "undefined": "Égletons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.767277, - 45.313928 - ] - }, - "properties": { - "undefined": "Naves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.98696, - 44.983314 - ] - }, - "properties": { - "undefined": "Camps-Saint-Mathurin-Léobazel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.98696, - 44.983314 - ] - }, - "properties": { - "undefined": "Camps-Saint-Mathurin-Léobazel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.52392, - 45.227944 - ] - }, - "properties": { - "undefined": "Donzenac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.52392, - 45.227944 - ] - }, - "properties": { - "undefined": "Donzenac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.635647, - 45.273307 - ] - }, - "properties": { - "undefined": "Saint-Germain-les-Vergnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.635647, - 45.273307 - ] - }, - "properties": { - "undefined": "Saint-Germain-les-Vergnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.759414, - 45.257594 - ] - }, - "properties": { - "undefined": "Tulle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.759414, - 45.257594 - ] - }, - "properties": { - "undefined": "Tulle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.595673, - 45.177941 - ] - }, - "properties": { - "undefined": "Malemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.595673, - 45.177941 - ] - }, - "properties": { - "undefined": "Malemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.767277, - 45.313928 - ] - }, - "properties": { - "undefined": "Naves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046184, - 45.405044 - ] - }, - "properties": { - "undefined": "Égletons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.566751, - 45.427326 - ] - }, - "properties": { - "undefined": "Uzerche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.566751, - 45.427326 - ] - }, - "properties": { - "undefined": "Uzerche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.713402, - 45.366442 - ] - }, - "properties": { - "undefined": "Seilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.713402, - 45.366442 - ] - }, - "properties": { - "undefined": "Seilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.724899, - 45.125055 - ] - }, - "properties": { - "undefined": "Beynat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.724899, - 45.125055 - ] - }, - "properties": { - "undefined": "Beynat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.563527, - 45.170076 - ] - }, - "properties": { - "undefined": "Malemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.563527, - 45.170076 - ] - }, - "properties": { - "undefined": "Malemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.414614, - 45.121961 - ] - }, - "properties": { - "undefined": "Larche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.414614, - 45.121961 - ] - }, - "properties": { - "undefined": "Larche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.478655, - 45.148654 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.389289, - 45.739451 - ] - }, - "properties": { - "undefined": "La Rochefoucauld-en-Angoumois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.082316, - 45.69619 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.447453, - 45.820853 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.049567, - 45.624888 - ] - }, - "properties": { - "undefined": "Nersac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.673057, - 46.004187 - ] - }, - "properties": { - "undefined": "Confolens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.673057, - 46.004187 - ] - }, - "properties": { - "undefined": "Confolens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.673057, - 46.004187 - ] - }, - "properties": { - "undefined": "Confolens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.673057, - 46.004187 - ] - }, - "properties": { - "undefined": "Confolens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.447453, - 45.820853 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.447453, - 45.820853 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.447453, - 45.820853 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.174088, - 45.681636 - ] - }, - "properties": { - "undefined": "Jarnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197685, - 46.028155 - ] - }, - "properties": { - "undefined": "Ruffec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197685, - 46.028155 - ] - }, - "properties": { - "undefined": "Ruffec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.850099, - 46.003008 - ] - }, - "properties": { - "undefined": "Saint-Christophe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.850099, - 46.003008 - ] - }, - "properties": { - "undefined": "Saint-Christophe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.153052, - 45.470035 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.153052, - 45.470035 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.153052, - 45.470035 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.049567, - 45.624888 - ] - }, - "properties": { - "undefined": "Nersac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.174088, - 45.681636 - ] - }, - "properties": { - "undefined": "Jarnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.674923, - 45.88549 - ] - }, - "properties": { - "undefined": "Exideuil-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197387, - 45.662282 - ] - }, - "properties": { - "undefined": "L'Isle-d'Espagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.035488, - 45.272907 - ] - }, - "properties": { - "undefined": "Chalais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.035488, - 45.272907 - ] - }, - "properties": { - "undefined": "Chalais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.389289, - 45.739451 - ] - }, - "properties": { - "undefined": "La Rochefoucauld-en-Angoumois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.057746, - 45.600461 - ] - }, - "properties": { - "undefined": "Châteauneuf-sur-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.057746, - 45.600461 - ] - }, - "properties": { - "undefined": "Châteauneuf-sur-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.053886, - 45.599658 - ] - }, - "properties": { - "undefined": "Châteauneuf-sur-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.053886, - 45.599658 - ] - }, - "properties": { - "undefined": "Châteauneuf-sur-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197387, - 45.662282 - ] - }, - "properties": { - "undefined": "L'Isle-d'Espagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.250935, - 45.622856 - ] - }, - "properties": { - "undefined": "Garat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.142347, - 45.644203 - ] - }, - "properties": { - "undefined": "Saint-Même-les-Carrières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.142347, - 45.644203 - ] - }, - "properties": { - "undefined": "Saint-Même-les-Carrières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.158672, - 45.737022 - ] - }, - "properties": { - "undefined": "Sigogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.158672, - 45.737022 - ] - }, - "properties": { - "undefined": "Sigogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.093416, - 45.736952 - ] - }, - "properties": { - "undefined": "Vaux-Rouillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.093416, - 45.736952 - ] - }, - "properties": { - "undefined": "Vaux-Rouillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.250935, - 45.622856 - ] - }, - "properties": { - "undefined": "Garat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.153052, - 45.470035 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.154645, - 45.585627 - ] - }, - "properties": { - "undefined": "Vœuil-et-Giget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.154645, - 45.585627 - ] - }, - "properties": { - "undefined": "Vœuil-et-Giget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.153031, - 45.473186 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.116474, - 45.953819 - ] - }, - "properties": { - "undefined": "Charmé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.71928, - 45.874187 - ] - }, - "properties": { - "undefined": "Chabanais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.71928, - 45.874187 - ] - }, - "properties": { - "undefined": "Chabanais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.044549, - 45.331318 - ] - }, - "properties": { - "undefined": "Brossac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.044549, - 45.331318 - ] - }, - "properties": { - "undefined": "Brossac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.158139, - 45.470455 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.158139, - 45.470455 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.153031, - 45.473186 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.228827, - 45.678441 - ] - }, - "properties": { - "undefined": "Ruelle-sur-Touvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.158627, - 45.472511 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.158627, - 45.472511 - ] - }, - "properties": { - "undefined": "Barbezieux-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.512917, - 46.026398 - ] - }, - "properties": { - "undefined": "Alloue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.512917, - 46.026398 - ] - }, - "properties": { - "undefined": "Alloue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.028132, - 45.894077 - ] - }, - "properties": { - "undefined": "Aigre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.028132, - 45.894077 - ] - }, - "properties": { - "undefined": "Aigre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.010372, - 45.893837 - ] - }, - "properties": { - "undefined": "Aigre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.116474, - 45.953819 - ] - }, - "properties": { - "undefined": "Charmé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.455497, - 45.822887 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.455497, - 45.822887 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.448823, - 45.824127 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.228827, - 45.678441 - ] - }, - "properties": { - "undefined": "Ruelle-sur-Touvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.050373, - 45.599652 - ] - }, - "properties": { - "undefined": "Châteauneuf-sur-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.050373, - 45.599652 - ] - }, - "properties": { - "undefined": "Châteauneuf-sur-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.782702, - 45.894882 - ] - }, - "properties": { - "undefined": "Étagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.277132, - 45.557682 - ] - }, - "properties": { - "undefined": "Dignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.277132, - 45.557682 - ] - }, - "properties": { - "undefined": "Dignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.134252, - 45.987717 - ] - }, - "properties": { - "undefined": "Courcôme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.134252, - 45.987717 - ] - }, - "properties": { - "undefined": "Courcôme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.668719, - 46.019272 - ] - }, - "properties": { - "undefined": "Confolens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.668719, - 46.019272 - ] - }, - "properties": { - "undefined": "Confolens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.673548, - 46.015385 - ] - }, - "properties": { - "undefined": "Confolens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.673548, - 46.015385 - ] - }, - "properties": { - "undefined": "Confolens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.452225, - 45.824615 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.452225, - 45.824615 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.448823, - 45.824127 - ] - }, - "properties": { - "undefined": "Chasseneuil-sur-Bonnieure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.500211, - 45.665909 - ] - }, - "properties": { - "undefined": "Montbron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.500211, - 45.665909 - ] - }, - "properties": { - "undefined": "Montbron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.276775, - 45.48212 - ] - }, - "properties": { - "undefined": "Villebois-Lavalette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.742937, - 45.828297 - ] - }, - "properties": { - "undefined": "Pressignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13251, - 45.398552 - ] - }, - "properties": { - "undefined": "Montmoreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.897107, - 45.983635 - ] - }, - "properties": { - "undefined": "Montrollet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.897107, - 45.983635 - ] - }, - "properties": { - "undefined": "Montrollet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.123815, - 45.553669 - ] - }, - "properties": { - "undefined": "Mouthiers-sur-Boëme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.123815, - 45.553669 - ] - }, - "properties": { - "undefined": "Mouthiers-sur-Boëme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.784798, - 46.121174 - ] - }, - "properties": { - "undefined": "Oradour-Fanais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.784798, - 46.121174 - ] - }, - "properties": { - "undefined": "Oradour-Fanais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.742937, - 45.828297 - ] - }, - "properties": { - "undefined": "Pressignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.007294, - 45.953514 - ] - }, - "properties": { - "undefined": "Saint-Fraigne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.064496, - 45.774048 - ] - }, - "properties": { - "undefined": "Rouillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.064496, - 45.774048 - ] - }, - "properties": { - "undefined": "Rouillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.065062, - 45.775581 - ] - }, - "properties": { - "undefined": "Rouillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.065062, - 45.775581 - ] - }, - "properties": { - "undefined": "Rouillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.140125, - 45.804214 - ] - }, - "properties": { - "undefined": "Saint-Amant-de-Boixe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.140125, - 45.804214 - ] - }, - "properties": { - "undefined": "Saint-Amant-de-Boixe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.466107, - 45.894127 - ] - }, - "properties": { - "undefined": "Saint-Claud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13251, - 45.398552 - ] - }, - "properties": { - "undefined": "Montmoreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.142127, - 45.450443 - ] - }, - "properties": { - "undefined": "Montmoreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.142127, - 45.450443 - ] - }, - "properties": { - "undefined": "Montmoreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130669, - 45.397438 - ] - }, - "properties": { - "undefined": "Montmoreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.109904, - 45.887856 - ] - }, - "properties": { - "undefined": "Luxé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.109904, - 45.887856 - ] - }, - "properties": { - "undefined": "Luxé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.177472, - 45.852036 - ] - }, - "properties": { - "undefined": "Maine-de-Boixe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.177472, - 45.852036 - ] - }, - "properties": { - "undefined": "Maine-de-Boixe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.178614, - 45.875145 - ] - }, - "properties": { - "undefined": "Mansle-les-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.178614, - 45.875145 - ] - }, - "properties": { - "undefined": "Mansle-les-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.443896, - 45.611801 - ] - }, - "properties": { - "undefined": "Marthon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.443896, - 45.611801 - ] - }, - "properties": { - "undefined": "Marthon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.652945, - 45.779949 - ] - }, - "properties": { - "undefined": "Massignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.652945, - 45.779949 - ] - }, - "properties": { - "undefined": "Massignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.782702, - 45.894882 - ] - }, - "properties": { - "undefined": "Étagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.082316, - 45.69619 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.551885, - 45.777496 - ] - }, - "properties": { - "undefined": "Montembœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.551885, - 45.777496 - ] - }, - "properties": { - "undefined": "Montembœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130669, - 45.397438 - ] - }, - "properties": { - "undefined": "Montmoreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.466107, - 45.894127 - ] - }, - "properties": { - "undefined": "Saint-Claud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.007294, - 45.953514 - ] - }, - "properties": { - "undefined": "Saint-Fraigne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.276775, - 45.48212 - ] - }, - "properties": { - "undefined": "Villebois-Lavalette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.360679, - 45.737043 - ] - }, - "properties": { - "undefined": "La Rochefoucauld-en-Angoumois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.23647, - 45.383097 - ] - }, - "properties": { - "undefined": "Baignes-Sainte-Radegonde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.23647, - 45.383097 - ] - }, - "properties": { - "undefined": "Baignes-Sainte-Radegonde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.043452, - 45.271091 - ] - }, - "properties": { - "undefined": "Chalais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.043452, - 45.271091 - ] - }, - "properties": { - "undefined": "Chalais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.174193, - 45.678883 - ] - }, - "properties": { - "undefined": "Jarnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.174193, - 45.678883 - ] - }, - "properties": { - "undefined": "Jarnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.360679, - 45.737043 - ] - }, - "properties": { - "undefined": "La Rochefoucauld-en-Angoumois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.124428, - 45.782601 - ] - }, - "properties": { - "undefined": "Montignac-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.250624, - 45.312988 - ] - }, - "properties": { - "undefined": "Saint-Séverin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.124428, - 45.782601 - ] - }, - "properties": { - "undefined": "Montignac-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.411413, - 45.992661 - ] - }, - "properties": { - "undefined": "Champagne-Mouton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.411413, - 45.992661 - ] - }, - "properties": { - "undefined": "Champagne-Mouton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.074098, - 45.814956 - ] - }, - "properties": { - "undefined": "Vouharte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.074098, - 45.814956 - ] - }, - "properties": { - "undefined": "Vouharte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22732, - 45.982833 - ] - }, - "properties": { - "undefined": "Verteuil-sur-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22732, - 45.982833 - ] - }, - "properties": { - "undefined": "Verteuil-sur-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.169304, - 45.271808 - ] - }, - "properties": { - "undefined": "Aubeterre-sur-Dronne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.169304, - 45.271808 - ] - }, - "properties": { - "undefined": "Aubeterre-sur-Dronne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.646388, - 45.993485 - ] - }, - "properties": { - "undefined": "Ansac-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.646388, - 45.993485 - ] - }, - "properties": { - "undefined": "Ansac-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.250624, - 45.312988 - ] - }, - "properties": { - "undefined": "Saint-Séverin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.162199, - 45.959202 - ] - }, - "properties": { - "undefined": "Salles-de-Villefagnan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.162199, - 45.959202 - ] - }, - "properties": { - "undefined": "Salles-de-Villefagnan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.582232, - 45.886162 - ] - }, - "properties": { - "undefined": "Terres-de-Haute-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.582232, - 45.886162 - ] - }, - "properties": { - "undefined": "Terres-de-Haute-Charente" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.307256, - 45.887142 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.307256, - 45.887142 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.127878, - 45.760067 - ] - }, - "properties": { - "undefined": "Vars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.127878, - 45.760067 - ] - }, - "properties": { - "undefined": "Vars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.122785, - 45.762363 - ] - }, - "properties": { - "undefined": "Vars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.122785, - 45.762363 - ] - }, - "properties": { - "undefined": "Vars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.106897, - 45.882244 - ] - }, - "properties": { - "undefined": "Verdille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.106897, - 45.882244 - ] - }, - "properties": { - "undefined": "Verdille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.033299, - 45.476361 - ] - }, - "properties": { - "undefined": "Coteaux-du-Blanzacais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.033299, - 45.476361 - ] - }, - "properties": { - "undefined": "Coteaux-du-Blanzacais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.010372, - 45.893837 - ] - }, - "properties": { - "undefined": "Aigre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.674923, - 45.88549 - ] - }, - "properties": { - "undefined": "Exideuil-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.512033, - 43.500191 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.446297, - 43.339203 - ] - }, - "properties": { - "undefined": "Espelette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.350787, - 43.265263 - ] - }, - "properties": { - "undefined": "Bidarray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59103, - 43.437927 - ] - }, - "properties": { - "undefined": "Bidart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59103, - 43.437927 - ] - }, - "properties": { - "undefined": "Bidart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.398105, - 43.302116 - ] - }, - "properties": { - "undefined": "Billère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.398105, - 43.302116 - ] - }, - "properties": { - "undefined": "Billère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.384321, - 43.31488 - ] - }, - "properties": { - "undefined": "Billère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.384321, - 43.31488 - ] - }, - "properties": { - "undefined": "Billère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352839, - 43.288059 - ] - }, - "properties": { - "undefined": "Bizanos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352839, - 43.288059 - ] - }, - "properties": { - "undefined": "Bizanos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.281022, - 43.234398 - ] - }, - "properties": { - "undefined": "Bordes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.281022, - 43.234398 - ] - }, - "properties": { - "undefined": "Bordes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.362168, - 43.220955 - ] - }, - "properties": { - "undefined": "Bosdarros" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.362168, - 43.220955 - ] - }, - "properties": { - "undefined": "Bosdarros" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.490235, - 43.523514 - ] - }, - "properties": { - "undefined": "Boucau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.490235, - 43.523514 - ] - }, - "properties": { - "undefined": "Boucau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.400397, - 43.360764 - ] - }, - "properties": { - "undefined": "Cambo-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.400397, - 43.360764 - ] - }, - "properties": { - "undefined": "Cambo-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.400544, - 43.360828 - ] - }, - "properties": { - "undefined": "Cambo-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.400544, - 43.360828 - ] - }, - "properties": { - "undefined": "Cambo-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.013904, - 43.375095 - ] - }, - "properties": { - "undefined": "Casteide-Doat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.013904, - 43.375095 - ] - }, - "properties": { - "undefined": "Casteide-Doat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.877405, - 43.231102 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.877405, - 43.231102 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.665693, - 43.382233 - ] - }, - "properties": { - "undefined": "Ciboure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.665693, - 43.382233 - ] - }, - "properties": { - "undefined": "Ciboure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.242255, - 43.181904 - ] - }, - "properties": { - "undefined": "Coarraze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.242255, - 43.181904 - ] - }, - "properties": { - "undefined": "Coarraze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510176, - 43.361061 - ] - }, - "properties": { - "undefined": "Denguin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510176, - 43.361061 - ] - }, - "properties": { - "undefined": "Denguin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.350787, - 43.265263 - ] - }, - "properties": { - "undefined": "Bidarray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.138647, - 43.483562 - ] - }, - "properties": { - "undefined": "Bidache" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.138647, - 43.483562 - ] - }, - "properties": { - "undefined": "Bidache" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.470652, - 43.491817 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.509453, - 43.446564 - ] - }, - "properties": { - "undefined": "Bassussarry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498578, - 43.479191 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498578, - 43.479191 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.466206, - 43.494068 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.466206, - 43.494068 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.455062, - 43.499332 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.455062, - 43.499332 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.472567, - 43.495884 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.472567, - 43.495884 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.477648, - 43.493511 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.477648, - 43.493511 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.479587, - 43.480652 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.479587, - 43.480652 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.470652, - 43.491817 - ] - }, - "properties": { - "undefined": "Bayonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.548945, - 43.486942 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.601011, - 43.00021 - ] - }, - "properties": { - "undefined": "Bedous" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.601011, - 43.00021 - ] - }, - "properties": { - "undefined": "Bedous" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.213154, - 43.191563 - ] - }, - "properties": { - "undefined": "Bénéjacq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.213154, - 43.191563 - ] - }, - "properties": { - "undefined": "Bénéjacq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.565975, - 43.476482 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.565975, - 43.476482 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.554001, - 43.477989 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.554001, - 43.477989 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.563354, - 43.480667 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.563354, - 43.480667 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.546907, - 43.477184 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.546907, - 43.477184 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.548945, - 43.486942 - ] - }, - "properties": { - "undefined": "Biarritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.446297, - 43.339203 - ] - }, - "properties": { - "undefined": "Espelette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.163053, - 43.245216 - ] - }, - "properties": { - "undefined": "Espoey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.20519, - 43.474678 - ] - }, - "properties": { - "undefined": "Bardos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.163053, - 43.245216 - ] - }, - "properties": { - "undefined": "Espoey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.428099, - 42.987434 - ] - }, - "properties": { - "undefined": "Laruns" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.428099, - 42.987434 - ] - }, - "properties": { - "undefined": "Laruns" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478445, - 43.222603 - ] - }, - "properties": { - "undefined": "Lasseube" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478445, - 43.222603 - ] - }, - "properties": { - "undefined": "Lasseube" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.112355, - 43.449062 - ] - }, - "properties": { - "undefined": "Lembeye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.112355, - 43.449062 - ] - }, - "properties": { - "undefined": "Lembeye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.397803, - 43.323635 - ] - }, - "properties": { - "undefined": "Lons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.397803, - 43.323635 - ] - }, - "properties": { - "undefined": "Lons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.392011, - 43.324577 - ] - }, - "properties": { - "undefined": "Lons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.392011, - 43.324577 - ] - }, - "properties": { - "undefined": "Lons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.350442, - 43.316139 - ] - }, - "properties": { - "undefined": "Louhossoa" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.350442, - 43.316139 - ] - }, - "properties": { - "undefined": "Louhossoa" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8925, - 43.22081 - ] - }, - "properties": { - "undefined": "Mauléon-Licharre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8925, - 43.22081 - ] - }, - "properties": { - "undefined": "Mauléon-Licharre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355827, - 43.279404 - ] - }, - "properties": { - "undefined": "Mazères-Lezons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355827, - 43.279404 - ] - }, - "properties": { - "undefined": "Mazères-Lezons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.470634, - 43.445972 - ] - }, - "properties": { - "undefined": "Mazerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.470634, - 43.445972 - ] - }, - "properties": { - "undefined": "Mazerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.579099, - 43.322563 - ] - }, - "properties": { - "undefined": "Monein" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.579099, - 43.322563 - ] - }, - "properties": { - "undefined": "Monein" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.348866, - 43.369244 - ] - }, - "properties": { - "undefined": "Montardon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.348866, - 43.369244 - ] - }, - "properties": { - "undefined": "Montardon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.199239, - 43.12558 - ] - }, - "properties": { - "undefined": "Montaut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.199239, - 43.12558 - ] - }, - "properties": { - "undefined": "Montaut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25093, - 43.339058 - ] - }, - "properties": { - "undefined": "Morlaàs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25093, - 43.339058 - ] - }, - "properties": { - "undefined": "Morlaàs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.264224, - 43.344501 - ] - }, - "properties": { - "undefined": "Morlaàs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.264224, - 43.344501 - ] - }, - "properties": { - "undefined": "Morlaàs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.420695, - 43.468288 - ] - }, - "properties": { - "undefined": "Mouguerre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.093103, - 43.230892 - ] - }, - "properties": { - "undefined": "Larceveau-Arros-Cibits" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.093103, - 43.230892 - ] - }, - "properties": { - "undefined": "Larceveau-Arros-Cibits" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386753, - 43.487186 - ] - }, - "properties": { - "undefined": "Lahonce" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.244016, - 43.306767 - ] - }, - "properties": { - "undefined": "Hélette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.387803, - 43.231609 - ] - }, - "properties": { - "undefined": "Gan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.387803, - 43.231609 - ] - }, - "properties": { - "undefined": "Gan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.273733, - 43.558586 - ] - }, - "properties": { - "undefined": "Garlin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.273733, - 43.558586 - ] - }, - "properties": { - "undefined": "Garlin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.370771, - 43.285103 - ] - }, - "properties": { - "undefined": "Gelos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.370771, - 43.285103 - ] - }, - "properties": { - "undefined": "Gelos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.052827, - 43.252918 - ] - }, - "properties": { - "undefined": "Ger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.052827, - 43.252918 - ] - }, - "properties": { - "undefined": "Ger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.608876, - 43.424664 - ] - }, - "properties": { - "undefined": "Guéthary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.608876, - 43.424664 - ] - }, - "properties": { - "undefined": "Guéthary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.303562, - 43.385555 - ] - }, - "properties": { - "undefined": "Hasparren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.303562, - 43.385555 - ] - }, - "properties": { - "undefined": "Hasparren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.244016, - 43.306767 - ] - }, - "properties": { - "undefined": "Hélette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.781185, - 43.368279 - ] - }, - "properties": { - "undefined": "Hendaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386753, - 43.487186 - ] - }, - "properties": { - "undefined": "Lahonce" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.781185, - 43.368279 - ] - }, - "properties": { - "undefined": "Hendaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772589, - 43.346947 - ] - }, - "properties": { - "undefined": "Hendaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772589, - 43.346947 - ] - }, - "properties": { - "undefined": "Hendaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.428592, - 43.388065 - ] - }, - "properties": { - "undefined": "Jatxou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.428592, - 43.388065 - ] - }, - "properties": { - "undefined": "Jatxou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.391359, - 43.285931 - ] - }, - "properties": { - "undefined": "Jurançon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.391359, - 43.285931 - ] - }, - "properties": { - "undefined": "Jurançon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.256211, - 43.429482 - ] - }, - "properties": { - "undefined": "La Bastide-Clairence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.256211, - 43.429482 - ] - }, - "properties": { - "undefined": "La Bastide-Clairence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.850575, - 43.381123 - ] - }, - "properties": { - "undefined": "Laàs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.850575, - 43.381123 - ] - }, - "properties": { - "undefined": "Laàs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.616958, - 43.411995 - ] - }, - "properties": { - "undefined": "Lacq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.616958, - 43.411995 - ] - }, - "properties": { - "undefined": "Lacq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.509453, - 43.446564 - ] - }, - "properties": { - "undefined": "Bassussarry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.20519, - 43.474678 - ] - }, - "properties": { - "undefined": "Bardos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.512033, - 43.500191 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.03606, - 43.328079 - ] - }, - "properties": { - "undefined": "Saint-Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.298317, - 43.234406 - ] - }, - "properties": { - "undefined": "Ossès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.268858, - 43.284081 - ] - }, - "properties": { - "undefined": "Ousse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.268858, - 43.284081 - ] - }, - "properties": { - "undefined": "Ousse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.354209, - 43.295143 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.354209, - 43.295143 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.366184, - 43.332508 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.366184, - 43.332508 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.366184, - 43.332508 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.366184, - 43.332508 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.370207, - 43.302959 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.370207, - 43.302959 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365129, - 43.310795 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365129, - 43.310795 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478742, - 43.346134 - ] - }, - "properties": { - "undefined": "Poey-de-Lescar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478742, - 43.346134 - ] - }, - "properties": { - "undefined": "Poey-de-Lescar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.113234, - 43.184776 - ] - }, - "properties": { - "undefined": "Pontacq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.113234, - 43.184776 - ] - }, - "properties": { - "undefined": "Pontacq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.550943, - 43.432129 - ] - }, - "properties": { - "undefined": "Arbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.915612, - 43.526646 - ] - }, - "properties": { - "undefined": "Puyoô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30609, - 43.378071 - ] - }, - "properties": { - "undefined": "Saint-Castin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30609, - 43.378071 - ] - }, - "properties": { - "undefined": "Saint-Castin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.340355, - 43.178417 - ] - }, - "properties": { - "undefined": "Saint-Étienne-de-Baïgorry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.340355, - 43.178417 - ] - }, - "properties": { - "undefined": "Saint-Étienne-de-Baïgorry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.658076, - 43.387047 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Luz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.658076, - 43.387047 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Luz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.661432, - 43.385006 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Luz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.661432, - 43.385006 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Luz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.233588, - 43.165531 - ] - }, - "properties": { - "undefined": "Saint-Jean-Pied-de-Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.233588, - 43.165531 - ] - }, - "properties": { - "undefined": "Saint-Jean-Pied-de-Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.298317, - 43.234406 - ] - }, - "properties": { - "undefined": "Ossès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77348, - 43.487251 - ] - }, - "properties": { - "undefined": "Orthez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77348, - 43.487251 - ] - }, - "properties": { - "undefined": "Orthez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.630113, - 43.370914 - ] - }, - "properties": { - "undefined": "Mourenx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.52123, - 43.526859 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.52123, - 43.526859 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.515348, - 43.482128 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.515348, - 43.482128 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.51197, - 43.48389 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.51197, - 43.48389 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.51197, - 43.48389 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.51197, - 43.48389 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.528599, - 43.49427 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.528599, - 43.49427 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.542654, - 43.499855 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.542654, - 43.499855 - ] - }, - "properties": { - "undefined": "Anglet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.420695, - 43.468288 - ] - }, - "properties": { - "undefined": "Mouguerre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.630113, - 43.370914 - ] - }, - "properties": { - "undefined": "Mourenx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77197, - 43.48888 - ] - }, - "properties": { - "undefined": "Orthez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342253, - 43.415913 - ] - }, - "properties": { - "undefined": "Navailles-Angos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342253, - 43.415913 - ] - }, - "properties": { - "undefined": "Navailles-Angos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.760931, - 43.323807 - ] - }, - "properties": { - "undefined": "Navarrenx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.760931, - 43.323807 - ] - }, - "properties": { - "undefined": "Navarrenx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.260889, - 43.178398 - ] - }, - "properties": { - "undefined": "Nay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.260889, - 43.178398 - ] - }, - "properties": { - "undefined": "Nay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502143, - 43.153542 - ] - }, - "properties": { - "undefined": "Ogeu-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502143, - 43.153542 - ] - }, - "properties": { - "undefined": "Ogeu-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604778, - 43.193943 - ] - }, - "properties": { - "undefined": "Oloron-Sainte-Marie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604778, - 43.193943 - ] - }, - "properties": { - "undefined": "Oloron-Sainte-Marie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612117, - 43.194351 - ] - }, - "properties": { - "undefined": "Oloron-Sainte-Marie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612117, - 43.194351 - ] - }, - "properties": { - "undefined": "Oloron-Sainte-Marie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.77197, - 43.48888 - ] - }, - "properties": { - "undefined": "Orthez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.03606, - 43.328079 - ] - }, - "properties": { - "undefined": "Saint-Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.549645, - 43.353794 - ] - }, - "properties": { - "undefined": "Saint-Pée-sur-Nivelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25735, - 43.142101 - ] - }, - "properties": { - "undefined": "Asson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.549645, - 43.353794 - ] - }, - "properties": { - "undefined": "Saint-Pée-sur-Nivelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3265, - 43.325056 - ] - }, - "properties": { - "undefined": "Pau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.651662, - 43.433836 - ] - }, - "properties": { - "undefined": "Mont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.651662, - 43.433836 - ] - }, - "properties": { - "undefined": "Mont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.586527, - 43.444202 - ] - }, - "properties": { - "undefined": "Bidart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.586527, - 43.444202 - ] - }, - "properties": { - "undefined": "Bidart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.550943, - 43.432129 - ] - }, - "properties": { - "undefined": "Arbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.506672, - 43.334591 - ] - }, - "properties": { - "undefined": "Arbus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.506672, - 43.334591 - ] - }, - "properties": { - "undefined": "Arbus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.522298, - 43.437332 - ] - }, - "properties": { - "undefined": "Arcangues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.522298, - 43.437332 - ] - }, - "properties": { - "undefined": "Arcangues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.689243, - 43.260807 - ] - }, - "properties": { - "undefined": "Aren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.689243, - 43.260807 - ] - }, - "properties": { - "undefined": "Aren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.715234, - 43.095051 - ] - }, - "properties": { - "undefined": "Arette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.715234, - 43.095051 - ] - }, - "properties": { - "undefined": "Arette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.744628, - 42.977497 - ] - }, - "properties": { - "undefined": "Arette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.744628, - 42.977497 - ] - }, - "properties": { - "undefined": "Arette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.615299, - 43.464344 - ] - }, - "properties": { - "undefined": "Arthez-de-Béarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.615299, - 43.464344 - ] - }, - "properties": { - "undefined": "Arthez-de-Béarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.249037, - 43.275677 - ] - }, - "properties": { - "undefined": "Artigueloutan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.249037, - 43.275677 - ] - }, - "properties": { - "undefined": "Artigueloutan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.475503, - 43.31702 - ] - }, - "properties": { - "undefined": "Artiguelouve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.475503, - 43.31702 - ] - }, - "properties": { - "undefined": "Artiguelouve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.429515, - 43.103352 - ] - }, - "properties": { - "undefined": "Arudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.429515, - 43.103352 - ] - }, - "properties": { - "undefined": "Arudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.410083, - 43.534473 - ] - }, - "properties": { - "undefined": "Arzacq-Arraziguet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.410083, - 43.534473 - ] - }, - "properties": { - "undefined": "Arzacq-Arraziguet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.618273, - 43.345978 - ] - }, - "properties": { - "undefined": "Ascain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.618273, - 43.345978 - ] - }, - "properties": { - "undefined": "Ascain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25735, - 43.142101 - ] - }, - "properties": { - "undefined": "Asson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.454603, - 43.436344 - ] - }, - "properties": { - "undefined": "Villefranque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.454603, - 43.436344 - ] - }, - "properties": { - "undefined": "Villefranque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.432928, - 43.39959 - ] - }, - "properties": { - "undefined": "Uzein" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.377164, - 43.379723 - ] - }, - "properties": { - "undefined": "Serres-Castet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.458963, - 43.47879 - ] - }, - "properties": { - "undefined": "Saint-Pierre-d'Irube" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.458963, - 43.47879 - ] - }, - "properties": { - "undefined": "Saint-Pierre-d'Irube" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9301, - 43.472912 - ] - }, - "properties": { - "undefined": "Salies-de-Béarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9301, - 43.472912 - ] - }, - "properties": { - "undefined": "Salies-de-Béarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.579401, - 43.313419 - ] - }, - "properties": { - "undefined": "Sare" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.579401, - 43.313419 - ] - }, - "properties": { - "undefined": "Sare" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67319, - 43.551067 - ] - }, - "properties": { - "undefined": "Sault-de-Navailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67319, - 43.551067 - ] - }, - "properties": { - "undefined": "Sault-de-Navailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.386747, - 43.403503 - ] - }, - "properties": { - "undefined": "Sauvagnon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.386747, - 43.403503 - ] - }, - "properties": { - "undefined": "Sauvagnon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.940464, - 43.400017 - ] - }, - "properties": { - "undefined": "Sauveterre-de-Béarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.940464, - 43.400017 - ] - }, - "properties": { - "undefined": "Sauveterre-de-Béarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.377164, - 43.379723 - ] - }, - "properties": { - "undefined": "Serres-Castet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.189169, - 43.266113 - ] - }, - "properties": { - "undefined": "Soumoulou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.432928, - 43.39959 - ] - }, - "properties": { - "undefined": "Uzein" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.189169, - 43.266113 - ] - }, - "properties": { - "undefined": "Soumoulou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.864163, - 43.116352 - ] - }, - "properties": { - "undefined": "Tardets-Sorholus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.864163, - 43.116352 - ] - }, - "properties": { - "undefined": "Tardets-Sorholus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.336469, - 43.485744 - ] - }, - "properties": { - "undefined": "Urcuit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.336469, - 43.485744 - ] - }, - "properties": { - "undefined": "Urcuit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.697669, - 43.363674 - ] - }, - "properties": { - "undefined": "Urrugne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.697669, - 43.363674 - ] - }, - "properties": { - "undefined": "Urrugne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.698865, - 43.360786 - ] - }, - "properties": { - "undefined": "Urrugne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.698865, - 43.360786 - ] - }, - "properties": { - "undefined": "Urrugne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.292284, - 43.494446 - ] - }, - "properties": { - "undefined": "Urt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.292284, - 43.494446 - ] - }, - "properties": { - "undefined": "Urt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.455624, - 43.397102 - ] - }, - "properties": { - "undefined": "Ustaritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.455624, - 43.397102 - ] - }, - "properties": { - "undefined": "Ustaritz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.915612, - 43.526646 - ] - }, - "properties": { - "undefined": "Puyoô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.675936, - 46.244125 - ] - }, - "properties": { - "undefined": "Jullié" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.720659, - 45.985401 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.536185, - 45.642682 - ] - }, - "properties": { - "undefined": "Saint-Martin-en-Haut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825081, - 45.628819 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825081, - 45.628819 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.489594, - 45.293211 - ] - }, - "properties": { - "undefined": "Saint-Sauveur-en-Rue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.489594, - 45.293211 - ] - }, - "properties": { - "undefined": "Saint-Sauveur-en-Rue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.575699, - 45.907782 - ] - }, - "properties": { - "undefined": "Légny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.646585, - 46.087432 - ] - }, - "properties": { - "undefined": "Odenas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.646585, - 46.087432 - ] - }, - "properties": { - "undefined": "Odenas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.646585, - 46.087432 - ] - }, - "properties": { - "undefined": "Odenas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714888, - 45.859648 - ] - }, - "properties": { - "undefined": "Civrieux-d'Azergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714888, - 45.859648 - ] - }, - "properties": { - "undefined": "Civrieux-d'Azergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.669453, - 45.965676 - ] - }, - "properties": { - "undefined": "Porte des Pierres Dorées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.669453, - 45.965676 - ] - }, - "properties": { - "undefined": "Porte des Pierres Dorées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717496, - 45.986943 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717496, - 45.986943 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717496, - 45.986943 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717496, - 45.986943 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71603, - 45.99157 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71603, - 45.99157 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71603, - 45.99157 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777867, - 45.479026 - ] - }, - "properties": { - "undefined": "Tupin-et-Semons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777867, - 45.479026 - ] - }, - "properties": { - "undefined": "Tupin-et-Semons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.777867, - 45.479026 - ] - }, - "properties": { - "undefined": "Tupin-et-Semons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.072008, - 45.712338 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.557323, - 46.027767 - ] - }, - "properties": { - "undefined": "Saint-Cyr-le-Chatoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.720225, - 46.212433 - ] - }, - "properties": { - "undefined": "Chénas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.720225, - 46.212433 - ] - }, - "properties": { - "undefined": "Chénas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.551768, - 45.776551 - ] - }, - "properties": { - "undefined": "Bessenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.551768, - 45.776551 - ] - }, - "properties": { - "undefined": "Bessenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.607217, - 45.91693 - ] - }, - "properties": { - "undefined": "Bagnols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.607217, - 45.91693 - ] - }, - "properties": { - "undefined": "Bagnols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.072008, - 45.712338 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401897, - 46.22657 - ] - }, - "properties": { - "undefined": "Saint-Clément-de-Vers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.028857, - 45.691996 - ] - }, - "properties": { - "undefined": "Saint-Bonnet-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401897, - 46.22657 - ] - }, - "properties": { - "undefined": "Saint-Clément-de-Vers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.720416, - 45.988316 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.720416, - 45.988316 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714729, - 45.989853 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714729, - 45.989853 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714729, - 45.989853 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.028857, - 45.691996 - ] - }, - "properties": { - "undefined": "Saint-Bonnet-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.028857, - 45.691996 - ] - }, - "properties": { - "undefined": "Saint-Bonnet-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71603, - 45.99157 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.536185, - 45.642682 - ] - }, - "properties": { - "undefined": "Saint-Martin-en-Haut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.934166, - 45.626426 - ] - }, - "properties": { - "undefined": "Chaponnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.634883, - 46.040888 - ] - }, - "properties": { - "undefined": "Salles-Arbuissonnas-en-Beaujolais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.752542, - 46.108371 - ] - }, - "properties": { - "undefined": "Belleville-en-Beaujolais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.752542, - 46.108371 - ] - }, - "properties": { - "undefined": "Belleville-en-Beaujolais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714179, - 45.836536 - ] - }, - "properties": { - "undefined": "Dommartin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714179, - 45.836536 - ] - }, - "properties": { - "undefined": "Dommartin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711515, - 45.877443 - ] - }, - "properties": { - "undefined": "Chazay-d'Azergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711515, - 45.877443 - ] - }, - "properties": { - "undefined": "Chazay-d'Azergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.821907, - 45.495687 - ] - }, - "properties": { - "undefined": "Ampuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.821907, - 45.495687 - ] - }, - "properties": { - "undefined": "Ampuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.536011, - 46.207105 - ] - }, - "properties": { - "undefined": "Deux-Grosnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.536011, - 46.207105 - ] - }, - "properties": { - "undefined": "Deux-Grosnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.587281, - 46.153978 - ] - }, - "properties": { - "undefined": "Beaujeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.587281, - 46.153978 - ] - }, - "properties": { - "undefined": "Beaujeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.729213, - 46.111418 - ] - }, - "properties": { - "undefined": "Belleville-en-Beaujolais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.729213, - 46.111418 - ] - }, - "properties": { - "undefined": "Belleville-en-Beaujolais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.751429, - 46.104656 - ] - }, - "properties": { - "undefined": "Belleville-en-Beaujolais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.751429, - 46.104656 - ] - }, - "properties": { - "undefined": "Belleville-en-Beaujolais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.673493, - 45.620682 - ] - }, - "properties": { - "undefined": "Mornant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.673493, - 45.620682 - ] - }, - "properties": { - "undefined": "Mornant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.563659, - 45.657817 - ] - }, - "properties": { - "undefined": "Saint-Martin-en-Haut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.752542, - 46.108371 - ] - }, - "properties": { - "undefined": "Belleville-en-Beaujolais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.661321, - 45.819686 - ] - }, - "properties": { - "undefined": "Lentilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.661321, - 45.819686 - ] - }, - "properties": { - "undefined": "Lentilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.708909, - 45.990444 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.634883, - 46.040888 - ] - }, - "properties": { - "undefined": "Salles-Arbuissonnas-en-Beaujolais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714003, - 45.987794 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714003, - 45.987794 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.622554, - 45.826259 - ] - }, - "properties": { - "undefined": "Éveux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.622554, - 45.826259 - ] - }, - "properties": { - "undefined": "Éveux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.675936, - 46.244125 - ] - }, - "properties": { - "undefined": "Jullié" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.573233, - 46.111426 - ] - }, - "properties": { - "undefined": "Marchampt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.573233, - 46.111426 - ] - }, - "properties": { - "undefined": "Marchampt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.708909, - 45.990444 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71428, - 45.834577 - ] - }, - "properties": { - "undefined": "Dommartin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.126468, - 45.716651 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.126468, - 45.716651 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714825, - 45.994463 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.714825, - 45.994463 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.720659, - 45.985401 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.584402, - 45.852788 - ] - }, - "properties": { - "undefined": "Bully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.584402, - 45.852788 - ] - }, - "properties": { - "undefined": "Bully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71428, - 45.834577 - ] - }, - "properties": { - "undefined": "Dommartin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.934166, - 45.626426 - ] - }, - "properties": { - "undefined": "Chaponnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.557323, - 46.027767 - ] - }, - "properties": { - "undefined": "Saint-Cyr-le-Chatoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.764807, - 45.461143 - ] - }, - "properties": { - "undefined": "Condrieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.998177, - 45.734077 - ] - }, - "properties": { - "undefined": "Genas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.743134, - 45.889597 - ] - }, - "properties": { - "undefined": "Les Chères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.705451, - 46.024601 - ] - }, - "properties": { - "undefined": "Arnas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.705451, - 46.024601 - ] - }, - "properties": { - "undefined": "Arnas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.871368, - 45.621003 - ] - }, - "properties": { - "undefined": "Simandres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.871368, - 45.621003 - ] - }, - "properties": { - "undefined": "Simandres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.573959, - 45.90671 - ] - }, - "properties": { - "undefined": "Légny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.573959, - 45.90671 - ] - }, - "properties": { - "undefined": "Légny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82279, - 45.628326 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.764807, - 45.461143 - ] - }, - "properties": { - "undefined": "Condrieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.112423, - 45.711155 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.112423, - 45.711155 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.935313, - 45.627002 - ] - }, - "properties": { - "undefined": "Chaponnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82279, - 45.628326 - ] - }, - "properties": { - "undefined": "Sérézin-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.935313, - 45.627002 - ] - }, - "properties": { - "undefined": "Chaponnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80452, - 45.564159 - ] - }, - "properties": { - "undefined": "Loire-sur-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80452, - 45.564159 - ] - }, - "properties": { - "undefined": "Loire-sur-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.696621, - 45.988154 - ] - }, - "properties": { - "undefined": "Gleizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.696621, - 45.988154 - ] - }, - "properties": { - "undefined": "Gleizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.010678, - 45.644385 - ] - }, - "properties": { - "undefined": "Saint-Pierre-de-Chandieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.010678, - 45.644385 - ] - }, - "properties": { - "undefined": "Saint-Pierre-de-Chandieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.698285, - 46.191549 - ] - }, - "properties": { - "undefined": "Fleurie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.698285, - 46.191549 - ] - }, - "properties": { - "undefined": "Fleurie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86562, - 45.524907 - ] - }, - "properties": { - "undefined": "Sainte-Colombe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86562, - 45.524907 - ] - }, - "properties": { - "undefined": "Sainte-Colombe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.111309, - 45.713004 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.743134, - 45.889597 - ] - }, - "properties": { - "undefined": "Les Chères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.998177, - 45.734077 - ] - }, - "properties": { - "undefined": "Genas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.066882, - 45.75491 - ] - }, - "properties": { - "undefined": "Pusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.083837, - 45.801292 - ] - }, - "properties": { - "undefined": "Jons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.463119, - 45.739716 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Chamousset" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.463119, - 45.739716 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Chamousset" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.712088, - 45.858566 - ] - }, - "properties": { - "undefined": "Civrieux-d'Azergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.712088, - 45.858566 - ] - }, - "properties": { - "undefined": "Civrieux-d'Azergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.700996, - 45.898624 - ] - }, - "properties": { - "undefined": "Morancé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.700996, - 45.898624 - ] - }, - "properties": { - "undefined": "Morancé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789865, - 45.483864 - ] - }, - "properties": { - "undefined": "Tupin-et-Semons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789865, - 45.483864 - ] - }, - "properties": { - "undefined": "Tupin-et-Semons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.456113, - 45.633003 - ] - }, - "properties": { - "undefined": "Saint-Symphorien-sur-Coise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.649969, - 46.066545 - ] - }, - "properties": { - "undefined": "Saint-Étienne-des-Oullières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.649969, - 46.066545 - ] - }, - "properties": { - "undefined": "Saint-Étienne-des-Oullières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717011, - 45.935984 - ] - }, - "properties": { - "undefined": "Anse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717011, - 45.935984 - ] - }, - "properties": { - "undefined": "Anse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050034, - 45.686693 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050034, - 45.686693 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.015578, - 45.73785 - ] - }, - "properties": { - "undefined": "Genas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.015578, - 45.73785 - ] - }, - "properties": { - "undefined": "Genas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.728839, - 45.871845 - ] - }, - "properties": { - "undefined": "Marcilly-d'Azergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.456113, - 45.633003 - ] - }, - "properties": { - "undefined": "Saint-Symphorien-sur-Coise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.728839, - 45.871845 - ] - }, - "properties": { - "undefined": "Marcilly-d'Azergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.030031, - 45.69374 - ] - }, - "properties": { - "undefined": "Saint-Bonnet-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.030031, - 45.69374 - ] - }, - "properties": { - "undefined": "Saint-Bonnet-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.985571, - 45.654184 - ] - }, - "properties": { - "undefined": "Toussieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.985571, - 45.654184 - ] - }, - "properties": { - "undefined": "Toussieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.083837, - 45.801292 - ] - }, - "properties": { - "undefined": "Jons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.111309, - 45.713004 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.066882, - 45.75491 - ] - }, - "properties": { - "undefined": "Pusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.685948, - 45.639919 - ] - }, - "properties": { - "undefined": "Saint-Laurent-d'Agny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.563659, - 45.657817 - ] - }, - "properties": { - "undefined": "Saint-Martin-en-Haut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.748752, - 45.50388 - ] - }, - "properties": { - "undefined": "Les Haies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.584769, - 45.922797 - ] - }, - "properties": { - "undefined": "Val d'Oingt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.466701, - 45.791375 - ] - }, - "properties": { - "undefined": "Montrottier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.466701, - 45.791375 - ] - }, - "properties": { - "undefined": "Montrottier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.810038, - 45.487663 - ] - }, - "properties": { - "undefined": "Ampuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.810038, - 45.487663 - ] - }, - "properties": { - "undefined": "Ampuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.718215, - 45.551842 - ] - }, - "properties": { - "undefined": "Échalas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.718215, - 45.551842 - ] - }, - "properties": { - "undefined": "Échalas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.748752, - 45.50388 - ] - }, - "properties": { - "undefined": "Les Haies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91325, - 45.619856 - ] - }, - "properties": { - "undefined": "Marennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.701152, - 45.676796 - ] - }, - "properties": { - "undefined": "Soucieu-en-Jarrest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91325, - 45.619856 - ] - }, - "properties": { - "undefined": "Marennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.584769, - 45.922797 - ] - }, - "properties": { - "undefined": "Val d'Oingt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.680341, - 46.160492 - ] - }, - "properties": { - "undefined": "Villié-Morgon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.680341, - 46.160492 - ] - }, - "properties": { - "undefined": "Villié-Morgon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.68011, - 45.855128 - ] - }, - "properties": { - "undefined": "Lozanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.68011, - 45.855128 - ] - }, - "properties": { - "undefined": "Lozanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.685948, - 45.639919 - ] - }, - "properties": { - "undefined": "Saint-Laurent-d'Agny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.701152, - 45.676796 - ] - }, - "properties": { - "undefined": "Soucieu-en-Jarrest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8501, - 44.361 - ] - }, - "properties": { - "undefined": "Saugnac-et-Muret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.85208, - 44.36182 - ] - }, - "properties": { - "undefined": "Saugnac-et-Muret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.85208, - 44.36182 - ] - }, - "properties": { - "undefined": "Saugnac-et-Muret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.456431, - 45.622261 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.509783, - 47.309481 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319254, - 49.320532 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046351, - 50.528935 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.090126, - 43.939368 - ] - }, - "properties": { - "undefined": "Lesperon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.090126, - 43.939368 - ] - }, - "properties": { - "undefined": "Lesperon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8501, - 44.361 - ] - }, - "properties": { - "undefined": "Saugnac-et-Muret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.779958, - 45.195217 - ] - }, - "properties": { - "undefined": "Trélissac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.365045, - 45.346584 - ] - }, - "properties": { - "undefined": "Verteillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.365045, - 45.346584 - ] - }, - "properties": { - "undefined": "Verteillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.101924, - 44.850285 - ] - }, - "properties": { - "undefined": "Vélines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.101924, - 44.850285 - ] - }, - "properties": { - "undefined": "Vélines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.056962, - 45.270565 - ] - }, - "properties": { - "undefined": "Tourtoirac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.779958, - 45.195217 - ] - }, - "properties": { - "undefined": "Trélissac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.73867, - 45.196922 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.73867, - 45.196922 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.165397, - 44.834118 - ] - }, - "properties": { - "undefined": "Vézac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.056962, - 45.270565 - ] - }, - "properties": { - "undefined": "Tourtoirac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.165397, - 44.834118 - ] - }, - "properties": { - "undefined": "Vézac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.057228, - 44.946789 - ] - }, - "properties": { - "undefined": "Villefranche-de-Lonchat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.539875, - 45.021866 - ] - }, - "properties": { - "undefined": "Villamblard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.539875, - 45.021866 - ] - }, - "properties": { - "undefined": "Villamblard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.756159, - 45.420197 - ] - }, - "properties": { - "undefined": "Villars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.756159, - 45.420197 - ] - }, - "properties": { - "undefined": "Villars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.057228, - 44.946789 - ] - }, - "properties": { - "undefined": "Villefranche-de-Lonchat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.080201, - 44.629173 - ] - }, - "properties": { - "undefined": "Villefranche-du-Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.080201, - 44.629173 - ] - }, - "properties": { - "undefined": "Villefranche-du-Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.503334, - 44.870893 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.662087, - 45.532616 - ] - }, - "properties": { - "undefined": "Nontron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.228201, - 45.129517 - ] - }, - "properties": { - "undefined": "Le Lardin-Saint-Lazare" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.468953, - 45.101334 - ] - }, - "properties": { - "undefined": "Neuvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.468953, - 45.101334 - ] - }, - "properties": { - "undefined": "Neuvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.503334, - 44.870893 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88787, - 44.88431 - ] - }, - "properties": { - "undefined": "Limeuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.503334, - 44.870893 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.12589, - 45.29469 - ] - }, - "properties": { - "undefined": "Cherveix-Cubas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.526451, - 45.146795 - ] - }, - "properties": { - "undefined": "Saint-Astier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.526451, - 45.146795 - ] - }, - "properties": { - "undefined": "Saint-Astier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.526451, - 45.146795 - ] - }, - "properties": { - "undefined": "Saint-Astier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.708895, - 45.186926 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.708895, - 45.186926 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68774, - 45.24278 - ] - }, - "properties": { - "undefined": "Château-l'Évêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68774, - 45.24278 - ] - }, - "properties": { - "undefined": "Château-l'Évêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.12589, - 45.29469 - ] - }, - "properties": { - "undefined": "Cherveix-Cubas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.924316, - 45.420927 - ] - }, - "properties": { - "undefined": "Thiviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74053, - 44.83758 - ] - }, - "properties": { - "undefined": "Lalinde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74053, - 44.83758 - ] - }, - "properties": { - "undefined": "Lalinde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81836, - 45.54399 - ] - }, - "properties": { - "undefined": "Saint-Saud-Lacoussière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81836, - 45.54399 - ] - }, - "properties": { - "undefined": "Saint-Saud-Lacoussière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.27914, - 45.16059 - ] - }, - "properties": { - "undefined": "La Jemaye-Ponteyraud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.27914, - 45.16059 - ] - }, - "properties": { - "undefined": "La Jemaye-Ponteyraud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67401, - 45.58997 - ] - }, - "properties": { - "undefined": "Saint-Estèphe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.526451, - 45.146795 - ] - }, - "properties": { - "undefined": "Saint-Astier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.924316, - 45.420927 - ] - }, - "properties": { - "undefined": "Thiviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.503334, - 44.870893 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88787, - 44.88431 - ] - }, - "properties": { - "undefined": "Limeuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67401, - 45.58997 - ] - }, - "properties": { - "undefined": "Saint-Estèphe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.688412, - 45.157291 - ] - }, - "properties": { - "undefined": "Coulounieix-Chamiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.46317, - 44.73729 - ] - }, - "properties": { - "undefined": "Singleyrac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.46317, - 44.73729 - ] - }, - "properties": { - "undefined": "Singleyrac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.55972, - 45.56986 - ] - }, - "properties": { - "undefined": "Javerlhac-et-la-Chapelle-Saint-Robert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.496523, - 45.253567 - ] - }, - "properties": { - "undefined": "Tocane-Saint-Apre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.55972, - 45.56986 - ] - }, - "properties": { - "undefined": "Javerlhac-et-la-Chapelle-Saint-Robert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.688412, - 45.157291 - ] - }, - "properties": { - "undefined": "Coulounieix-Chamiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.924316, - 45.420927 - ] - }, - "properties": { - "undefined": "Thiviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.688412, - 45.157291 - ] - }, - "properties": { - "undefined": "Coulounieix-Chamiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.688412, - 45.157291 - ] - }, - "properties": { - "undefined": "Coulounieix-Chamiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.380141, - 45.481873 - ] - }, - "properties": { - "undefined": "La Rochebeaucourt-et-Argentine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.380141, - 45.481873 - ] - }, - "properties": { - "undefined": "La Rochebeaucourt-et-Argentine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.380141, - 45.481873 - ] - }, - "properties": { - "undefined": "La Rochebeaucourt-et-Argentine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.380141, - 45.481873 - ] - }, - "properties": { - "undefined": "La Rochebeaucourt-et-Argentine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.924316, - 45.420927 - ] - }, - "properties": { - "undefined": "Thiviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.496523, - 45.253567 - ] - }, - "properties": { - "undefined": "Tocane-Saint-Apre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.662087, - 45.532616 - ] - }, - "properties": { - "undefined": "Nontron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.920901, - 45.413513 - ] - }, - "properties": { - "undefined": "Thiviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86671, - 44.943237 - ] - }, - "properties": { - "undefined": "Saint-Avit-de-Vialard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.089969, - 45.011402 - ] - }, - "properties": { - "undefined": "Saint-Léon-sur-Vézère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.089969, - 45.011402 - ] - }, - "properties": { - "undefined": "Saint-Léon-sur-Vézère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.262063, - 44.745258 - ] - }, - "properties": { - "undefined": "Saint-Martial-de-Nabirat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.262063, - 44.745258 - ] - }, - "properties": { - "undefined": "Saint-Martial-de-Nabirat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.748864, - 45.492863 - ] - }, - "properties": { - "undefined": "Saint-Pardoux-la-Rivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.748864, - 45.492863 - ] - }, - "properties": { - "undefined": "Saint-Pardoux-la-Rivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.392442, - 45.201721 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-de-Roumagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.392442, - 45.201721 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-de-Roumagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.809715, - 44.946423 - ] - }, - "properties": { - "undefined": "Val de Louyre et Caudeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.809715, - 44.946423 - ] - }, - "properties": { - "undefined": "Val de Louyre et Caudeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.323247, - 44.974308 - ] - }, - "properties": { - "undefined": "Salignac-Eyvigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.323247, - 44.974308 - ] - }, - "properties": { - "undefined": "Salignac-Eyvigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.217427, - 44.880421 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.217427, - 44.880421 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.214353, - 44.883865 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.791827, - 45.151276 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.791827, - 45.151276 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.794854, - 45.148567 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.044134, - 44.868401 - ] - }, - "properties": { - "undefined": "Saint-Cyprien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.652252, - 44.842113 - ] - }, - "properties": { - "undefined": "Saint-Capraise-de-Lalinde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.652252, - 44.842113 - ] - }, - "properties": { - "undefined": "Saint-Capraise-de-Lalinde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.600149, - 45.417603 - ] - }, - "properties": { - "undefined": "Brantôme en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.600149, - 45.417603 - ] - }, - "properties": { - "undefined": "Brantôme en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.042477, - 44.865112 - ] - }, - "properties": { - "undefined": "Saint-Cyprien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.042477, - 44.865112 - ] - }, - "properties": { - "undefined": "Saint-Cyprien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.044134, - 44.868401 - ] - }, - "properties": { - "undefined": "Saint-Cyprien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.794854, - 45.148567 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.253506, - 44.993977 - ] - }, - "properties": { - "undefined": "Saint-Geniès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.253506, - 44.993977 - ] - }, - "properties": { - "undefined": "Saint-Geniès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.840611, - 45.419838 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Côle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.840611, - 45.419838 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Côle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.363911, - 44.860176 - ] - }, - "properties": { - "undefined": "Saint-Julien-de-Lampon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.363911, - 44.860176 - ] - }, - "properties": { - "undefined": "Saint-Julien-de-Lampon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.214353, - 44.883865 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.217389, - 44.892673 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.217389, - 44.892673 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.661303, - 45.187424 - ] - }, - "properties": { - "undefined": "Marsac-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.490578, - 44.793633 - ] - }, - "properties": { - "undefined": "Monbazillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.490578, - 44.793633 - ] - }, - "properties": { - "undefined": "Monbazillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.909665, - 44.992535 - ] - }, - "properties": { - "undefined": "Mauzens-et-Miremont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.909665, - 44.992535 - ] - }, - "properties": { - "undefined": "Mauzens-et-Miremont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.659777, - 45.184494 - ] - }, - "properties": { - "undefined": "Marsac-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.659777, - 45.184494 - ] - }, - "properties": { - "undefined": "Marsac-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.661303, - 45.187424 - ] - }, - "properties": { - "undefined": "Marsac-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.895054, - 44.682358 - ] - }, - "properties": { - "undefined": "Monpazier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.451196, - 45.451656 - ] - }, - "properties": { - "undefined": "Mareuil en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.451196, - 45.451656 - ] - }, - "properties": { - "undefined": "Mareuil en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.018297, - 44.934868 - ] - }, - "properties": { - "undefined": "Les Eyzies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.018297, - 44.934868 - ] - }, - "properties": { - "undefined": "Les Eyzies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.011215, - 44.938702 - ] - }, - "properties": { - "undefined": "Les Eyzies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.011215, - 44.938702 - ] - }, - "properties": { - "undefined": "Les Eyzies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.895054, - 44.682358 - ] - }, - "properties": { - "undefined": "Monpazier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.065287, - 44.852802 - ] - }, - "properties": { - "undefined": "Montcaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21282, - 44.892532 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163076, - 45.009335 - ] - }, - "properties": { - "undefined": "Montpon-Ménestérol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21282, - 44.892532 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.873653, - 45.235855 - ] - }, - "properties": { - "undefined": "Sarliac-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.873653, - 45.235855 - ] - }, - "properties": { - "undefined": "Sarliac-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.470814, - 45.09845 - ] - }, - "properties": { - "undefined": "Neuvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.352734, - 45.033329 - ] - }, - "properties": { - "undefined": "Mussidan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.352734, - 45.033329 - ] - }, - "properties": { - "undefined": "Mussidan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163076, - 45.009335 - ] - }, - "properties": { - "undefined": "Montpon-Ménestérol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.065287, - 44.852802 - ] - }, - "properties": { - "undefined": "Montcaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.165742, - 45.009018 - ] - }, - "properties": { - "undefined": "Montpon-Ménestérol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.165742, - 45.009018 - ] - }, - "properties": { - "undefined": "Montpon-Ménestérol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.165569, - 45.060806 - ] - }, - "properties": { - "undefined": "Montignac-Lascaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.165569, - 45.060806 - ] - }, - "properties": { - "undefined": "Montignac-Lascaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.151401, - 45.055424 - ] - }, - "properties": { - "undefined": "Montignac-Lascaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.151401, - 45.055424 - ] - }, - "properties": { - "undefined": "Montignac-Lascaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86671, - 44.943237 - ] - }, - "properties": { - "undefined": "Saint-Avit-de-Vialard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.135192, - 45.20187 - ] - }, - "properties": { - "undefined": "Saint Aulaye-Puymangou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.920901, - 45.413513 - ] - }, - "properties": { - "undefined": "Thiviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.135192, - 45.20187 - ] - }, - "properties": { - "undefined": "Saint Aulaye-Puymangou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.408764, - 44.75695 - ] - }, - "properties": { - "undefined": "Sigoulès-et-Flaugeac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.408764, - 44.75695 - ] - }, - "properties": { - "undefined": "Sigoulès-et-Flaugeac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.918521, - 45.275173 - ] - }, - "properties": { - "undefined": "Savignac-les-Églises" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.228201, - 45.129517 - ] - }, - "properties": { - "undefined": "Le Lardin-Saint-Lazare" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.470814, - 45.09845 - ] - }, - "properties": { - "undefined": "Neuvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.918521, - 45.275173 - ] - }, - "properties": { - "undefined": "Savignac-les-Églises" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.664768, - 45.528957 - ] - }, - "properties": { - "undefined": "Nontron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.724982, - 45.176006 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.724982, - 45.176006 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.715628, - 45.121777 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.715628, - 45.121777 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.217378, - 45.400749 - ] - }, - "properties": { - "undefined": "Payzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.217378, - 45.400749 - ] - }, - "properties": { - "undefined": "Payzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.722759, - 45.187054 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.722759, - 45.187054 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.987989, - 44.823059 - ] - }, - "properties": { - "undefined": "Siorac-en-Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.987989, - 44.823059 - ] - }, - "properties": { - "undefined": "Siorac-en-Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.872856, - 45.305759 - ] - }, - "properties": { - "undefined": "Sorges et Ligueux en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.298838, - 45.129875 - ] - }, - "properties": { - "undefined": "Terrasson-Lavilledieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919114, - 45.41589 - ] - }, - "properties": { - "undefined": "Thiviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.919114, - 45.41589 - ] - }, - "properties": { - "undefined": "Thiviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06972, - 45.140911 - ] - }, - "properties": { - "undefined": "Thenon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06972, - 45.140911 - ] - }, - "properties": { - "undefined": "Thenon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.297951, - 45.132473 - ] - }, - "properties": { - "undefined": "Terrasson-Lavilledieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.297951, - 45.132473 - ] - }, - "properties": { - "undefined": "Terrasson-Lavilledieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.298838, - 45.129875 - ] - }, - "properties": { - "undefined": "Terrasson-Lavilledieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.872856, - 45.305759 - ] - }, - "properties": { - "undefined": "Sorges et Ligueux en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.302298, - 45.126183 - ] - }, - "properties": { - "undefined": "Terrasson-Lavilledieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.302298, - 45.126183 - ] - }, - "properties": { - "undefined": "Terrasson-Lavilledieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15009, - 44.966335 - ] - }, - "properties": { - "undefined": "Tamniès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15009, - 44.966335 - ] - }, - "properties": { - "undefined": "Tamniès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.391331, - 45.050846 - ] - }, - "properties": { - "undefined": "Sourzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.391331, - 45.050846 - ] - }, - "properties": { - "undefined": "Sourzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.724807, - 45.179817 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.724807, - 45.179817 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730312, - 45.192043 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.012185, - 44.786625 - ] - }, - "properties": { - "undefined": "Sagelat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339009, - 45.248264 - ] - }, - "properties": { - "undefined": "Ribérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339009, - 45.248264 - ] - }, - "properties": { - "undefined": "Ribérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.337888, - 45.249092 - ] - }, - "properties": { - "undefined": "Ribérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.337888, - 45.249092 - ] - }, - "properties": { - "undefined": "Ribérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.977736, - 45.047359 - ] - }, - "properties": { - "undefined": "Rouffignac-Saint-Cernin-de-Reilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.977736, - 45.047359 - ] - }, - "properties": { - "undefined": "Rouffignac-Saint-Cernin-de-Reilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.012185, - 44.786625 - ] - }, - "properties": { - "undefined": "Sagelat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.600758, - 45.164207 - ] - }, - "properties": { - "undefined": "Razac-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24543, - 45.063183 - ] - }, - "properties": { - "undefined": "Coly-Saint-Amand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24543, - 45.063183 - ] - }, - "properties": { - "undefined": "Coly-Saint-Amand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.154022, - 44.845245 - ] - }, - "properties": { - "undefined": "Saint-Antoine-de-Breuilh" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.154022, - 44.845245 - ] - }, - "properties": { - "undefined": "Saint-Antoine-de-Breuilh" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.527508, - 45.144791 - ] - }, - "properties": { - "undefined": "Saint-Astier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.527508, - 45.144791 - ] - }, - "properties": { - "undefined": "Saint-Astier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.600758, - 45.164207 - ] - }, - "properties": { - "undefined": "Razac-sur-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.285507, - 44.803474 - ] - }, - "properties": { - "undefined": "Razac-de-Saussignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.730312, - 45.192043 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68793, - 45.624321 - ] - }, - "properties": { - "undefined": "Piégut-Pluviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.711979, - 45.180084 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.711979, - 45.180084 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.715532, - 45.184345 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.715532, - 45.184345 - ] - }, - "properties": { - "undefined": "Périgueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.058212, - 44.995899 - ] - }, - "properties": { - "undefined": "Peyzac-le-Moustier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.058212, - 44.995899 - ] - }, - "properties": { - "undefined": "Peyzac-le-Moustier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68793, - 45.624321 - ] - }, - "properties": { - "undefined": "Piégut-Pluviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.285507, - 44.803474 - ] - }, - "properties": { - "undefined": "Razac-de-Saussignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.417831, - 44.779984 - ] - }, - "properties": { - "undefined": "Pomport" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.417831, - 44.779984 - ] - }, - "properties": { - "undefined": "Pomport" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210743, - 44.84433 - ] - }, - "properties": { - "undefined": "Port-Sainte-Foy-et-Ponchapt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210743, - 44.84433 - ] - }, - "properties": { - "undefined": "Port-Sainte-Foy-et-Ponchapt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.400406, - 44.854721 - ] - }, - "properties": { - "undefined": "Prigonrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.400406, - 44.854721 - ] - }, - "properties": { - "undefined": "Prigonrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.664768, - 45.528957 - ] - }, - "properties": { - "undefined": "Nontron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.912535, - 44.845737 - ] - }, - "properties": { - "undefined": "Le Buisson-de-Cadouin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.926937, - 44.916542 - ] - }, - "properties": { - "undefined": "Le Bugue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.488127, - 44.857044 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.203975, - 44.798595 - ] - }, - "properties": { - "undefined": "Cénac-et-Saint-Julien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.698037, - 45.392223 - ] - }, - "properties": { - "undefined": "Champagnac-de-Belair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.698037, - 45.392223 - ] - }, - "properties": { - "undefined": "Champagnac-de-Belair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.743226, - 45.204578 - ] - }, - "properties": { - "undefined": "Champcevinel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.743226, - 45.204578 - ] - }, - "properties": { - "undefined": "Champcevinel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.727561, - 45.216908 - ] - }, - "properties": { - "undefined": "Champcevinel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.727561, - 45.216908 - ] - }, - "properties": { - "undefined": "Champcevinel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.666067, - 45.205341 - ] - }, - "properties": { - "undefined": "Chancelade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.666067, - 45.205341 - ] - }, - "properties": { - "undefined": "Chancelade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.704716, - 45.364296 - ] - }, - "properties": { - "undefined": "Condat-sur-Trincou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.704716, - 45.364296 - ] - }, - "properties": { - "undefined": "Condat-sur-Trincou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.703903, - 45.36301 - ] - }, - "properties": { - "undefined": "Condat-sur-Trincou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.703903, - 45.36301 - ] - }, - "properties": { - "undefined": "Condat-sur-Trincou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.232004, - 45.118351 - ] - }, - "properties": { - "undefined": "Condat-sur-Vézère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.232004, - 45.118351 - ] - }, - "properties": { - "undefined": "Condat-sur-Vézère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.689566, - 45.19173 - ] - }, - "properties": { - "undefined": "Coulounieix-Chamiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.689566, - 45.19173 - ] - }, - "properties": { - "undefined": "Coulounieix-Chamiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48543, - 44.849667 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48543, - 44.849667 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.482518, - 44.853123 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.482518, - 44.853123 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.487476, - 44.85006 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.487476, - 44.85006 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.203975, - 44.798595 - ] - }, - "properties": { - "undefined": "Cénac-et-Saint-Julien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.433106, - 44.882481 - ] - }, - "properties": { - "undefined": "Pechs-de-l'Espérance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.433106, - 44.882481 - ] - }, - "properties": { - "undefined": "Pechs-de-l'Espérance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.589328, - 45.321854 - ] - }, - "properties": { - "undefined": "Bourdeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.912535, - 44.845737 - ] - }, - "properties": { - "undefined": "Le Buisson-de-Cadouin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.075685, - 44.939213 - ] - }, - "properties": { - "undefined": "Carsac-de-Gurson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.926937, - 44.916542 - ] - }, - "properties": { - "undefined": "Le Bugue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.563419, - 44.935707 - ] - }, - "properties": { - "undefined": "Campsegret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.563419, - 44.935707 - ] - }, - "properties": { - "undefined": "Campsegret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.648179, - 45.36924 - ] - }, - "properties": { - "undefined": "Brantôme en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.648179, - 45.36924 - ] - }, - "properties": { - "undefined": "Brantôme en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.647709, - 45.36491 - ] - }, - "properties": { - "undefined": "Brantôme en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.647709, - 45.36491 - ] - }, - "properties": { - "undefined": "Brantôme en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.589328, - 45.321854 - ] - }, - "properties": { - "undefined": "Bourdeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.526162, - 44.75946 - ] - }, - "properties": { - "undefined": "Bouniagues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.152277, - 44.813114 - ] - }, - "properties": { - "undefined": "Castelnaud-la-Chapelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.526162, - 44.75946 - ] - }, - "properties": { - "undefined": "Bouniagues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.75831, - 45.181854 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.75831, - 45.181854 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.763094, - 45.182499 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.763094, - 45.182499 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.870593, - 44.630783 - ] - }, - "properties": { - "undefined": "Biron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.870593, - 44.630783 - ] - }, - "properties": { - "undefined": "Biron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.150119, - 44.839417 - ] - }, - "properties": { - "undefined": "Beynac-et-Cazenac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.150119, - 44.839417 - ] - }, - "properties": { - "undefined": "Beynac-et-Cazenac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.075685, - 44.939213 - ] - }, - "properties": { - "undefined": "Carsac-de-Gurson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.488127, - 44.857044 - ] - }, - "properties": { - "undefined": "Bergerac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.152277, - 44.813114 - ] - }, - "properties": { - "undefined": "Castelnaud-la-Chapelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.006493, - 44.777496 - ] - }, - "properties": { - "undefined": "Pays de Belvès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.011073, - 45.150936 - ] - }, - "properties": { - "undefined": "La Roche-Chalais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.608055, - 44.730904 - ] - }, - "properties": { - "undefined": "Issigeac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.608055, - 44.730904 - ] - }, - "properties": { - "undefined": "Issigeac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.060931, - 45.493061 - ] - }, - "properties": { - "undefined": "Jumilhac-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.060931, - 45.493061 - ] - }, - "properties": { - "undefined": "Jumilhac-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.976027, - 45.539673 - ] - }, - "properties": { - "undefined": "La Coquille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.976027, - 45.539673 - ] - }, - "properties": { - "undefined": "La Coquille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.375686, - 44.867256 - ] - }, - "properties": { - "undefined": "La Force" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.375686, - 44.867256 - ] - }, - "properties": { - "undefined": "La Force" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.375426, - 44.868919 - ] - }, - "properties": { - "undefined": "La Force" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.011073, - 45.150936 - ] - }, - "properties": { - "undefined": "La Roche-Chalais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18357, - 44.825272 - ] - }, - "properties": { - "undefined": "La Roque-Gageac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145795, - 45.258835 - ] - }, - "properties": { - "undefined": "Hautefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18357, - 44.825272 - ] - }, - "properties": { - "undefined": "La Roque-Gageac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.724749, - 44.835953 - ] - }, - "properties": { - "undefined": "Lalinde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.724749, - 44.835953 - ] - }, - "properties": { - "undefined": "Lalinde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.382402, - 44.842258 - ] - }, - "properties": { - "undefined": "Lamonzie-Saint-Martin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.382402, - 44.842258 - ] - }, - "properties": { - "undefined": "Lamonzie-Saint-Martin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.140332, - 45.392262 - ] - }, - "properties": { - "undefined": "Lanouaille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.006493, - 44.777496 - ] - }, - "properties": { - "undefined": "Pays de Belvès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.926065, - 44.922066 - ] - }, - "properties": { - "undefined": "Le Bugue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.926065, - 44.922066 - ] - }, - "properties": { - "undefined": "Le Bugue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.140332, - 45.392262 - ] - }, - "properties": { - "undefined": "Lanouaille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145795, - 45.258835 - ] - }, - "properties": { - "undefined": "Hautefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.375426, - 44.868919 - ] - }, - "properties": { - "undefined": "La Force" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.2907, - 44.820824 - ] - }, - "properties": { - "undefined": "Groléjac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21471, - 44.803703 - ] - }, - "properties": { - "undefined": "Domme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.815406, - 45.192722 - ] - }, - "properties": { - "undefined": "Bassillac et Auberoche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.815406, - 45.192722 - ] - }, - "properties": { - "undefined": "Bassillac et Auberoche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.2907, - 44.820824 - ] - }, - "properties": { - "undefined": "Groléjac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.768692, - 44.767879 - ] - }, - "properties": { - "undefined": "Beaumontois en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.947273, - 44.879646 - ] - }, - "properties": { - "undefined": "Audrix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.947273, - 44.879646 - ] - }, - "properties": { - "undefined": "Audrix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.167167, - 45.412544 - ] - }, - "properties": { - "undefined": "Angoisse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.568117, - 44.8554 - ] - }, - "properties": { - "undefined": "Creysse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.568117, - 44.8554 - ] - }, - "properties": { - "undefined": "Creysse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.937528, - 45.222622 - ] - }, - "properties": { - "undefined": "Cubjac-Auvézère-Val d'Ans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.937528, - 45.222622 - ] - }, - "properties": { - "undefined": "Cubjac-Auvézère-Val d'Ans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.167167, - 45.412544 - ] - }, - "properties": { - "undefined": "Angoisse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.331995, - 44.836281 - ] - }, - "properties": { - "undefined": "Gardonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.400101, - 44.666527 - ] - }, - "properties": { - "undefined": "Eymet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.331995, - 44.836281 - ] - }, - "properties": { - "undefined": "Gardonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21471, - 44.803703 - ] - }, - "properties": { - "undefined": "Domme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.642597, - 44.790836 - ] - }, - "properties": { - "undefined": "Faux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.642597, - 44.790836 - ] - }, - "properties": { - "undefined": "Faux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.768692, - 44.767879 - ] - }, - "properties": { - "undefined": "Beaumontois en Périgord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.400101, - 44.666527 - ] - }, - "properties": { - "undefined": "Eymet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.051004, - 45.336727 - ] - }, - "properties": { - "undefined": "Excideuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.051004, - 45.336727 - ] - }, - "properties": { - "undefined": "Excideuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.766528, - 48.722111 - ] - }, - "properties": { - "undefined": "Saint-Léger-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.990366, - 48.578239 - ] - }, - "properties": { - "undefined": "Longvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.766528, - 48.722111 - ] - }, - "properties": { - "undefined": "Saint-Léger-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.768139, - 48.720886 - ] - }, - "properties": { - "undefined": "Saint-Léger-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.768139, - 48.720886 - ] - }, - "properties": { - "undefined": "Saint-Léger-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.818773, - 48.645462 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.778462, - 48.578293 - ] - }, - "properties": { - "undefined": "Orphin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.818773, - 48.645462 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986778, - 48.583527 - ] - }, - "properties": { - "undefined": "Rochefort-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986778, - 48.583527 - ] - }, - "properties": { - "undefined": "Rochefort-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.990366, - 48.578239 - ] - }, - "properties": { - "undefined": "Longvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.778462, - 48.578293 - ] - }, - "properties": { - "undefined": "Orphin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8545, - 48.694752 - ] - }, - "properties": { - "undefined": "Le Perray-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.912787, - 48.553249 - ] - }, - "properties": { - "undefined": "Ponthévrard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.912787, - 48.553249 - ] - }, - "properties": { - "undefined": "Ponthévrard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9375, - 48.572861 - ] - }, - "properties": { - "undefined": "Saint-Arnoult-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9375, - 48.572861 - ] - }, - "properties": { - "undefined": "Saint-Arnoult-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9375, - 48.572861 - ] - }, - "properties": { - "undefined": "Saint-Arnoult-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9375, - 48.572861 - ] - }, - "properties": { - "undefined": "Saint-Arnoult-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.877333, - 48.576057 - ] - }, - "properties": { - "undefined": "Sonchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.877333, - 48.576057 - ] - }, - "properties": { - "undefined": "Sonchamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8545, - 48.694752 - ] - }, - "properties": { - "undefined": "Le Perray-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.893833, - 48.718861 - ] - }, - "properties": { - "undefined": "Les Essarts-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.893833, - 48.718861 - ] - }, - "properties": { - "undefined": "Les Essarts-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.729444, - 48.588638 - ] - }, - "properties": { - "undefined": "Émancé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.771222, - 48.638779 - ] - }, - "properties": { - "undefined": "Gazeran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.729444, - 48.588638 - ] - }, - "properties": { - "undefined": "Émancé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.757398, - 48.677654 - ] - }, - "properties": { - "undefined": "Poigny-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.682583, - 48.624279 - ] - }, - "properties": { - "undefined": "Raizeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.942056, - 48.571835 - ] - }, - "properties": { - "undefined": "Saint-Arnoult-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.855722, - 48.693527 - ] - }, - "properties": { - "undefined": "Le Perray-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.687804, - 48.650483 - ] - }, - "properties": { - "undefined": "Hermeray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.687804, - 48.650483 - ] - }, - "properties": { - "undefined": "Hermeray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.774694, - 48.6362 - ] - }, - "properties": { - "undefined": "Gazeran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.774694, - 48.6362 - ] - }, - "properties": { - "undefined": "Gazeran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.822078, - 48.649048 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.822078, - 48.649048 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.757398, - 48.677654 - ] - }, - "properties": { - "undefined": "Poigny-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.887639, - 48.700056 - ] - }, - "properties": { - "undefined": "Auffargis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.887639, - 48.700056 - ] - }, - "properties": { - "undefined": "Auffargis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.887639, - 48.700056 - ] - }, - "properties": { - "undefined": "Auffargis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.887639, - 48.700056 - ] - }, - "properties": { - "undefined": "Auffargis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.942056, - 48.571835 - ] - }, - "properties": { - "undefined": "Saint-Arnoult-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.954833, - 48.639778 - ] - }, - "properties": { - "undefined": "La Celle-les-Bordes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.682583, - 48.624279 - ] - }, - "properties": { - "undefined": "Raizeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.954833, - 48.639778 - ] - }, - "properties": { - "undefined": "La Celle-les-Bordes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.028, - 48.616028 - ] - }, - "properties": { - "undefined": "Bonnelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.028, - 48.616028 - ] - }, - "properties": { - "undefined": "Bonnelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00075, - 48.621056 - ] - }, - "properties": { - "undefined": "Bullion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00075, - 48.621056 - ] - }, - "properties": { - "undefined": "Bullion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.909889, - 48.612 - ] - }, - "properties": { - "undefined": "Clairefontaine-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.909889, - 48.612 - ] - }, - "properties": { - "undefined": "Clairefontaine-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.830751, - 48.644615 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.830751, - 48.644615 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.97425, - 48.674915 - ] - }, - "properties": { - "undefined": "Cernay-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.97425, - 48.674915 - ] - }, - "properties": { - "undefined": "Cernay-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.811028, - 48.586834 - ] - }, - "properties": { - "undefined": "Orcemont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.811028, - 48.586834 - ] - }, - "properties": { - "undefined": "Orcemont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.771222, - 48.638779 - ] - }, - "properties": { - "undefined": "Gazeran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.870972, - 48.492584 - ] - }, - "properties": { - "undefined": "Boinville-le-Gaillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.855722, - 48.693527 - ] - }, - "properties": { - "undefined": "Le Perray-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.870972, - 48.492584 - ] - }, - "properties": { - "undefined": "Boinville-le-Gaillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.73275, - 48.620556 - ] - }, - "properties": { - "undefined": "Saint-Hilarion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.876861, - 48.666058 - ] - }, - "properties": { - "undefined": "Vieille-Église-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.835139, - 48.635139 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.835139, - 48.635139 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.876806, - 48.462891 - ] - }, - "properties": { - "undefined": "Paray-Douaville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.876806, - 48.462891 - ] - }, - "properties": { - "undefined": "Paray-Douaville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.876861, - 48.666058 - ] - }, - "properties": { - "undefined": "Vieille-Église-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.857833, - 48.691528 - ] - }, - "properties": { - "undefined": "Le Perray-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.825583, - 48.624027 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.825583, - 48.624027 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.648667, - 48.681057 - ] - }, - "properties": { - "undefined": "La Boissière-École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.648667, - 48.681057 - ] - }, - "properties": { - "undefined": "La Boissière-École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.857833, - 48.691528 - ] - }, - "properties": { - "undefined": "Le Perray-en-Yvelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.73275, - 48.620556 - ] - }, - "properties": { - "undefined": "Saint-Hilarion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.392465, - 43.283473 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.466939, - 43.360151 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.466939, - 43.360151 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.378812, - 43.34764 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.378812, - 43.34764 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.369238, - 43.401226 - ] - }, - "properties": { - "undefined": "Septèmes-les-Vallons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.359208, - 43.28286 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.392465, - 43.283473 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.359208, - 43.28286 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4351, - 43.311065 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4351, - 43.311065 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410341, - 43.272064 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.391018, - 43.24751 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.391018, - 43.24751 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356974, - 43.354063 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404042, - 43.296462 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404042, - 43.296462 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31658, - 43.35928 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31658, - 43.35928 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.419599, - 43.302329 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.419599, - 43.302329 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.392652, - 43.263914 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356974, - 43.354063 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390964, - 43.289144 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390964, - 43.289144 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.375423, - 43.28474 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.375423, - 43.28474 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390964, - 43.289144 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390964, - 43.289144 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410341, - 43.272064 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.369238, - 43.401226 - ] - }, - "properties": { - "undefined": "Septèmes-les-Vallons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.392652, - 43.263914 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.385708, - 43.271343 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.436696, - 43.230377 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.412999, - 43.232758 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.412999, - 43.232758 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.46368, - 43.344786 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31663, - 43.35941 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.629119, - 43.294115 - ] - }, - "properties": { - "undefined": "Gémenos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.629119, - 43.294115 - ] - }, - "properties": { - "undefined": "Gémenos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465206, - 43.345215 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.418975, - 43.295209 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465206, - 43.345215 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.386217, - 43.293338 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.386217, - 43.293338 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.631226, - 43.213632 - ] - }, - "properties": { - "undefined": "Ceyreste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.631226, - 43.213632 - ] - }, - "properties": { - "undefined": "Ceyreste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.376535, - 43.316873 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.376535, - 43.316873 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.436696, - 43.230377 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.46368, - 43.344786 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.358982, - 43.34878 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.418975, - 43.295209 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31663, - 43.35941 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.358982, - 43.34878 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.477612, - 43.351743 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.477612, - 43.351743 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.378603, - 43.281329 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.378603, - 43.281329 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19051, - 43.431608 - ] - }, - "properties": { - "undefined": "Marignane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19051, - 43.431608 - ] - }, - "properties": { - "undefined": "Marignane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.385708, - 43.271343 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.145565, - 45.535069 - ] - }, - "properties": { - "undefined": "Meymac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.290458, - 45.387565 - ] - }, - "properties": { - "undefined": "Neuvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312163, - 45.549453 - ] - }, - "properties": { - "undefined": "Ussel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312163, - 45.549453 - ] - }, - "properties": { - "undefined": "Ussel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.926255, - 45.598333 - ] - }, - "properties": { - "undefined": "Bugeat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.926255, - 45.598333 - ] - }, - "properties": { - "undefined": "Bugeat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.451322, - 45.66523 - ] - }, - "properties": { - "undefined": "Eygurande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.451322, - 45.66523 - ] - }, - "properties": { - "undefined": "Eygurande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.145565, - 45.535069 - ] - }, - "properties": { - "undefined": "Meymac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271105, - 45.382999 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271105, - 45.382999 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.290458, - 45.387565 - ] - }, - "properties": { - "undefined": "Neuvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552876, - 49.072469 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.064884, - 48.974332 - ] - }, - "properties": { - "undefined": "Keskastel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.937306, - 45.359277 - ] - }, - "properties": { - "undefined": "Vitrac-sur-Montane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.81278, - 45.856003 - ] - }, - "properties": { - "undefined": "Les Salles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.273755, - 45.337849 - ] - }, - "properties": { - "undefined": "Lorlanges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.717265, - 48.538636 - ] - }, - "properties": { - "undefined": "Ostwald" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.154907, - 45.682211 - ] - }, - "properties": { - "undefined": "Magneux-Haute-Rive" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.855139, - 48.275634 - ] - }, - "properties": { - "undefined": "Fresnay-l'Évêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.812358, - 45.855017 - ] - }, - "properties": { - "undefined": "Les Salles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.855781, - 48.270983 - ] - }, - "properties": { - "undefined": "Fresnay-l'Évêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.344201, - 43.361123 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.347042, - 43.35903 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.090055, - 43.937192 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.770166, - 48.57303 - ] - }, - "properties": { - "undefined": "Strasbourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.770166, - 48.57303 - ] - }, - "properties": { - "undefined": "Strasbourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.770166, - 48.57303 - ] - }, - "properties": { - "undefined": "Strasbourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.770166, - 48.57303 - ] - }, - "properties": { - "undefined": "Strasbourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.770166, - 48.57303 - ] - }, - "properties": { - "undefined": "Strasbourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.770166, - 48.57303 - ] - }, - "properties": { - "undefined": "Strasbourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38847, - 47.920399 - ] - }, - "properties": { - "undefined": "Ploërmel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38847, - 47.920399 - ] - }, - "properties": { - "undefined": "Ploërmel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0849722, - 47.2945556 - ] - }, - "properties": { - "undefined": "Locmaria" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15921, - 47.349146 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.763716, - 47.716287 - ] - }, - "properties": { - "undefined": "Meucon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.433201, - 47.994416 - ] - }, - "properties": { - "undefined": "Meslan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.433201, - 47.994416 - ] - }, - "properties": { - "undefined": "Meslan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.235664, - 47.735956 - ] - }, - "properties": { - "undefined": "Merlevenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.235664, - 47.735956 - ] - }, - "properties": { - "undefined": "Merlevenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.462695, - 48.139513 - ] - }, - "properties": { - "undefined": "Ménéac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.462695, - 48.139513 - ] - }, - "properties": { - "undefined": "Ménéac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.110099, - 47.979188 - ] - }, - "properties": { - "undefined": "Melrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.110099, - 47.979188 - ] - }, - "properties": { - "undefined": "Melrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.282737, - 48.082356 - ] - }, - "properties": { - "undefined": "Mauron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.282737, - 48.082356 - ] - }, - "properties": { - "undefined": "Mauron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.305132, - 47.529508 - ] - }, - "properties": { - "undefined": "Marzan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.305132, - 47.529508 - ] - }, - "properties": { - "undefined": "Marzan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.384419, - 47.809912 - ] - }, - "properties": { - "undefined": "Malestroit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.384419, - 47.809912 - ] - }, - "properties": { - "undefined": "Malestroit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38363, - 47.810723 - ] - }, - "properties": { - "undefined": "Malestroit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38363, - 47.810723 - ] - }, - "properties": { - "undefined": "Malestroit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29572, - 47.676634 - ] - }, - "properties": { - "undefined": "Malansac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29572, - 47.676634 - ] - }, - "properties": { - "undefined": "Malansac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.373377, - 47.731763 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.373377, - 47.731763 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.401963, - 47.766652 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.401963, - 47.766652 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.382552, - 47.736239 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.382552, - 47.736239 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.393552, - 47.739971 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.393552, - 47.739971 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.763716, - 47.716287 - ] - }, - "properties": { - "undefined": "Meucon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.52498182745563, - 48.0526854834355 - ] - }, - "properties": { - "undefined": "Mohon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.52498182745563, - 48.0526854834355 - ] - }, - "properties": { - "undefined": "Mohon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.219651, - 47.713374 - ] - }, - "properties": { - "undefined": "Peillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.649047, - 47.629187 - ] - }, - "properties": { - "undefined": "Theix-Noyalo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.591434, - 47.792627 - ] - }, - "properties": { - "undefined": "Trédion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.591434, - 47.792627 - ] - }, - "properties": { - "undefined": "Trédion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.614167, - 47.682369 - ] - }, - "properties": { - "undefined": "Treffléan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.614167, - 47.682369 - ] - }, - "properties": { - "undefined": "Treffléan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.422678, - 47.866851 - ] - }, - "properties": { - "undefined": "Val d'Oust" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.422678, - 47.866851 - ] - }, - "properties": { - "undefined": "Val d'Oust" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.730633, - 47.658564 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.730633, - 47.658564 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.78023, - 47.632566 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.78023, - 47.632566 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.219651, - 47.713374 - ] - }, - "properties": { - "undefined": "Peillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.358157, - 47.580334 - ] - }, - "properties": { - "undefined": "Péaule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.681072, - 47.742514 - ] - }, - "properties": { - "undefined": "Monterblanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.358157, - 47.580334 - ] - }, - "properties": { - "undefined": "Péaule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.879812, - 48.067092 - ] - }, - "properties": { - "undefined": "Noyal-Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.879812, - 48.067092 - ] - }, - "properties": { - "undefined": "Noyal-Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.457083, - 47.592389 - ] - }, - "properties": { - "undefined": "Noyal-Muzillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.457083, - 47.592389 - ] - }, - "properties": { - "undefined": "Noyal-Muzillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.482977, - 47.555619 - ] - }, - "properties": { - "undefined": "Muzillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.482977, - 47.555619 - ] - }, - "properties": { - "undefined": "Muzillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.833536, - 47.855722 - ] - }, - "properties": { - "undefined": "Moustoir-Ac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.833536, - 47.855722 - ] - }, - "properties": { - "undefined": "Moustoir-Ac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.819318, - 47.91868 - ] - }, - "properties": { - "undefined": "Moréac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.819318, - 47.91868 - ] - }, - "properties": { - "undefined": "Moréac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.681072, - 47.742514 - ] - }, - "properties": { - "undefined": "Monterblanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37854, - 47.762901 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37854, - 47.762901 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.368187, - 47.746835 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0849722, - 47.2945556 - ] - }, - "properties": { - "undefined": "Locmaria" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.104075, - 47.710186 - ] - }, - "properties": { - "undefined": "Locoal-Mendon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.104075, - 47.710186 - ] - }, - "properties": { - "undefined": "Locoal-Mendon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34326909091439, - 47.7237299482431 - ] - }, - "properties": { - "undefined": "Locmiquélic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34326909091439, - 47.7237299482431 - ] - }, - "properties": { - "undefined": "Locmiquélic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.829046, - 47.881531 - ] - }, - "properties": { - "undefined": "Locminé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.829046, - 47.881531 - ] - }, - "properties": { - "undefined": "Locminé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.837508, - 47.888933 - ] - }, - "properties": { - "undefined": "Locminé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.837508, - 47.888933 - ] - }, - "properties": { - "undefined": "Locminé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.943775, - 47.568076 - ] - }, - "properties": { - "undefined": "Locmariaquer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.943775, - 47.568076 - ] - }, - "properties": { - "undefined": "Locmariaquer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.787496, - 47.756393 - ] - }, - "properties": { - "undefined": "Locmaria-Grand-Champ" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.787496, - 47.756393 - ] - }, - "properties": { - "undefined": "Locmaria-Grand-Champ" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.188811, - 48.070927 - ] - }, - "properties": { - "undefined": "Locmalo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76628, - 47.758191 - ] - }, - "properties": { - "undefined": "Locqueltas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.188811, - 48.070927 - ] - }, - "properties": { - "undefined": "Locmalo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.526434, - 47.862029 - ] - }, - "properties": { - "undefined": "Lizio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.526434, - 47.862029 - ] - }, - "properties": { - "undefined": "Lizio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.353597, - 47.636525 - ] - }, - "properties": { - "undefined": "Limerzel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.353597, - 47.636525 - ] - }, - "properties": { - "undefined": "Limerzel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.271274, - 48.036786 - ] - }, - "properties": { - "undefined": "Lignol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.271274, - 48.036786 - ] - }, - "properties": { - "undefined": "Lignol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.212803, - 47.739021 - ] - }, - "properties": { - "undefined": "Les Fougerêts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.212803, - 47.739021 - ] - }, - "properties": { - "undefined": "Les Fougerêts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.648074, - 47.525771 - ] - }, - "properties": { - "undefined": "Le Tour-du-Parc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1861944, - 47.36075 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1861944, - 47.36075 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76628, - 47.758191 - ] - }, - "properties": { - "undefined": "Locqueltas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.365966, - 47.735396 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.368187, - 47.746835 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36632778285274, - 47.7542447078472 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.387461, - 47.742671 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.387461, - 47.742671 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.385916, - 47.761289 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.385916, - 47.761289 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.356266, - 47.746452 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.356266, - 47.746452 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.356266, - 47.746452 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.356266, - 47.746452 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.360043, - 47.749039 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.360043, - 47.749039 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.361121, - 47.74982 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.361121, - 47.74982 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36632778285274, - 47.7542447078472 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.365966, - 47.735396 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36687356916206, - 47.7541104118167 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36687356916206, - 47.7541104118167 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37788, - 47.75316 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37788, - 47.75316 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.362195, - 47.753665 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.362195, - 47.753665 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36581, - 47.748922 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36581, - 47.748922 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.364871, - 47.751861 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.364871, - 47.751861 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.359602, - 47.730545 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.359602, - 47.730545 - ] - }, - "properties": { - "undefined": "Lorient" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.649047, - 47.629187 - ] - }, - "properties": { - "undefined": "Theix-Noyalo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.629431, - 47.579263 - ] - }, - "properties": { - "undefined": "Surzur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.629431, - 47.579263 - ] - }, - "properties": { - "undefined": "Surzur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.121657, - 47.481743 - ] - }, - "properties": { - "undefined": "Quiberon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.965144, - 48.071378 - ] - }, - "properties": { - "undefined": "Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.965144, - 48.071378 - ] - }, - "properties": { - "undefined": "Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.357774, - 47.707941 - ] - }, - "properties": { - "undefined": "Port-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.357774, - 47.707941 - ] - }, - "properties": { - "undefined": "Port-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.410638, - 48.060595 - ] - }, - "properties": { - "undefined": "Priziac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.410638, - 48.060595 - ] - }, - "properties": { - "undefined": "Priziac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.449763, - 47.681789 - ] - }, - "properties": { - "undefined": "Questembert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.449763, - 47.681789 - ] - }, - "properties": { - "undefined": "Questembert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.452043, - 47.660195 - ] - }, - "properties": { - "undefined": "Questembert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.452043, - 47.660195 - ] - }, - "properties": { - "undefined": "Questembert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.41565, - 47.790313 - ] - }, - "properties": { - "undefined": "Quéven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.41565, - 47.790313 - ] - }, - "properties": { - "undefined": "Quéven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.121657, - 47.481743 - ] - }, - "properties": { - "undefined": "Quiberon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.966614, - 48.064974 - ] - }, - "properties": { - "undefined": "Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.10414118509687, - 47.4874178836587 - ] - }, - "properties": { - "undefined": "Quiberon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.10414118509687, - 47.4874178836587 - ] - }, - "properties": { - "undefined": "Quiberon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.135324, - 47.906071 - ] - }, - "properties": { - "undefined": "Quistinic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.135324, - 47.906071 - ] - }, - "properties": { - "undefined": "Quistinic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.713993, - 47.961865 - ] - }, - "properties": { - "undefined": "Radenac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.713993, - 47.961865 - ] - }, - "properties": { - "undefined": "Radenac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.310304, - 47.712149 - ] - }, - "properties": { - "undefined": "Riantec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.310304, - 47.712149 - ] - }, - "properties": { - "undefined": "Riantec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.101493, - 47.631023 - ] - }, - "properties": { - "undefined": "Rieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.101493, - 47.631023 - ] - }, - "properties": { - "undefined": "Rieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.752332, - 48.068001 - ] - }, - "properties": { - "undefined": "Rohan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.752332, - 48.068001 - ] - }, - "properties": { - "undefined": "Rohan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.966614, - 48.064974 - ] - }, - "properties": { - "undefined": "Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.9684577690378, - 48.0700414667807 - ] - }, - "properties": { - "undefined": "Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.717093, - 48.126648 - ] - }, - "properties": { - "undefined": "Roudouallec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.065024, - 47.981275 - ] - }, - "properties": { - "undefined": "Pluméliau-Bieuzy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.336528, - 47.917212 - ] - }, - "properties": { - "undefined": "Plouay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.336528, - 47.917212 - ] - }, - "properties": { - "undefined": "Plouay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.915687, - 47.653088 - ] - }, - "properties": { - "undefined": "Plougoumelen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.915687, - 47.653088 - ] - }, - "properties": { - "undefined": "Plougoumelen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.112396, - 47.599028 - ] - }, - "properties": { - "undefined": "Plouharnel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.112396, - 47.599028 - ] - }, - "properties": { - "undefined": "Plouharnel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.251559, - 47.696366 - ] - }, - "properties": { - "undefined": "Plouhinec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.251559, - 47.696366 - ] - }, - "properties": { - "undefined": "Plouhinec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.389359, - 48.145256 - ] - }, - "properties": { - "undefined": "Plouray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.389359, - 48.145256 - ] - }, - "properties": { - "undefined": "Plouray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.641815, - 47.838044 - ] - }, - "properties": { - "undefined": "Plumelec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.641815, - 47.838044 - ] - }, - "properties": { - "undefined": "Plumelec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.065024, - 47.981275 - ] - }, - "properties": { - "undefined": "Pluméliau-Bieuzy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.9684577690378, - 48.0700414667807 - ] - }, - "properties": { - "undefined": "Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.972268, - 47.957695 - ] - }, - "properties": { - "undefined": "Pluméliau-Bieuzy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.972268, - 47.957695 - ] - }, - "properties": { - "undefined": "Pluméliau-Bieuzy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.886022, - 47.861432 - ] - }, - "properties": { - "undefined": "Plumelin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.886022, - 47.861432 - ] - }, - "properties": { - "undefined": "Plumelin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.95916, - 47.673607 - ] - }, - "properties": { - "undefined": "Pluneret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.95916, - 47.673607 - ] - }, - "properties": { - "undefined": "Pluneret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.009248, - 47.777566 - ] - }, - "properties": { - "undefined": "Pluvigner" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.009248, - 47.777566 - ] - }, - "properties": { - "undefined": "Pluvigner" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.399863, - 47.833423 - ] - }, - "properties": { - "undefined": "Pont-Scorff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.399863, - 47.833423 - ] - }, - "properties": { - "undefined": "Pont-Scorff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.95376, - 48.054001 - ] - }, - "properties": { - "undefined": "Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.95376, - 48.054001 - ] - }, - "properties": { - "undefined": "Pontivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.717093, - 48.126648 - ] - }, - "properties": { - "undefined": "Roudouallec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.282708, - 47.819758 - ] - }, - "properties": { - "undefined": "Ruffiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.570696, - 47.675299 - ] - }, - "properties": { - "undefined": "Sulniac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.769914, - 47.525 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.131924, - 47.520606 - ] - }, - "properties": { - "undefined": "Saint-Pierre-Quiberon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34054, - 48.09947 - ] - }, - "properties": { - "undefined": "Saint-Tugdual" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34054, - 48.09947 - ] - }, - "properties": { - "undefined": "Saint-Tugdual" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.950392, - 47.703906 - ] - }, - "properties": { - "undefined": "Sainte-Anne-d'Auray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.950392, - 47.703906 - ] - }, - "properties": { - "undefined": "Sainte-Anne-d'Auray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1275, - 48.1642 - ] - }, - "properties": { - "undefined": "Sainte-Brigitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1275, - 48.1642 - ] - }, - "properties": { - "undefined": "Sainte-Brigitte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76105177805124, - 47.5275250709627 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76105177805124, - 47.5275250709627 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76127088823087, - 47.5274203638255 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76127088823087, - 47.5274203638255 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.769914, - 47.525 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.776055, - 47.522153 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.000351, - 47.586732 - ] - }, - "properties": { - "undefined": "Saint-Philibert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.776055, - 47.522153 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.721365, - 47.54681 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.721365, - 47.54681 - ] - }, - "properties": { - "undefined": "Sarzeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.2206389, - 47.3759444 - ] - }, - "properties": { - "undefined": "Sauzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.2206389, - 47.3759444 - ] - }, - "properties": { - "undefined": "Sauzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.2229723, - 47.3683056 - ] - }, - "properties": { - "undefined": "Sauzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.2229723, - 47.3683056 - ] - }, - "properties": { - "undefined": "Sauzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.736666, - 47.618809 - ] - }, - "properties": { - "undefined": "Séné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.736666, - 47.618809 - ] - }, - "properties": { - "undefined": "Séné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.507532, - 47.82212 - ] - }, - "properties": { - "undefined": "Sérent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.507532, - 47.82212 - ] - }, - "properties": { - "undefined": "Sérent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.570696, - 47.675299 - ] - }, - "properties": { - "undefined": "Sulniac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.131924, - 47.520606 - ] - }, - "properties": { - "undefined": "Saint-Pierre-Quiberon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.000351, - 47.586732 - ] - }, - "properties": { - "undefined": "Saint-Philibert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.282708, - 47.819758 - ] - }, - "properties": { - "undefined": "Ruffiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82046, - 48.12327 - ] - }, - "properties": { - "undefined": "Saint-Gonnery" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.723772, - 47.911114 - ] - }, - "properties": { - "undefined": "Saint-Allouestre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.723772, - 47.911114 - ] - }, - "properties": { - "undefined": "Saint-Allouestre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.737215, - 47.690303 - ] - }, - "properties": { - "undefined": "Saint-Avé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.737215, - 47.690303 - ] - }, - "properties": { - "undefined": "Saint-Avé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.04573, - 47.92571 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.04573, - 47.92571 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.153323, - 47.544915 - ] - }, - "properties": { - "undefined": "Saint-Dolay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.153323, - 47.544915 - ] - }, - "properties": { - "undefined": "Saint-Dolay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.890817, - 48.107927 - ] - }, - "properties": { - "undefined": "Saint-Gérand-Croixanvec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.890817, - 48.107927 - ] - }, - "properties": { - "undefined": "Saint-Gérand-Croixanvec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.833298, - 47.50187 - ] - }, - "properties": { - "undefined": "Saint-Gildas-de-Rhuys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.833298, - 47.50187 - ] - }, - "properties": { - "undefined": "Saint-Gildas-de-Rhuys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82046, - 48.12327 - ] - }, - "properties": { - "undefined": "Saint-Gonnery" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.106252, - 47.667242 - ] - }, - "properties": { - "undefined": "Saint-Perreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38561913884387, - 47.9266217574649 - ] - }, - "properties": { - "undefined": "Ploërmel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.279209, - 47.725984 - ] - }, - "properties": { - "undefined": "Saint-Gravé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.279209, - 47.725984 - ] - }, - "properties": { - "undefined": "Saint-Gravé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.723187, - 47.844376 - ] - }, - "properties": { - "undefined": "Saint-Jean-Brévelay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.723187, - 47.844376 - ] - }, - "properties": { - "undefined": "Saint-Jean-Brévelay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.47243, - 48.014049 - ] - }, - "properties": { - "undefined": "Saint-Malo-des-Trois-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.47243, - 48.014049 - ] - }, - "properties": { - "undefined": "Saint-Malo-des-Trois-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.418437, - 47.803188 - ] - }, - "properties": { - "undefined": "Saint-Marcel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.418437, - 47.803188 - ] - }, - "properties": { - "undefined": "Saint-Marcel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.650631, - 47.703143 - ] - }, - "properties": { - "undefined": "Saint-Nolff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.650631, - 47.703143 - ] - }, - "properties": { - "undefined": "Saint-Nolff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.106252, - 47.667242 - ] - }, - "properties": { - "undefined": "Saint-Perreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15921, - 47.349146 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.648074, - 47.525771 - ] - }, - "properties": { - "undefined": "Le Tour-du-Parc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15679787965018, - 47.3472517670383 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.167758, - 47.67557 - ] - }, - "properties": { - "undefined": "Belz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.01283, - 47.896999 - ] - }, - "properties": { - "undefined": "Baud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.01283, - 47.896999 - ] - }, - "properties": { - "undefined": "Baud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.018244, - 47.874823 - ] - }, - "properties": { - "undefined": "Baud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.018244, - 47.874823 - ] - }, - "properties": { - "undefined": "Baud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.86303026029825, - 47.6014170979096 - ] - }, - "properties": { - "undefined": "Baden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.86303026029825, - 47.6014170979096 - ] - }, - "properties": { - "undefined": "Baden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.91851626989541, - 47.618330149684 - ] - }, - "properties": { - "undefined": "Baden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.91851626989541, - 47.618330149684 - ] - }, - "properties": { - "undefined": "Baden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.989563, - 47.666459 - ] - }, - "properties": { - "undefined": "Auray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.989563, - 47.666459 - ] - }, - "properties": { - "undefined": "Auray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.008414, - 47.670334 - ] - }, - "properties": { - "undefined": "Auray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.008414, - 47.670334 - ] - }, - "properties": { - "undefined": "Auray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.98203, - 47.668615 - ] - }, - "properties": { - "undefined": "Auray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.98203, - 47.668615 - ] - }, - "properties": { - "undefined": "Auray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.281177, - 47.919083 - ] - }, - "properties": { - "undefined": "Augan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.281177, - 47.919083 - ] - }, - "properties": { - "undefined": "Augan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.894551, - 47.542052 - ] - }, - "properties": { - "undefined": "Arzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.894551, - 47.542052 - ] - }, - "properties": { - "undefined": "Arzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.891044, - 47.549741 - ] - }, - "properties": { - "undefined": "Arzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.891044, - 47.549741 - ] - }, - "properties": { - "undefined": "Arzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.379785, - 47.50075 - ] - }, - "properties": { - "undefined": "Arzal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.379785, - 47.50075 - ] - }, - "properties": { - "undefined": "Arzal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40121, - 47.534599 - ] - }, - "properties": { - "undefined": "Arzal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40121, - 47.534599 - ] - }, - "properties": { - "undefined": "Arzal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.83016002077974, - 47.61487027016 - ] - }, - "properties": { - "undefined": "Arradon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.167758, - 47.67557 - ] - }, - "properties": { - "undefined": "Belz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.393807, - 47.995538 - ] - }, - "properties": { - "undefined": "Berné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.336729, - 47.887598 - ] - }, - "properties": { - "undefined": "Cléguer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.393807, - 47.995538 - ] - }, - "properties": { - "undefined": "Berné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.341557, - 47.810829 - ] - }, - "properties": { - "undefined": "Caudan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07873, - 47.5846 - ] - }, - "properties": { - "undefined": "Carnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07873, - 47.5846 - ] - }, - "properties": { - "undefined": "Carnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0778143, - 47.57026302 - ] - }, - "properties": { - "undefined": "Carnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0778143, - 47.57026302 - ] - }, - "properties": { - "undefined": "Carnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.133332, - 47.817804 - ] - }, - "properties": { - "undefined": "Carentoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15679787965018, - 47.3472517670383 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.000257, - 47.848171 - ] - }, - "properties": { - "undefined": "Camors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.000257, - 47.848171 - ] - }, - "properties": { - "undefined": "Camors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.397549, - 47.480774 - ] - }, - "properties": { - "undefined": "Camoël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.397549, - 47.480774 - ] - }, - "properties": { - "undefined": "Camoël" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.322814, - 47.875616 - ] - }, - "properties": { - "undefined": "Calan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.322814, - 47.875616 - ] - }, - "properties": { - "undefined": "Calan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.285431, - 47.630798 - ] - }, - "properties": { - "undefined": "Caden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.285431, - 47.630798 - ] - }, - "properties": { - "undefined": "Caden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.173147, - 47.964535 - ] - }, - "properties": { - "undefined": "Bubry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.173147, - 47.964535 - ] - }, - "properties": { - "undefined": "Bubry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.686605, - 48.061611 - ] - }, - "properties": { - "undefined": "Bréhan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.686605, - 48.061611 - ] - }, - "properties": { - "undefined": "Bréhan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.999055, - 47.720345 - ] - }, - "properties": { - "undefined": "Brech" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.999055, - 47.720345 - ] - }, - "properties": { - "undefined": "Brech" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.948935, - 47.638886 - ] - }, - "properties": { - "undefined": "Le Bono" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.948935, - 47.638886 - ] - }, - "properties": { - "undefined": "Le Bono" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.771008, - 47.880847 - ] - }, - "properties": { - "undefined": "Bignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.771008, - 47.880847 - ] - }, - "properties": { - "undefined": "Bignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.83016002077974, - 47.61487027016 - ] - }, - "properties": { - "undefined": "Arradon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82373725796509, - 47.6269066197669 - ] - }, - "properties": { - "undefined": "Arradon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82373725796509, - 47.6269066197669 - ] - }, - "properties": { - "undefined": "Arradon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.163514, - 47.637975 - ] - }, - "properties": { - "undefined": "Allaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.79624, - 47.660678 - ] - }, - "properties": { - "undefined": "Ploeren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.79624, - 47.660678 - ] - }, - "properties": { - "undefined": "Ploeren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.45439663305045, - 47.7033830419759 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.45439663305045, - 47.7033830419759 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.427366, - 47.734611 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.427366, - 47.734611 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.432524, - 47.702308 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.432524, - 47.702308 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4989, - 47.7342 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4989, - 47.7342 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.426771, - 47.736924 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.426771, - 47.736924 - ] - }, - "properties": { - "undefined": "Ploemeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.070389, - 47.65296 - ] - }, - "properties": { - "undefined": "Ploemel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.070389, - 47.65296 - ] - }, - "properties": { - "undefined": "Ploemel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.684955, - 47.98792 - ] - }, - "properties": { - "undefined": "Pleugriffet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.684955, - 47.98792 - ] - }, - "properties": { - "undefined": "Pleugriffet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.376077, - 47.758092 - ] - }, - "properties": { - "undefined": "Pleucadeuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.376077, - 47.758092 - ] - }, - "properties": { - "undefined": "Pleucadeuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.804416, - 47.697468 - ] - }, - "properties": { - "undefined": "Plescop" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.804416, - 47.697468 - ] - }, - "properties": { - "undefined": "Plescop" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.689778, - 47.778166 - ] - }, - "properties": { - "undefined": "Plaudren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.689778, - 47.778166 - ] - }, - "properties": { - "undefined": "Plaudren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.470933, - 47.482122 - ] - }, - "properties": { - "undefined": "Pénestin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.470933, - 47.482122 - ] - }, - "properties": { - "undefined": "Pénestin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38561913884387, - 47.9266217574649 - ] - }, - "properties": { - "undefined": "Ploërmel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.869326, - 47.655716 - ] - }, - "properties": { - "undefined": "Ploeren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.869326, - 47.655716 - ] - }, - "properties": { - "undefined": "Ploeren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.788282, - 47.651531 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.788496, - 47.670475 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.163514, - 47.637975 - ] - }, - "properties": { - "undefined": "Allaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.770689, - 47.645533 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.763805, - 47.65884 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.763805, - 47.65884 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.759406, - 47.656324 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.759406, - 47.656324 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.753999, - 47.658649 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.753999, - 47.658649 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7308, - 47.6654 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7308, - 47.6654 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.788496, - 47.670475 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76399, - 47.63785 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.788282, - 47.651531 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76399, - 47.63785 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.804662, - 47.657587 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.804662, - 47.657587 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.754891, - 47.642143 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.754891, - 47.642143 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.768083, - 47.670911 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.768083, - 47.670911 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.755181, - 47.650702 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.755181, - 47.650702 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.772154, - 47.658028 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.772154, - 47.658028 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.341557, - 47.810829 - ] - }, - "properties": { - "undefined": "Caudan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.133332, - 47.817804 - ] - }, - "properties": { - "undefined": "Carentoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.336729, - 47.887598 - ] - }, - "properties": { - "undefined": "Cléguer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84862890173862, - 47.5921152831321 - ] - }, - "properties": { - "undefined": "Île-aux-Moines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.076174, - 47.748351 - ] - }, - "properties": { - "undefined": "Landaul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.076174, - 47.748351 - ] - }, - "properties": { - "undefined": "Landaul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.54198, - 47.688679 - ] - }, - "properties": { - "undefined": "La Vraie-Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.54198, - 47.688679 - ] - }, - "properties": { - "undefined": "La Vraie-Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.029185, - 47.589297 - ] - }, - "properties": { - "undefined": "La Trinité-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.029185, - 47.589297 - ] - }, - "properties": { - "undefined": "La Trinité-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.545212, - 48.097286 - ] - }, - "properties": { - "undefined": "La Trinité-Porhoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.545212, - 48.097286 - ] - }, - "properties": { - "undefined": "La Trinité-Porhoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29707, - 47.517403 - ] - }, - "properties": { - "undefined": "La Roche-Bernard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29707, - 47.517403 - ] - }, - "properties": { - "undefined": "La Roche-Bernard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.134335, - 47.76628 - ] - }, - "properties": { - "undefined": "La Gacilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.134335, - 47.76628 - ] - }, - "properties": { - "undefined": "La Gacilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.240835, - 47.764089 - ] - }, - "properties": { - "undefined": "Kervignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.240835, - 47.764089 - ] - }, - "properties": { - "undefined": "Kervignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.318491, - 48.007954 - ] - }, - "properties": { - "undefined": "Kernascléden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.318491, - 48.007954 - ] - }, - "properties": { - "undefined": "Kernascléden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.812224, - 47.817567 - ] - }, - "properties": { - "undefined": "Colpo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.54946112322054, - 47.9537301035597 - ] - }, - "properties": { - "undefined": "Josselin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.546018, - 47.954125 - ] - }, - "properties": { - "undefined": "Josselin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.546018, - 47.954125 - ] - }, - "properties": { - "undefined": "Josselin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.248809, - 47.827935 - ] - }, - "properties": { - "undefined": "Inzinzac-Lochrist" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.248809, - 47.827935 - ] - }, - "properties": { - "undefined": "Inzinzac-Lochrist" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.28161, - 47.977818 - ] - }, - "properties": { - "undefined": "Inguiniel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.28161, - 47.977818 - ] - }, - "properties": { - "undefined": "Inguiniel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84862890173862, - 47.5921152831321 - ] - }, - "properties": { - "undefined": "Île-aux-Moines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.120444, - 47.761657 - ] - }, - "properties": { - "undefined": "Landévant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.120444, - 47.761657 - ] - }, - "properties": { - "undefined": "Landévant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.349639, - 47.763304 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.385595, - 47.706284 - ] - }, - "properties": { - "undefined": "Larmor-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.154, - 47.3446389 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.154, - 47.3446389 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.154, - 47.3446389 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.154, - 47.3446389 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15478, - 47.3464444 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15478, - 47.3464444 - ] - }, - "properties": { - "undefined": "Le Palais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.48967, - 48.030602 - ] - }, - "properties": { - "undefined": "Le Faouët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.48967, - 48.030602 - ] - }, - "properties": { - "undefined": "Le Faouët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.499354, - 48.032159 - ] - }, - "properties": { - "undefined": "Le Faouët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.499354, - 48.032159 - ] - }, - "properties": { - "undefined": "Le Faouët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.385595, - 47.706284 - ] - }, - "properties": { - "undefined": "Larmor-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.382645, - 47.706029 - ] - }, - "properties": { - "undefined": "Larmor-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.349639, - 47.763304 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.382645, - 47.706029 - ] - }, - "properties": { - "undefined": "Larmor-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.384561, - 47.70391 - ] - }, - "properties": { - "undefined": "Larmor-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.384561, - 47.70391 - ] - }, - "properties": { - "undefined": "Larmor-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.261518, - 47.889343 - ] - }, - "properties": { - "undefined": "Lanvaudan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.261518, - 47.889343 - ] - }, - "properties": { - "undefined": "Lanvaudan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.159671, - 47.834239 - ] - }, - "properties": { - "undefined": "Languidic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.159671, - 47.834239 - ] - }, - "properties": { - "undefined": "Languidic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.491434, - 48.103788 - ] - }, - "properties": { - "undefined": "Langonnet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.491434, - 48.103788 - ] - }, - "properties": { - "undefined": "Langonnet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.341074, - 47.774319 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.341074, - 47.774319 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84862890173862, - 47.5921152831321 - ] - }, - "properties": { - "undefined": "Île-aux-Moines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.54946112322054, - 47.9537301035597 - ] - }, - "properties": { - "undefined": "Josselin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84862890173862, - 47.5921152831321 - ] - }, - "properties": { - "undefined": "Île-aux-Moines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.20436, - 47.657677 - ] - }, - "properties": { - "undefined": "Étel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.842664, - 47.758084 - ] - }, - "properties": { - "undefined": "Grand-Champ" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.600977, - 48.141016 - ] - }, - "properties": { - "undefined": "Gourin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.600977, - 48.141016 - ] - }, - "properties": { - "undefined": "Gourin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.442704, - 47.803108 - ] - }, - "properties": { - "undefined": "Gestel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.442704, - 47.803108 - ] - }, - "properties": { - "undefined": "Gestel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.344105, - 47.48098 - ] - }, - "properties": { - "undefined": "Férel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.344105, - 47.48098 - ] - }, - "properties": { - "undefined": "Férel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.852219, - 47.601017 - ] - }, - "properties": { - "undefined": "Île-aux-Moines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.8311430135182, - 47.9891560944795 - ] - }, - "properties": { - "undefined": "Évellys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.20436, - 47.657677 - ] - }, - "properties": { - "undefined": "Étel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.770689, - 47.645533 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.156938, - 47.641144 - ] - }, - "properties": { - "undefined": "Erdeven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.448803, - 47.641507 - ] - }, - "properties": { - "undefined": "Groix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.156938, - 47.641144 - ] - }, - "properties": { - "undefined": "Erdeven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.590841, - 47.7337 - ] - }, - "properties": { - "undefined": "Elven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.590841, - 47.7337 - ] - }, - "properties": { - "undefined": "Elven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5899562431288, - 47.7311983193366 - ] - }, - "properties": { - "undefined": "Elven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5899562431288, - 47.7311983193366 - ] - }, - "properties": { - "undefined": "Elven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.581612, - 47.517901 - ] - }, - "properties": { - "undefined": "Damgan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.581612, - 47.517901 - ] - }, - "properties": { - "undefined": "Damgan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.00082862377166, - 47.6173830049512 - ] - }, - "properties": { - "undefined": "Crach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10467, - 47.74654 - ] - }, - "properties": { - "undefined": "Cournon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10467, - 47.74654 - ] - }, - "properties": { - "undefined": "Cournon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.812224, - 47.817567 - ] - }, - "properties": { - "undefined": "Colpo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.842664, - 47.758084 - ] - }, - "properties": { - "undefined": "Grand-Champ" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.8311430135182, - 47.9891560944795 - ] - }, - "properties": { - "undefined": "Évellys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.448803, - 47.641507 - ] - }, - "properties": { - "undefined": "Groix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.092245, - 48.028073 - ] - }, - "properties": { - "undefined": "Guern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.852219, - 47.601017 - ] - }, - "properties": { - "undefined": "Île-aux-Moines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.276149, - 47.804724 - ] - }, - "properties": { - "undefined": "Hennebont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.276149, - 47.804724 - ] - }, - "properties": { - "undefined": "Hennebont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.563301, - 47.93859 - ] - }, - "properties": { - "undefined": "Guégon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.6447748899666, - 48.048179763944 - ] - }, - "properties": { - "undefined": "Guiscriff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.403894, - 48.043441 - ] - }, - "properties": { - "undefined": "Guilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.403894, - 48.043441 - ] - }, - "properties": { - "undefined": "Guilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.526174, - 47.772376 - ] - }, - "properties": { - "undefined": "Guidel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.526174, - 47.772376 - ] - }, - "properties": { - "undefined": "Guidel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.493116, - 47.792624 - ] - }, - "properties": { - "undefined": "Guidel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.493116, - 47.792624 - ] - }, - "properties": { - "undefined": "Guidel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.6447748899666, - 48.048179763944 - ] - }, - "properties": { - "undefined": "Guiscriff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.641356, - 47.891521 - ] - }, - "properties": { - "undefined": "Guéhenno" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.092245, - 48.028073 - ] - }, - "properties": { - "undefined": "Guern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.127943, - 47.930239 - ] - }, - "properties": { - "undefined": "Guer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.127943, - 47.930239 - ] - }, - "properties": { - "undefined": "Guer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.123399, - 47.905937 - ] - }, - "properties": { - "undefined": "Guer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.123399, - 47.905937 - ] - }, - "properties": { - "undefined": "Guer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.976864, - 47.908288 - ] - }, - "properties": { - "undefined": "Guénin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.976864, - 47.908288 - ] - }, - "properties": { - "undefined": "Guénin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.207056, - 48.066944 - ] - }, - "properties": { - "undefined": "Guémené-sur-Scorff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.207056, - 48.066944 - ] - }, - "properties": { - "undefined": "Guémené-sur-Scorff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.641356, - 47.891521 - ] - }, - "properties": { - "undefined": "Guéhenno" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.563301, - 47.93859 - ] - }, - "properties": { - "undefined": "Guégon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21293391, - 43.59465073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49386651, - 45.17546501 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90503399, - 50.39211132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49386651, - 45.17546501 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90503399, - 50.39211132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90753401, - 50.40535504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90753401, - 50.40535504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12649837, - 48.92939691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259541, - 43.597814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212832, - 43.59482 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.899912, - 48.387296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212832, - 43.59482 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259541, - 43.597814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212832, - 43.59482 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92319429, - 45.52570952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92319429, - 45.52570952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.899912, - 48.387296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.07743485, - 45.15738978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.07743485, - 45.15738978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12649837, - 48.92939691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12649837, - 48.92939691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09757818, - 48.33466413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.498815, - 48.537752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.34955611, - 45.8983228 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.34955083, - 45.89835266 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11726363, - 46.95470032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11726363, - 46.95470032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30002918, - 49.0986626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30002918, - 49.0986626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.498815, - 48.537752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.498815, - 48.537752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.498815, - 48.537752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.498815, - 48.537752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09757818, - 48.33466413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.498815, - 48.537752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35406181, - 49.08576759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93247, - 43.5894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35406181, - 49.08576759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.30014679, - 49.04953011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.30014679, - 49.04953011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.30014679, - 49.04953011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.30014679, - 49.04953011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.30014679, - 49.04953011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93247, - 43.5894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36811, - 49.2043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93247, - 43.5894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62777, - 49.8986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.01524, - 49.6965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62777, - 49.8986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8985553, - 49.5669167 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90333, - 49.8328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.01524, - 49.6965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8985553, - 49.5669167 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.335, - 49.3587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31164, - 49.3814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31164, - 49.3814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11831, - 49.4071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.24542, - 49.7334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.91678, - 49.9735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25383, - 49.6405 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25383, - 49.6405 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.38132, - 49.5948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.24542, - 49.7334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.48756, - 49.8394 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29575, - 49.8397 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32714, - 49.383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39139, - 49.0662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.22083, - 49.6128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32809, - 49.3858 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11831, - 49.4071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32277, - 48.9656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32809, - 49.3858 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.335, - 49.3587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08169, - 49.2414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93247, - 43.5894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.965054, - 48.632276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65554508, - 49.99203596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53182, - 49.3415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08169, - 49.2414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08842, - 49.2538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08842, - 49.2538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28589, - 48.977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28611, - 49.8481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32148, - 49.3821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30527, - 49.3807 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32148, - 49.3821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.91678, - 49.9735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33263, - 49.3874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28611, - 49.8481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96797, - 49.4363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33663, - 49.3886 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32714, - 49.383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31632, - 49.3645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25982, - 49.1706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29915, - 49.3799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11368547, - 49.4032033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29915, - 49.3799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.44305, - 48.8956 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30645, - 49.3746 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30645, - 49.3746 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.44305, - 48.8956 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3263, - 49.3816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.22083, - 49.6128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12904419, - 49.70972449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12904419, - 49.70972449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32161, - 49.3776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3223, - 49.3859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3223, - 49.3859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6158, - 49.6079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6518, - 49.5675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33663, - 49.3886 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31577, - 49.3761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32626, - 49.3776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14828, - 49.3892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32161, - 49.3776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.63055, - 49.8988 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.451062, - 49.989362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.374131, - 49.029846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41583, - 49.9463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.451062, - 49.989362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36856, - 49.6619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6158, - 49.6079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.63055, - 49.8988 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36856, - 49.6619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32638, - 49.3943 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29831, - 49.8406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29575, - 49.8397 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08333333, - 49.91444444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29831, - 49.8406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32848, - 49.3846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32651, - 49.3792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12694, - 49.372487 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60313, - 49.55677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11404, - 49.3983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39139, - 49.0662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32651, - 49.3792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39553, - 49.3902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64527, - 49.9055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.44043, - 49.3845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39553, - 49.3902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.44043, - 49.3845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32277, - 48.9656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36727, - 48.9898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31577, - 49.3761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11404, - 49.3983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32106, - 49.3804 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96797, - 49.4363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36727, - 48.9898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5945, - 49.5764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29519, - 49.8596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29519, - 49.8596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12694, - 49.372487 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15, - 49.8775 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30091, - 49.8338 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3263, - 49.3816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6518, - 49.5675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.22555, - 49.7561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69635, - 50.0074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53182, - 49.3415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52155, - 49.0611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.89959, - 49.4032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.965007, - 49.065371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.965007, - 49.065371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.40102222, - 49.14844108 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.40102222, - 49.14844108 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07420562, - 48.7357212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07420562, - 48.7357212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69625, - 49.205 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69625, - 49.205 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69625, - 49.205 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69625, - 49.205 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11827, - 45.7597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11827, - 45.7597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11827, - 45.7597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11827, - 45.7597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08703, - 45.7644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08703, - 45.7644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08703, - 45.7644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08703, - 45.7644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08703, - 45.7644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08703, - 45.7644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58976, - 46.3306 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58976, - 46.3306 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462643, - 44.917315 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462643, - 44.917315 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462643, - 44.917315 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.830157, - 48.897452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4906, - -20.8901 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4906, - -20.8901 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3183, - -20.9455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4906, - -20.8901 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4602, - -21.3343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4602, - -21.3343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4602, - -21.3343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3183, - -20.9455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4602, - -21.3343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4906, - -20.8901 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.26599292, - -21.0141679 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.830157, - 48.897452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.83507, - 47.9626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.027209, - 46.890697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.027209, - 46.890697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.027209, - 46.890697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.027209, - 46.890697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81495946, - 46.47176608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81495946, - 46.47176608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81495946, - 46.47176608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81495946, - 46.47176608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.83507, - 47.9626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.83507, - 47.9626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.83507, - 47.9626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39148, - 49.0662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50235, - 44.870304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50235, - 44.870304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50235, - 44.870304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.686231, - 44.82537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.686231, - 44.82537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.686231, - 44.82537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.686231, - 44.82537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.686231, - 44.82537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.686231, - 44.82537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32626, - 49.3776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.47162, - 49.4336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.47162, - 49.4336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.374131, - 49.029846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.89959, - 49.4032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07527, - 49.9272 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07527, - 49.9272 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52155, - 49.0611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41583, - 49.9463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90333, - 49.8328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11368547, - 49.4032033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5945, - 49.5764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15, - 49.8775 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14828, - 49.3892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39148, - 49.0662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65554508, - 49.99203596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50235, - 44.870304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50235, - 44.870304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50235, - 44.870304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12051, - 49.4342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305503, - 49.869838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12051, - 49.4342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12051, - 49.4342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12051, - 49.4342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12051, - 49.4342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12051, - 49.4342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50235, - 44.870304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12051, - 49.4342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39063, - 43.3298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39063, - 43.3298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14008141, - 45.75966262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14008141, - 45.75966262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353198, - 49.005547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71672171, - 48.61277374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56197322, - 44.77498471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.96942499, - 45.73287192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.96942499, - 45.73287192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50235, - 44.870304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96558337, - 48.63213926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889706, - 43.985588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96558337, - 48.63213926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29266, - 45.511079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27657, - 43.1215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.29015886, - 43.12237719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27657, - 43.1215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27657, - 43.1215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27657, - 43.1215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6321366, - 44.98545202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6321366, - 44.98545202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6321366, - 44.98545202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6321366, - 44.98545202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.682521, - 47.282556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.682521, - 47.282556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27743151, - 43.52549132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27743151, - 43.52549132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.32263738, - 47.10276877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.32263738, - 47.10276877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61950401, - 43.51944269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61950401, - 43.51944269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.724497, - 48.830065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.724497, - 48.830065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.724497, - 48.830065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.724497, - 48.830065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.724497, - 48.830065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.724497, - 48.830065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81603256, - 49.53538899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81603256, - 49.53538899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.29015886, - 43.12237719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29266, - 45.511079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28882, - 48.177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.14673436, - 42.97724425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28882, - 48.177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29063, - 48.1747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.271643, - 46.184467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.271643, - 46.184467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.809147, - 45.575564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.809147, - 45.575564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.809147, - 45.575564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.809147, - 45.575564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01062108, - 43.14269076 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01062108, - 43.14269076 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40326, - 48.0762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40326, - 48.0762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40326, - 48.0762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56040181, - 45.53511035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56040181, - 45.53511035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0404563, - 49.26611328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0404563, - 49.26611328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0404563, - 49.26611328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0404563, - 49.26611328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.108198, - 49.158216 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.108198, - 49.158216 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.858976, - 48.745802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.86193856, - 43.57953074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.86193856, - 43.57953074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.14673436, - 42.97724425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81603256, - 49.53538899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81603256, - 49.53538899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52042378, - 48.46516894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52042378, - 48.46516894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87393582, - 48.77668255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87393582, - 48.77668255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36895993, - 49.26749752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36895993, - 49.26749752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36895993, - 49.26749752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36895993, - 49.26749752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36895993, - 49.26749752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36895993, - 49.26749752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36895993, - 49.26749752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.558292, - 48.53687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.558292, - 48.53687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.558292, - 48.53687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.558292, - 48.53687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.558292, - 48.53687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.558292, - 48.53687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.558292, - 48.53687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.558292, - 48.53687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83342382, - 48.75577145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83342382, - 48.75577145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83342382, - 48.75577145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83342382, - 48.75577145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83342382, - 48.75577145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83342382, - 48.75577145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83342382, - 48.75577145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83342382, - 48.75577145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87393582, - 48.77668255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87393582, - 48.77668255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31350109, - 49.35824221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.000974, - 48.579952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52042378, - 48.46516894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52042378, - 48.46516894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52042378, - 48.46516894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52042378, - 48.46516894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52042378, - 48.46516894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52042378, - 48.46516894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.505337, - 45.903621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.505337, - 45.903621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.505337, - 45.903621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.505337, - 45.903621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.000974, - 48.579952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.000974, - 48.579952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31350109, - 49.35824221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.000974, - 48.579952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.000974, - 48.579952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.000974, - 48.579952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52744, - 45.589545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52744, - 45.589545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52744, - 45.589545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52744, - 45.589545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31350109, - 49.35824221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31350109, - 49.35824221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31350109, - 49.35824221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31350109, - 49.35824221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29063, - 48.1747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29063, - 48.1747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21714864, - 50.56614475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.26173312, - 50.89170991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99683523, - 49.78908132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58012, - 45.9221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58012, - 45.9221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58012, - 45.9221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58012, - 45.9221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.17175276, - 45.67069922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.17175276, - 45.67069922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7202101, - 45.93848209 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3592665, - 43.13645127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3592665, - 43.13645127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3592665, - 43.13645127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3592665, - 43.13645127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.57660808, - 45.90715877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33412213, - 47.91795631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33412213, - 47.91795631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33412213, - 47.91795631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33412213, - 47.91795631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07849, - 46.1648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9563, - 45.0508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9563, - 45.0508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08890496, - 46.13001802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08890496, - 46.13001802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08890496, - 46.13001802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08890496, - 46.13001802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08890496, - 46.13001802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99683523, - 49.78908132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388285, - 47.107203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29063, - 48.1747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388285, - 47.107203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386764, - 46.347566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386764, - 46.347566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386764, - 46.347566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.035199, - 42.70705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.035199, - 42.70705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.035199, - 42.70705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.035199, - 42.70705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.96462164, - 42.57587349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.96462164, - 42.57587349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.825951, - 46.666772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716798, - 44.4296686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716798, - 44.4296686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3746474, - 46.03818528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3746474, - 46.03818528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3746474, - 46.03818528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3746474, - 46.03818528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3746474, - 46.03818528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3746474, - 46.03818528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3746474, - 46.03818528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87713341, - 45.70846066 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26163316, - 48.92738723 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06852562, - 48.75189522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06852562, - 48.75189522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06852562, - 48.75189522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06852562, - 48.75189522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08890496, - 46.13001802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08890496, - 46.13001802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08890496, - 46.13001802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852455, - 45.502186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5002, - -20.8906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5002, - -20.8906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.471785, - -21.327415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.471785, - -21.327415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4001393, - 44.89506938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4001393, - 44.89506938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4001393, - 44.89506938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4001393, - 44.89506938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4001393, - 44.89506938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4001393, - 44.89506938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23202423, - 46.18073298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23202423, - 46.18073298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23202423, - 46.18073298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23202423, - 46.18073298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43459013, - 44.92637035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43459013, - 44.92637035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43459013, - 44.92637035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43459013, - 44.92637035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43459013, - 44.92637035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43459013, - 44.92637035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43459013, - 44.92637035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3814214, - 49.15939176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3814214, - 49.15939176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3814214, - 49.15939176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3814214, - 49.15939176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5002, - -20.8906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5002, - -20.8906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5002, - -20.8906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.870304, - 45.807891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852455, - 45.502186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852455, - 45.502186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772501, - 45.747001 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.870304, - 45.807891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772501, - 45.747001 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772501, - 45.747001 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852455, - 45.502186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850701, - 45.714952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.870304, - 45.807891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852455, - 45.502186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852455, - 45.502186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850701, - 45.714952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5002, - -20.8906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850701, - 45.714952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2764229, - 46.20207333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2764229, - 46.20207333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.627019, - 43.090005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.627019, - 43.090005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.632901, - -20.9292757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.632901, - -20.9292757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.6343988, - -20.929436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.6343988, - -20.929436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.6343988, - -20.929436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.6343988, - -20.929436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91693937, - 48.9396452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91693937, - 48.9396452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91693937, - 48.9396452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88027287, - 49.09737014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03647947, - 49.0103569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03647947, - 49.0103569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84535971, - 49.20795323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.904417, - 49.206235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.88038297, - 49.18391946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.91072536, - 49.1841614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.903634, - 49.187323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.89472258, - 49.18574624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927614, - 49.19944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.93608326, - 49.1688363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92792894, - 49.20176712 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.91072536, - 49.1841614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.89959369, - 49.18857569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94087598, - 45.96136862 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94856318, - 45.96295378 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09001769, - 45.97806508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80802051, - 45.92521533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94856318, - 45.96295378 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09001769, - 45.97806508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94087598, - 45.96136862 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80802051, - 45.92521533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94082796, - 47.71970516 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.782903, - 47.684238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.782903, - 47.684238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.810482, - 47.745587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88027287, - 49.09737014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48075151, - 48.87181854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91693937, - 48.9396452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48075151, - 48.87181854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.247558, - 43.365852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.247558, - 43.365852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.247558, - 43.365852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.247558, - 43.365852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.850875, - 43.95911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11892, - 43.4146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11892, - 43.4146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25396, - 48.9351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25396, - 48.9351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25396, - 48.9351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25396, - 48.9351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30351457, - 48.55595014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30351457, - 48.55595014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.27947071, - 48.81953672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48433048, - 48.82510663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48433048, - 48.82510663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.27947071, - 48.81953672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48219259, - 48.9214597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48219259, - 48.9214597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48075151, - 48.87181854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48075151, - 48.87181854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31883777, - 48.85661682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31883777, - 48.85661682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.016118, - 47.767776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.016118, - 47.767776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.874431, - 47.778742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.874431, - 47.778742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.240523, - 48.800273 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.240523, - 48.800273 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.425641, - 49.050688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424899, - 49.050882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.425641, - 49.050688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.123598575, - 48.62476348 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.123598575, - 48.62476348 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.400968, - 49.044588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.403476, - 49.042103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39804093, - 49.04398311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.403476, - 49.042103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.400968, - 49.044588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39804093, - 49.04398311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21714864, - 50.56614475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21714864, - 50.56614475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21714864, - 50.56614475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44218628, - 44.92366478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44218628, - 44.92366478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44218628, - 44.92366478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.022384, - 47.764535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94082796, - 47.71970516 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.022384, - 47.764535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.810482, - 47.745587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44218628, - 44.92366478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549566, - 47.850251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08853228, - 48.31828217 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.086814459, - 48.31808191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08853228, - 48.31828217 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.086814459, - 48.31808191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5928524, - 50.352879 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5928524, - 50.352879 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873812, - 47.021884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190163, - 49.066268 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190163, - 49.066268 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190163, - 49.066268 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22186, - 47.8647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22186, - 47.8647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.20602047, - 47.39066148 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.20602047, - 47.39066148 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4017, - 48.27 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4017, - 48.27 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4014, - 48.27 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4014, - 48.27 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.41787466, - 48.25635664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.41787466, - 48.25635664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.41847685, - 48.25629235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4192784, - 48.25690735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.41847685, - 48.25629235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4192784, - 48.25690735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.41847685, - 48.25629235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.41847685, - 48.25629235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.31936, - 4.903192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.31936, - 4.903192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.475221, - -20.896466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.475221, - -20.896466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873812, - 47.021884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873812, - 47.021884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190163, - 49.066268 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190163, - 49.066268 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190163, - 49.066268 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91693937, - 48.9396452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91693937, - 48.9396452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91693937, - 48.9396452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22362082, - 49.18942764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83972872, - 48.68005243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.925667, - 48.858492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.925667, - 48.858492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.925667, - 48.858492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.925667, - 48.858492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43988136, - 49.37899343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43988136, - 49.37899343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83972872, - 48.68005243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83972872, - 48.68005243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83972872, - 48.68005243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83972872, - 48.68005243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83972872, - 48.68005243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873812, - 47.021884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873812, - 47.021884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873812, - 47.021884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64527, - 49.9055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889706, - 43.985588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889706, - 43.985588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889706, - 43.985588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79375, - 48.5713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79375, - 48.5713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79375, - 48.5713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79375, - 48.5713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79375, - 48.5713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5400952, - 47.44477797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51156, - 43.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889706, - 43.985588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889706, - 43.985588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889706, - 43.985588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80697, - 45.7829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43663421, - 48.25024778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43663421, - 48.25024778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43663421, - 48.25024778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43663421, - 48.25024778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43663421, - 48.25024778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43663421, - 48.25024778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43663421, - 48.25024778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43663421, - 48.25024778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80697, - 45.7829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80697, - 45.7829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80697, - 45.7829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83956101, - 46.31490206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889706, - 43.985588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83956101, - 46.31490206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83956101, - 46.31490206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8014065, - 47.81158905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8014065, - 47.81158905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8014065, - 47.81158905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8014065, - 47.81158905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83956101, - 46.31490206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29364943, - 47.74958132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29364943, - 47.74958132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.52577599, - 43.8428697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.52577599, - 43.8428697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32638, - 49.3943 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.09837296, - 47.45462025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32848, - 49.3846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08396356, - 50.38126533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34782085, - 48.73735181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34782085, - 48.73735181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34782085, - 48.73735181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34782085, - 48.73735181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34782085, - 48.73735181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34782085, - 48.73735181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34581395, - 48.09107669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08396356, - 50.38126533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39760523, - 50.03117065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08396356, - 50.38126533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08138708, - 49.60159176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08138708, - 49.60159176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08138708, - 49.60159176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08138708, - 49.60159176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08138708, - 49.60159176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08138708, - 49.60159176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96230471, - 49.06489579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96230471, - 49.06489579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96230471, - 49.06489579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96230471, - 49.06489579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08396356, - 50.38126533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39760523, - 50.03117065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39760523, - 50.03117065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8766102, - 46.17930297 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87636127, - 46.17864182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17097903, - 49.21509989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87636127, - 46.17864182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8766102, - 46.17930297 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39760523, - 50.03117065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87636127, - 46.17864182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29828589, - 45.38837751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87636127, - 46.17864182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87636127, - 46.17864182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87636127, - 46.17864182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69562343, - 49.18870157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.55986421, - 48.28278413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.55986421, - 48.28278413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04123101, - 44.05156649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04123101, - 44.05156649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04123101, - 44.05156649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04123101, - 44.05156649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94525698, - 50.49892321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94525698, - 50.49892321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94525698, - 50.49892321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94525698, - 50.49892321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94525698, - 50.49892321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94525698, - 50.49892321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94525698, - 50.49892321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94525698, - 50.49892321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.55986421, - 48.28278413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.55986421, - 48.28278413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.55986421, - 48.28278413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96615552, - 43.56790376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.55986421, - 48.28278413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85662027, - 46.8121653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56079179, - 46.82398213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56079179, - 46.82398213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56079179, - 46.82398213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56079179, - 46.82398213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56079179, - 46.82398213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56079179, - 46.82398213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56079179, - 46.82398213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56079179, - 46.82398213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68720882, - 47.83017861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08333333, - 49.91444444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62049141, - 46.50972776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36738503, - 47.12095734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36738503, - 47.12095734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36738503, - 47.12095734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30083712, - 47.83697635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30083712, - 47.83697635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30083712, - 47.83697635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30083712, - 47.83697635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30083712, - 47.83697635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.38832658, - 45.75150525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.38698647, - 45.75260553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.38832658, - 45.75150525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.38698647, - 45.75260553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37266397, - 46.68271168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37266397, - 46.68271168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75787184, - 44.56716292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75787184, - 44.56716292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75787184, - 44.56716292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75787184, - 44.56716292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.98143719, - 43.18566882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.98143719, - 43.18566882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.98143719, - 43.18566882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.98143719, - 43.18566882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61797799, - 43.1977226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61797799, - 43.1977226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61797799, - 43.1977226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61797799, - 43.1977226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61797799, - 43.1977226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61797799, - 43.1977226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37266397, - 46.68271168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60899529, - 49.31810321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60899529, - 49.31810321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6089631, - 49.31839082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6089631, - 49.31839082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60899529, - 49.31810321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.295977, - 48.242535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.295977, - 48.242535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.25487433, - 48.76418785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.25487433, - 48.76418785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60899529, - 49.31810321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60899529, - 49.31810321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57200064, - 47.19327037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57662868, - 47.19260692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60894067, - 49.3181843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37266397, - 46.68271168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11732583, - 44.61428527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11732583, - 44.61428527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11732583, - 44.61428527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11732583, - 44.61428527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.45815291, - 48.75110645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.45815291, - 48.75110645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.45815291, - 48.75110645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.45815291, - 48.75110645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.84350716, - 49.59440566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.84350716, - 49.59440566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91933021, - 49.14865044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11732583, - 44.61428527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11732583, - 44.61428527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22570281, - 46.6225991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40589264, - 46.67115995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00373123, - 46.95758926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34189919, - 47.78954572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34189919, - 47.78954572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34189919, - 47.78954572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34189919, - 47.78954572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34189919, - 47.78954572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34189919, - 47.78954572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34189919, - 47.78954572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34189919, - 47.78954572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40589264, - 46.67115995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40589264, - 46.67115995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40589264, - 46.67115995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40589264, - 46.67115995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40589264, - 46.67115995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22570281, - 46.6225991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18306671, - 49.23610163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84835656, - 46.7498445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84835656, - 46.7498445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84835656, - 46.7498445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84835656, - 46.7498445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13346962, - 46.45991517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13346962, - 46.45991517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13346962, - 46.45991517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13346962, - 46.45991517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34059102, - 49.03914381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18306671, - 49.23610163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18306671, - 49.23610163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18306671, - 49.23610163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18306671, - 49.23610163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18306671, - 49.23610163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18306671, - 49.23610163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18306671, - 49.23610163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11008614, - 50.71344104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8031, - 49.6091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.88593, - 49.571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31505, - 49.3662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31505, - 49.3662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12357, - 49.1797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12357, - 49.1797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69635, - 50.0074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.51623, - 49.4105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19489, - 49.022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32963, - 49.3759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26455, - 48.9946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73206, - 49.4418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40779, - 49.0367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26455, - 48.9946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73206, - 49.4418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32963, - 49.3759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09269, - 49.373 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45166, - 49.9863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33537, - 49.3826 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30091, - 49.8338 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.38132, - 49.5948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31632, - 49.3645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62036, - 49.5648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45854, - 49.7964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3259, - 49.3802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5152, - 49.604 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.88593, - 49.571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33628, - 49.3705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3259, - 49.3802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33537, - 49.3826 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32898, - 49.4003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07166, - 49.9083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32898, - 49.4003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62412, - 49.5705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36811, - 49.2043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3531, - 49.2699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33628, - 49.3705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30931, - 49.3737 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30931, - 49.3737 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.634, - 49.57 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08724, - 49.2601 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08724, - 49.2601 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45854, - 49.7964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45238, - 49.6848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45238, - 49.6848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5152, - 49.604 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.50175, - -20.898202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35517581, - 48.98067116 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08478188, - 49.23616118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08478188, - 49.23616118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08478188, - 49.23616118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08478188, - 49.23616118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08478188, - 49.23616118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08478188, - 49.23616118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08478188, - 49.23616118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08478188, - 49.23616118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35470347, - 48.98087537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35470347, - 48.98087537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35470347, - 48.98087537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35470347, - 48.98087537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35470347, - 48.98087537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35470347, - 48.98087537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08473895, - 49.23618569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08473895, - 49.23618569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08473895, - 49.23618569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08473895, - 49.23618569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35517581, - 48.98067116 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.50175, - -20.898202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09269, - 49.373 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.50175, - -20.898202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8031, - 49.6091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62036, - 49.5648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40779, - 49.0367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62901, - 49.5643 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28606, - 49.8481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07166, - 49.9083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1684, - 49.3714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30527, - 49.3807 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62901, - 49.5643 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40779, - 49.0367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.208492, - 48.1096611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.208492, - 48.1096611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41643188, - 48.85224905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41643188, - 48.85224905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41643188, - 48.85224905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41643188, - 48.85224905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.50175, - -20.898202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.50175, - -20.898202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.50175, - -20.898202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62412, - 49.5705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32853, - 49.3747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45105, - 49.4979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.147, - 49.3877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28601, - 49.839 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40779, - 49.0367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62232, - 49.695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4508, - 49.5049 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6109, - 49.5612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62232, - 49.695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3065, - 49.8348 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3065, - 49.8348 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3118, - 49.3772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62777, - 49.9044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1684, - 49.3714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2659, - 49.8356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2659, - 49.8356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45166, - 49.9863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66592468, - 49.52242536 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66592468, - 49.52242536 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31728, - 49.3766 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62777, - 49.9044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.634, - 49.57 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4508, - 49.5049 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54107, - 49.3652 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28601, - 49.839 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60313, - 49.55677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3179, - 49.8363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29522, - 49.8501 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26519, - 49.8561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26519, - 49.8561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32106, - 49.3804 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29522, - 49.8501 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3179, - 49.8363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.55776, - 49.4898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.55776, - 49.4898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29915, - 49.3799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28329, - 49.8457 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28329, - 49.8457 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28589, - 48.977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28329, - 49.8457 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26515, - 49.8561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30409, - 49.8426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30409, - 49.8426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26515, - 49.8561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.48756, - 49.8394 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19489, - 49.022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32367, - 49.3738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.22555, - 49.7561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3436, - 49.8087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32367, - 49.3738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45105, - 49.4979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.38869, - 49.0494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25982, - 49.1706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62776, - 49.5621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33263, - 49.3874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30814, - 49.9971 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30814, - 49.9971 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3195, - 49.3919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3195, - 49.3919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28329, - 49.8457 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7025, - 49.8237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.78648, - 50.0168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62776, - 49.5621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7025, - 49.8237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.78648, - 50.0168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.38869, - 49.0494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32853, - 49.3747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32436, - 49.3836 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3436, - 49.8087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54107, - 49.3652 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32436, - 49.3836 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35249, - 49.3989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31728, - 49.3766 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28606, - 49.8481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35249, - 49.3989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.147, - 49.3877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.55191, - 49.4706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.55191, - 49.4706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66558, - 49.4688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66558, - 49.4688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3118, - 49.3772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32435, - 49.3863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32435, - 49.3863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32106, - 49.3749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6109, - 49.5612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32106, - 49.3749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31649, - 49.3864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31649, - 49.3864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29915, - 49.3799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.51623, - 49.4105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08473895, - 49.23618569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08473895, - 49.23618569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9622, - 49.063363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80215, - 50.21212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57620346, - 50.34574686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86952585, - 50.10547019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86952585, - 50.10547019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86952585, - 50.10547019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86952585, - 50.10547019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86952585, - 50.10547019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4957, - 48.4681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4957, - 48.4681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636987, - 43.192046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636987, - 43.192046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636987, - 43.192046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52300746, - 43.49607369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52300746, - 43.49607369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52300746, - 43.49607369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52300746, - 43.49607369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52300746, - 43.49607369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.149592, - 47.642093 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.149592, - 47.642093 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.149592, - 47.642093 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.149592, - 47.642093 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37487, - 48.718814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37487, - 48.718814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37487, - 48.718814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.409148, - 46.318161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13611955, - 49.10756782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.01307564, - 48.75260609 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9622, - 49.063363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85478746, - 46.99932607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5111863, - 46.28925255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5111863, - 46.28925255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5111863, - 46.28925255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5111863, - 46.28925255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5111863, - 46.28925255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17062351, - 44.41122908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17062351, - 44.41122908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477368, - 48.764557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477368, - 48.764557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477368, - 48.764557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477368, - 48.764557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477368, - 48.764557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477368, - 48.764557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26726896, - 45.59468697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5111863, - 46.28925255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84283778, - 47.04146327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.01307564, - 48.75260609 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85478746, - 46.99932607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.01307564, - 48.75260609 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.01307564, - 48.75260609 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90327691, - 49.37008542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90327691, - 49.37008542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90327691, - 49.37008542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90327691, - 49.37008542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04457019, - 49.45808488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04457019, - 49.45808488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04457019, - 49.45808488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04457019, - 49.45808488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04457019, - 49.45808488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04457019, - 49.45808488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84283778, - 47.04146327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85478746, - 46.99932607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84283778, - 47.04146327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84283778, - 47.04146327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85478746, - 46.99932607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84283778, - 47.04146327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84283778, - 47.04146327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636987, - 43.192046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636987, - 43.192046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636987, - 43.192046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03379187, - 42.57529937 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55516881, - 42.21474029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55516881, - 42.21474029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55516881, - 42.21474029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55516881, - 42.21474029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55516881, - 42.21474029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55516881, - 42.21474029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.22030274, - 47.90274394 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32486224, - 46.49628283 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32486224, - 46.49628283 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.63860668, - 43.95013839 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.552278, - 42.160753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.552278, - 42.160753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.552278, - 42.160753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.552278, - 42.160753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.553523, - 42.157101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.553523, - 42.157101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.41141694, - 44.43387149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.41141694, - 44.43387149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.41141694, - 44.43387149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03379187, - 42.57529937 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2065939, - 43.65908238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636987, - 43.192046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2065939, - 43.65908238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9622, - 49.063363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9622, - 49.063363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9622, - 49.063363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9622, - 49.063363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17431, - 49.12 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17431, - 49.12 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.68692541, - 48.53113555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.68692541, - 48.53113555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.018832, - 49.486412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43950231, - 43.63320379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43950231, - 43.63320379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.92311, - 48.7593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.92311, - 48.7593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.92311, - 48.7593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.92311, - 48.7593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.19986463, - 44.0331341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.19986463, - 44.0331341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66828015, - 50.23791785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2065939, - 43.65908238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.41141694, - 44.43387149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.578482, - 48.879555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.26803271, - 44.39123414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.26803271, - 44.39123414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.069095, - 43.623003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.069095, - 43.623003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.069095, - 43.623003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.541409, - 43.477967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.541409, - 43.477967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.541409, - 43.477967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.541409, - 43.477967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.541409, - 43.477967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13100246, - 50.59615599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13100246, - 50.59615599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13100246, - 50.59615599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13100246, - 50.59615599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13100246, - 50.59615599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.790802, - 45.208576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.790802, - 45.208576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.790802, - 45.208576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.790802, - 45.208576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.790802, - 45.208576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636987, - 43.192046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.069095, - 43.623003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.069095, - 43.623003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52996847, - 43.49045736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56440864, - 46.64140412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58914992, - 47.26239792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.09837296, - 47.45462025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.744058, - 44.468806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.744058, - 44.468806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.744058, - 44.468806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.744058, - 44.468806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29787, - 47.961414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29787, - 47.961414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56440864, - 46.64140412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52996847, - 43.49045736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56440864, - 46.64140412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56440864, - 46.64140412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.19029424, - 47.87876097 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.19029424, - 47.87876097 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.19029424, - 47.87876097 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52996847, - 43.49045736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52996847, - 43.49045736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52996847, - 43.49045736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.386764, - 46.347566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2204, - 46.9809 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62049141, - 46.50972776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.992732, - 48.1995538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32516, - 48.24885109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35302339, - 48.21262288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29046029, - 48.1983793 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19294184, - 48.15891118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39692652, - 48.29543923 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5061168, - 48.34271681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09662083, - 48.17929342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42688814, - 48.16737167 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27002048, - 48.19667382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1360503, - 48.1387833 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0821601, - 48.3240062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09662083, - 48.17929342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27002048, - 48.19667382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0821601, - 48.3240062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.992732, - 48.1995538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7283349, - 48.00171053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7283349, - 48.00171053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.295757, - 48.088292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.295757, - 48.088292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1360503, - 48.1387833 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.788198, - 47.440595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771158, - 46.978156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26034641, - 48.34304529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5061168, - 48.34271681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.94829543, - 47.13451056 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27625239, - 48.196246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.22550631, - 48.22329579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2934, - 48.08561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5574433, - 48.2339607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.06671977, - 48.34022524 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.279557, - 48.197436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28408, - 48.195586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29679, - 48.08409 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05021346, - 48.3052349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2870472, - 48.217381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2680166, - 48.22524608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27002048, - 48.19667382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2680166, - 48.22524608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30987141, - 48.15216003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30987141, - 48.15216003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05021346, - 48.3052349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2870472, - 48.217381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5574433, - 48.2339607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.06671977, - 48.34022524 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29679, - 48.08409 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35302339, - 48.21262288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29046029, - 48.1983793 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2812817, - 48.2001433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.710612, - 47.313509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.962356, - 47.198513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.57231282, - 47.95238238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.667447, - 47.10687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.055057, - 47.35246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22118136, - 47.2413133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36558, - 47.525011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.640472, - 47.220194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.730724, - 46.938293 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978646, - 47.260206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5721201, - 47.86279449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.269768, - 47.467201 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.38383655, - 47.19284387 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8236791, - 46.9858866 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.219405, - 47.241996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.10898773, - 47.52014855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.10898773, - 47.52014855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22118136, - 47.2413133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771158, - 46.978156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.879176, - 47.073573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.055057, - 47.35246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8164268, - 47.0628197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36558, - 47.525011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.174551, - 47.505772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4896383, - 47.1309424 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.459429, - 47.542961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.174551, - 47.505772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.17472886, - 47.51473703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.63063337, - 46.95115721 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.149525, - 46.997105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33899, - 47.622256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.23079647, - 47.28151538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2623935, - 47.10452985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8164268, - 47.0628197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.335454, - 47.490227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.186601, - 47.586744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.416139, - 47.304456 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.794804, - 47.00871788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.55660909, - 47.26238609 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.142181, - 47.237854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.640472, - 47.220194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.134624, - 47.216845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.730724, - 46.938293 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978646, - 47.260206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5721201, - 47.86279449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8236791, - 46.9858866 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.38383655, - 47.19284387 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4896383, - 47.1309424 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.667447, - 47.10687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.269768, - 47.467201 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2623935, - 47.10452985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.879176, - 47.073573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.47557699, - 48.19868899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.59796211, - 48.09110535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30749631, - 48.28968586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.24322849, - 47.93862015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73200014, - 47.66077552 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.71769496, - 47.97061618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6368005, - 47.8067247 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.97351, - 47.621967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.97351, - 47.621967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.97351, - 47.621967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1558136, - 47.5812445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.291223, - 47.732209 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5804025, - 47.8479239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.50966513, - 47.96374608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.291223, - 47.732209 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.336888, - 47.707024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52757787, - 47.8013507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60951036, - 47.92888636 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1558136, - 47.5812445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.24322849, - 47.93862015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.539788, - 47.821982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73200014, - 47.66077552 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.71769496, - 47.97061618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6368005, - 47.8067247 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52757787, - 47.8013507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.336888, - 47.707024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60951036, - 47.92888636 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.336888, - 47.707024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2575271, - 48.2118863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.79307672, - 48.04266162 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.21166092, - 47.85600811 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7985363, - 47.8162201 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5150443, - 47.96251221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2890823, - 47.9744138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0787814, - 47.7788174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43990356, - 47.95138447 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0787814, - 47.7788174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.459646, - 47.830781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.59902024, - 47.73803183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4997946, - 47.61447201 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4915517, - 47.9414334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61674294, - 47.99331429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.175336, - 47.610384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90832856, - 47.48937079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9467356, - 47.6989973 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69055871, - 47.6815771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.72346938, - 47.81809778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00304, - 47.58701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3504764, - 47.8748911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.336888, - 47.707024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00304, - 47.58701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.97351, - 47.621967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61674294, - 47.99331429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3504764, - 47.8748911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.539788, - 47.821982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26496823, - 48.2579944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19294184, - 48.15891118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42688814, - 48.16737167 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39692652, - 48.29543923 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.51373319, - 48.0195143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26102436, - 48.15970379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30749631, - 48.28968586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.668228, - 48.02690719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.34141284, - 48.17470749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4868744, - 48.13241146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1657181, - 48.3394837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0665146, - 48.1136026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5804025, - 47.8479239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.47557699, - 48.19868899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.59796211, - 48.09110535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5484267, - 48.2864598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5484267, - 48.2864598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.205389, - 48.2864729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26409414, - 48.19546071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.51373319, - 48.0195143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.22550631, - 48.22329579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1657181, - 48.3394837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2575271, - 48.2118863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13413979, - 48.35176095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.34141284, - 48.17470749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13413979, - 48.35176095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27625239, - 48.196246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.50966513, - 47.96374608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.291223, - 47.732209 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.291223, - 47.732209 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99151431, - 47.50868558 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99151431, - 47.50868558 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26102436, - 48.15970379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072452, - 48.342125 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2812817, - 48.2001433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.668228, - 48.02690719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2934, - 48.08561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0665146, - 48.1136026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26496823, - 48.2579944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4868744, - 48.13241146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072452, - 48.342125 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.205389, - 48.2864729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26409414, - 48.19546071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27002048, - 48.19667382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26034641, - 48.34304529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32516, - 48.24885109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.279557, - 48.197436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28408, - 48.195586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.962356, - 47.198513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.219405, - 47.241996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33941, - 47.626874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4315, - 46.8075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6845, - 46.6538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5141, - 46.9909 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78, - 46.7974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832181, - 46.772568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832181, - 46.772568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.809928, - 46.47206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.809928, - 46.47206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4219, - 46.8057 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.14387753, - 46.96801739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5976, - 46.5197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0587, - 46.6 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3961, - 46.9451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7454, - 46.783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.14387753, - 46.96801739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3076, - 46.2916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7454, - 46.783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0587, - 46.6 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887815, - 46.77541 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2174, - 46.6313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4839, - 46.3616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78, - 46.7974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5141, - 46.9909 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.749, - 46.2422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.476, - 46.6289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.492, - 47.2805 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0217, - 47.1786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5924, - 47.3673 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92293063, - 47.41156346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0831, - 47.0018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1288, - 47.3708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.721, - 46.8164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92678642, - 47.41023635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.521671, - 47.458741 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5215, - 47.4588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.655, - 47.0533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6462, - 46.8685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6829, - 47.2547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3638, - 46.6757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2604, - 46.8865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1187, - 46.4518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862446, - 46.783863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7926, - 46.28 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1115, - 46.6094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.862446, - 46.783863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4852, - 46.308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0388, - 46.2763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0986, - 47.0774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7212, - 46.8329 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.786594, - 46.2460945 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.18896031, - 46.86605558 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.18896031, - 46.86605558 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.749, - 46.2422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6628, - 46.613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6337, - 46.8457 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.432, - 46.8416 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9088, - 46.5628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3393, - 46.2069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1187, - 46.4518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6628, - 46.434 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2436, - 46.7536 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9717, - 46.4807 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5976, - 46.5197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9882, - 46.485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7762, - 46.6206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5735, - 46.8686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6833, - 46.7217 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9996, - 46.5573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8412, - 46.3606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7926, - 46.28 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0388, - 46.2763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8322, - 46.3026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4315, - 46.8075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2174, - 46.6313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2742, - 46.4322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6845, - 46.6538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4852, - 46.308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7212, - 46.8329 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2604, - 46.8865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3076, - 46.2916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.786594, - 46.2460945 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.30009, - 46.952661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.30009, - 46.952661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76, - 46.2602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8466, - 46.7826 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2742, - 46.4322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.696, - 46.7142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8412, - 46.3606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8322, - 46.3026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7762, - 46.6206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3393, - 46.2069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9996, - 46.5573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9882, - 46.485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9717, - 46.4807 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6833, - 46.7217 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.887815, - 46.77541 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6628, - 46.434 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5735, - 46.8686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4219, - 46.8057 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0244, - 46.8968 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2572, - 46.9368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0166, - 47.1361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.53628868, - 47.39856979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.352329, - 46.715193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92293063, - 47.41156346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92678642, - 47.41023635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5139, - 47.104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.936014, - 47.063706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.482666, - 46.701629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.721, - 46.8164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.482666, - 46.701629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.352329, - 46.715193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1288, - 47.3708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0831, - 47.0018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6829, - 47.2547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.464834, - 46.890607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6462, - 46.8685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0217, - 47.1786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2204, - 46.9809 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0739, - 47.5296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0213, - 47.0444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1876, - 47.0146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.492, - 47.2805 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8417, - 46.9052 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2727, - 46.9683 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5924, - 47.3673 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4386, - 46.7627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.936014, - 47.063706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1514, - 46.9864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.055057, - 47.35246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.459429, - 47.542961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.63063337, - 46.95115721 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.53628868, - 47.39856979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.055057, - 47.35246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.55660909, - 47.26238609 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.142181, - 47.237854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33941, - 47.626874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.186601, - 47.586744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.23079647, - 47.28151538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.647839, - 47.60017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.647839, - 47.60017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.464834, - 46.890607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33899, - 47.622256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.710612, - 47.313509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.416139, - 47.304456 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.788198, - 47.440595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.17472886, - 47.51473703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.134624, - 47.216845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.335454, - 47.490227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.794804, - 47.00871788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.94829543, - 47.13451056 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.149525, - 46.997105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5215, - 47.4588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.521671, - 47.458741 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4547, - 46.8386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9707, - 46.79 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.164861, - 47.483746 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.164861, - 47.483746 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.166472, - 47.016096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.166472, - 47.016096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1196, - 46.7916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2727, - 46.9683 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.931379, - 47.414098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4547, - 46.8386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1876, - 47.0146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0213, - 47.0444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8188, - 47.29 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1196, - 46.7916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.158236, - 46.98754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.158236, - 46.98754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.142463, - 46.991657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.142463, - 46.991657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.564, - 47.0266 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1014, - 47.0733 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.957, - 47.2839 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3318, - 47.1727 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.156, - 46.9891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0239, - 47.2145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.152152, - 46.883626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.931379, - 47.414098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.393, - 46.9987 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.152152, - 46.883626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.655, - 47.0533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3858, - 47.3551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9707, - 46.79 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8188, - 47.29 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.156, - 46.9891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0239, - 47.2145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.158105, - 46.98962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.158105, - 46.98962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8417, - 46.9052 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2572, - 46.9368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.564, - 47.0266 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3318, - 47.1727 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0739, - 47.5296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0166, - 47.1361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1514, - 46.9864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.957, - 47.2839 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1014, - 47.0733 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3858, - 47.3551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.393, - 46.9987 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5139, - 47.104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4386, - 46.7627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99303742, - 47.69658468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.56187165, - 47.89936488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.66859444, - 46.8966172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87468, - 48.082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.936072, - 50.334399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.936072, - 50.334399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05011091, - 48.71954046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05011091, - 48.71954046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.479675, - 46.757135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10338269, - 49.07656605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10338269, - 49.07656605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.134913, - 49.35392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.134913, - 49.35392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87468, - 48.082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.678525, - 48.747559 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.936072, - 50.334399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.678525, - 48.747559 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60349443, - 50.56336763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.78942227, - 50.27924346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.78942227, - 50.27924346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60349443, - 50.56336763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.258675, - 49.508633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.54018, - 48.3396 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.54018, - 48.3396 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.258089, - 48.436511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.258089, - 48.436511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.936072, - 50.334399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64588345, - 48.92970706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04512836, - 49.11464708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.851934, - 44.934925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05840231, - 49.0471033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05923348, - 49.05647267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05923348, - 49.05647267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05840231, - 49.0471033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30075, - 49.0047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30075, - 49.0047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856136, - 44.9478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856136, - 44.9478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856136, - 44.9478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856136, - 44.9478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85226899, - 44.93490781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64588345, - 48.92970706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.851934, - 44.934925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856194, - 44.948029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.856194, - 44.948029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85226899, - 44.93490781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64588345, - 48.92970706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64588345, - 48.92970706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64588345, - 48.92970706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64588345, - 48.92970706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64588345, - 48.92970706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64588345, - 48.92970706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04512836, - 49.11464708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04512836, - 49.11464708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.79307672, - 48.04266162 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.50990428, - 43.55204124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.216214, - 48.689763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.216214, - 48.689763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.216214, - 48.689763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.052203, - 48.271031 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0887877, - 44.1063329 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0887877, - 44.1063329 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0887877, - 44.1063329 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.642383, - 49.651056 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.50990428, - 43.55204124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.50990428, - 43.55204124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.50990428, - 43.55204124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.216214, - 48.689763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32366, - 46.5526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32366, - 46.5526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.320415, - 46.581404 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.320415, - 46.581404 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.320415, - 46.581404 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.320415, - 46.581404 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.320415, - 46.581404 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.320415, - 46.581404 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0881124, - 47.62961024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.55363, - 47.8043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.216214, - 48.689763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.216214, - 48.689763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04512836, - 49.11464708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37956223, - 49.24620227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508629, - 46.00356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508629, - 46.00356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260456, - 47.956663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260456, - 47.956663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.89764358, - 48.08101062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2107, - 45.8393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2107, - 45.8393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2107, - 45.8393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2107, - 45.8393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.603303, - 48.128755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37956223, - 49.24620227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.072434, - 49.447921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94978, - 47.2137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94978, - 47.2137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94978, - 47.2137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94978, - 47.2137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94978, - 47.2137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94978, - 47.2137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94978, - 47.2137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65487, - 49.57855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65487, - 49.57855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.072434, - 49.447921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378329, - 48.681627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378329, - 48.681627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378329, - 48.681627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688721, - 47.831799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4044, - 43.2905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.076645, - 43.231781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.076645, - 43.231781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.128946, - 44.610044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.128946, - 44.610044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.128946, - 44.610044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.80023166, - 43.66688431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.89513, - 42.672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378329, - 48.681627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33287519, - 43.99147145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36738503, - 47.12095734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73905, - 48.523048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73905, - 48.523048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73905, - 48.523048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73905, - 48.523048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.996826, - 45.994531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.996826, - 45.994531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.996826, - 45.994531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33287519, - 43.99147145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33287519, - 43.99147145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.478806, - 48.176019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.89513, - 42.672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.478806, - 48.176019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.680396, - 47.177474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.680396, - 47.177474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.680396, - 47.177474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.680396, - 47.177474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12840509, - 48.65873718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12840509, - 48.65873718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.149003, - 49.414058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.149003, - 49.414058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07067616, - 47.84359733 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896488, - 43.906685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18462, - 48.8965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18462, - 48.8965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.19557, - 43.573451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.19557, - 43.573451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.19557, - 43.573451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71965817, - 48.63519881 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71965817, - 48.63519881 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.57130327, - 50.41575798 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.57130327, - 50.41575798 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896488, - 43.906685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896488, - 43.906685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896488, - 43.906685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.452093, - 48.417253 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.452093, - 48.417253 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.452093, - 48.417253 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.02513243, - 46.87560944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.02513243, - 46.87560944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377849, - 48.681423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377849, - 48.681423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378329, - 48.681627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377849, - 48.681423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18462, - 48.8965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.397154, - 43.348384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.397154, - 43.348384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.397154, - 43.348384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41874822, - 43.66019118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58571634, - 44.8623179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58571634, - 44.8623179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58571634, - 44.8623179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9743661, - 47.27715089 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83561702, - 42.53316786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38581, - 49.1471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38581, - 49.1471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.402562, - 49.199265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.402562, - 49.199265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6225, - 50.51542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6225, - 50.51542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6225, - 50.51542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.937185, - 47.23002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.937185, - 47.23002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61389631, - 47.76883595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71117858, - 47.8386646 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33669653, - 43.80998863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.397154, - 43.348384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.55363, - 47.8043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.57466, - 47.7974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.56561, - 47.8026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53460235, - 47.80873781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.75796258, - 47.89523505 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12184313, - 47.90355193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66544151, - 47.71272277 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62774134, - 47.90392773 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7432061, - 47.4617954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3460571, - 47.61749033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00455549, - 47.58473446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4384793, - 47.99364816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12184313, - 47.90355193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.76453936, - 47.45937177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0711867, - 47.6413375 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3753439, - 47.6836009 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73299658, - 47.99722361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0849445, - 47.8474925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.57964262, - 47.85128056 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5150443, - 47.96251221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35926831, - 47.9125884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62615079, - 47.95208148 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9398107, - 47.5152884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4837216, - 47.9640548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3460571, - 47.61749033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90832856, - 47.48937079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41763318, - 47.80005966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0849445, - 47.8474925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.21, - 47.82238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.76453936, - 47.45937177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53779346, - 47.74316892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.63387153, - 47.70402731 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9398107, - 47.5152884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35926831, - 47.9125884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8816886, - 47.7454107 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1558136, - 47.5812445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18165779, - 47.5496198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64666767, - 47.74408337 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.59036073, - 47.67741993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1558136, - 47.5812445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.59036073, - 47.67741993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4837216, - 47.9640548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64666767, - 47.74408337 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53779346, - 47.74316892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.63387153, - 47.70402731 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8816886, - 47.7454107 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1558136, - 47.5812445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53460235, - 47.80873781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18165779, - 47.5496198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73299658, - 47.99722361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1558136, - 47.5812445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0711867, - 47.6413375 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3753439, - 47.6836009 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00455549, - 47.58473446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.76558346, - 47.96411764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31941336, - 48.04650803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.347581, - 47.874537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.21, - 47.82238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.459646, - 47.830781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.56187165, - 47.89936488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31941336, - 48.04650803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4915517, - 47.9414334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09528, - 47.886972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.175336, - 47.610384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62615079, - 47.95208148 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.57964262, - 47.85128056 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60794395, - 47.76733422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.76558346, - 47.96411764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.235614, - 47.688826 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22435582, - 47.73200664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09528, - 47.886972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41496706, - 47.75529535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9961991, - 47.3679883 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.16613176, - 47.77365094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.48571032, - 47.51872413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.16613176, - 47.77365094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41720939, - 47.66138612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54242295, - 47.52556183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60794395, - 47.76733422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.59902024, - 47.73803183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54242295, - 47.52556183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5755278, - 47.98425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66544151, - 47.71272277 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62774134, - 47.90392773 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.72346938, - 47.81809778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4384793, - 47.99364816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41763318, - 47.80005966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.80319003, - 48.02125754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.80319003, - 48.02125754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7985363, - 47.8162201 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4198563, - 47.5473062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9467356, - 47.6989973 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2890823, - 47.9744138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.75796258, - 47.89523505 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.347581, - 47.874537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4997946, - 47.61447201 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69055871, - 47.6815771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.48571032, - 47.51872413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.16613176, - 47.77365094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.87835624, - 47.95070082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.21166092, - 47.85600811 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.16613176, - 47.77365094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4516898, - 47.8688752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7432061, - 47.4617954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4198563, - 47.5473062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.56509, - 47.7927 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498943, - 47.269888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498943, - 47.269888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498943, - 47.269888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498943, - 47.269888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.235614, - 47.688826 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.57738, - 47.7986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.57738, - 47.7986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.56509, - 47.7927 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.56561, - 47.8026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.57466, - 47.7974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81052113, - 43.94793351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80886886, - 43.94223997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80583629, - 43.952648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498943, - 47.269888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498943, - 47.269888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498943, - 47.269888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99303742, - 47.69658468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92307884, - 45.71597843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92307884, - 45.71597843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92307884, - 45.71597843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92307884, - 45.71597843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8814761, - 48.9103995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8814761, - 48.9103995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8814761, - 48.9103995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8814761, - 48.9103995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8814761, - 48.9103995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8814761, - 48.9103995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99164464, - 47.5088675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498943, - 47.269888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43990356, - 47.95138447 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9961991, - 47.3679883 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41496706, - 47.75529535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4516898, - 47.8688752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22435582, - 47.73200664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.87835624, - 47.95070082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5755278, - 47.98425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99164464, - 47.5088675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.57231282, - 47.95238238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41720939, - 47.66138612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92307884, - 45.71597843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92307884, - 45.71597843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61761, - 48.5401 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.62645, - 48.545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.073204, - 49.10163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.073204, - 49.10163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.073204, - 49.10163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.073204, - 49.10163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.624337, - 48.060483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.624337, - 48.060483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.624337, - 48.060483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.624337, - 48.060483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.916137, - 43.606863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.916137, - 43.606863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.04512, - 47.2309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.04512, - 47.2309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.004, - 49.0518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.004, - 49.0518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.161801, - 47.898629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.161801, - 47.898629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.161801, - 47.898629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.161801, - 47.898629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.62645, - 48.545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.62645, - 48.545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.62645, - 48.545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.603, - 46.3075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.66859444, - 46.8966172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2124275, - 44.58129089 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.93503158, - 48.29335853 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87844812, - 48.94033181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87844812, - 48.94033181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44817631, - 48.56613528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44817631, - 48.56613528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.063137, - 48.91606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.063137, - 48.91606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07523059, - 47.43460702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07523059, - 47.43460702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3551384, - 48.75298099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3551384, - 48.75298099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.93503158, - 48.29335853 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51725041, - 48.57942157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37968, - 49.4055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03729903, - 49.28873608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382598, - 48.741122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382598, - 48.741122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09516456, - 45.61089661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.96419024, - 48.8194641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.96419024, - 48.8194641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.09836744, - 49.32627577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.09836744, - 49.32627577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1864568, - 49.24856253 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51725041, - 48.57942157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71875472, - 45.97819852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.893774, - 46.853229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58068217, - 48.72619677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38346433, - 47.70708673 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.90760516, - 47.90089427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.90760516, - 47.90089427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1204683, - 45.04648058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1204683, - 45.04648058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1204683, - 45.04648058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1204683, - 45.04648058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.24186015, - 48.71081884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.24186015, - 48.71081884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58068217, - 48.72619677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.646493, - 47.357512 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71875472, - 45.97819852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.646493, - 47.357512 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39718179, - 43.46467058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39718179, - 43.46467058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.0513394, - 48.51453622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.0513394, - 48.51453622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12864739, - 48.69360911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12864739, - 48.69360911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5481583, - 43.46713262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.10321425, - 48.88856813 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.10321425, - 48.88856813 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.893774, - 46.853229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.893774, - 46.853229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5812, - 44.8368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53884125, - 48.44748692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53884125, - 48.44748692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5453, - 50.4754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5453, - 50.4754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44095006, - 43.32335871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44095006, - 43.32335871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.043611, - 49.06444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.043611, - 49.06444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.02944, - 49.1133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.02944, - 49.1133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12055, - 49.0469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53884125, - 48.44748692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.893774, - 46.853229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53884125, - 48.44748692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53884125, - 48.44748692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53899911, - 48.44751307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53884125, - 48.44748692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53889648, - 48.44756489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53884125, - 48.44748692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53884125, - 48.44748692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53897766, - 48.44749172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38346433, - 47.70708673 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.57866798, - 48.89269131 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.57866798, - 48.89269131 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.614437, - 44.869939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51971, - 44.8568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49563, - 44.8523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51971, - 44.8568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51971, - 44.8568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51971, - 44.8568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56097, - 44.8414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5902, - 44.8376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49563, - 44.8523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49563, - 44.8523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49563, - 44.8523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.614437, - 44.869939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61944, - 44.9218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61036, - 44.8324 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61036, - 44.8324 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61036, - 44.8324 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5812, - 44.8368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.613128, - 44.773752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61036, - 44.8324 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.613128, - 44.773752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.613128, - 44.773752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6046, - 44.8302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55321, - 44.8118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61570076, - 44.88817928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.653494, - 44.7821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.864405448, - 46.77243698 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.653494, - 44.7821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61944, - 44.9218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55321, - 44.8118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55321, - 44.8118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61944, - 44.9218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.57826, - 44.8446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61570076, - 44.88817928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51758541, - 44.89619801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55604, - 44.8402 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55604, - 44.8402 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.653494, - 44.7821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56097, - 44.8414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.645157, - 44.851745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55604, - 44.8402 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56097, - 44.8414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56712, - 44.8384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56712, - 44.8384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56097, - 44.8414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.57826, - 44.8446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.57826, - 44.8446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.653494, - 44.7821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55604, - 44.8402 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.645157, - 44.851745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6046, - 44.8302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.613128, - 44.773752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55321, - 44.8118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7227, - 48.2085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53107109, - 49.29204648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53576208, - 49.29021357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53576208, - 49.29021357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.33588, - 41.6932 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.33588, - 41.6932 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.000045, - 47.517919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.000045, - 47.517919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.048031, - 48.000971 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.048031, - 48.000971 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7227, - 48.2085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.83116, - 48.2099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61570076, - 44.88817928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.83116, - 48.2099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.19840202, - 47.37171155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.19840202, - 47.37171155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59124713, - 47.46810112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59124713, - 47.46810112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.68778271, - 48.74537984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.68778271, - 48.74537984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75204573, - 44.28766646 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75204573, - 44.28766646 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.864405448, - 46.77243698 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53107109, - 49.29204648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.220258, - 43.373851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.220258, - 43.373851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.220258, - 43.373851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5812, - 44.8368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61570076, - 44.88817928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5812, - 44.8368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6046, - 44.8302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5902, - 44.8376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5902, - 44.8376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6046, - 44.8302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5902, - 44.8376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56412, - 44.8894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56412, - 44.8894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56412, - 44.8894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56412, - 44.8894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.43748, - 42.60419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.798435, - 41.955503 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.798435, - 41.955503 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.43748, - 42.60419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11302, - 49.4172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11302, - 49.4172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.220258, - 43.373851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.220258, - 43.373851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.220258, - 43.373851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12055, - 49.0469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08555, - 49.0441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08555, - 49.0441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84802588, - 43.41619671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.801605, - 45.100663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02754858, - 42.77631046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02754858, - 42.77631046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.986047, - 46.740534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.986047, - 46.740534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.72339157, - 46.42051966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.35350427, - 44.75737344 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.35350427, - 44.75737344 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.79263273, - 45.57902312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.79263273, - 45.57902312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84802588, - 43.41619671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03189323, - 42.57131079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84802588, - 43.41619671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84802588, - 43.41619671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.80687827, - 43.89801995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.80687827, - 43.89801995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07039785, - 46.79957472 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07039785, - 46.79957472 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05223102, - 42.53719241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05223102, - 42.53719241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.23638238, - 47.90067129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.23638238, - 47.90067129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.801605, - 45.100663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03189323, - 42.57131079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03991263, - 42.59896285 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.75524852, - 42.55176041 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.75524852, - 42.55176041 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03991263, - 42.59896285 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03189323, - 42.57131079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18668478, - 46.34909012 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18668478, - 46.34909012 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18668478, - 46.34909012 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18668478, - 46.34909012 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18049609, - 45.8301449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18049609, - 45.8301449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.89186964, - 43.16295103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58925408, - 44.85612739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58925408, - 44.85612739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03189323, - 42.57131079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91403, - 45.5756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91403, - 45.5756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04252466, - 42.57561279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.457057, - 43.599069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07493271, - 43.56341819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07418678, - 43.56313443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07412793, - 43.56412564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08668388, - 44.11561019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08668388, - 44.11561019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84532543, - 43.78925551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84532543, - 43.78925551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.880052, - 47.840631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.880052, - 47.840631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.457057, - 43.599069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.457057, - 43.599069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01092663, - 42.55717621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.457057, - 43.599069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.131665, - 44.708957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.131665, - 44.708957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40231, - 49.212682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40231, - 49.212682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40231, - 49.212682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40231, - 49.212682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.02523165, - 47.57283072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.02523165, - 47.57283072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2124275, - 44.58129089 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07493271, - 43.56341819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07418678, - 43.56313443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07412793, - 43.56412564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.925386, - 47.614325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91435021, - 43.98437746 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91440001, - 43.98442417 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.023068, - 46.761133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.023068, - 46.761133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.63678848, - 44.17387854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76213639, - 44.61024498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03333834, - 42.568332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03333834, - 42.568332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03333834, - 42.568332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03333834, - 42.568332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03333834, - 42.568332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03333834, - 42.568332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63380721, - 43.45108975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63380721, - 43.45108975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.79864, - 44.518903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.79864, - 44.518903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.93411122, - 43.95327432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.93411122, - 43.95327432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16311718, - 44.42822916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16311718, - 44.42822916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.925386, - 47.614325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39259694, - 46.34035068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87558193, - 45.637648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.14611, - 49.0797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09308, - 48.488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.862269, - 48.680163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.910392, - 48.699533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.862269, - 48.680163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8625, - 48.6822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.861093, - 48.681068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.910392, - 48.699533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8625, - 48.6822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.910392, - 48.699533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.910392, - 48.699533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09308, - 48.488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17993, - 48.4669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.34338, - 48.6237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17993, - 48.4669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8676, - 50.1057 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8676, - 50.1057 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32986, - 50.364 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33118227, - 50.35473676 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33118227, - 50.35473676 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32986, - 50.364 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32317, - 50.3787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32317, - 50.3787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.71506, - 46.9978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.862269, - 48.680163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35048, - 48.6058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87558193, - 45.637648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9301, - 49.4715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.14611, - 49.0797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74468811, - 44.31978763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74468811, - 44.31978763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74468811, - 44.31978763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74468811, - 44.31978763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92565, - 49.4634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92731, - 49.4588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92731, - 49.4588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92565, - 49.4634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01774, - 49.4412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94213, - 49.4179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35048, - 48.6058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01774, - 49.4412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90783, - 49.4732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9301, - 49.4715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90783, - 49.4732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94213, - 49.4179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35308, - 49.086 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35308, - 49.086 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.34338, - 48.6237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31463, - 48.6347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31463, - 48.6347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.71506, - 46.9978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.069566, - 49.106955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.069566, - 49.106955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36831, - 48.1281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.21839, - 46.2136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.21839, - 46.2136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165117, - 45.743585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165117, - 45.743585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165117, - 45.743585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165117, - 45.743585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165117, - 45.743585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165117, - 45.743585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.817832, - -17.4884487 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.817832, - -17.4884487 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36831, - 48.1281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59188, - 45.3216 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36831, - 48.1281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36831, - 48.1281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36831, - 48.1281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36831, - 48.1281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.393396, - 47.170026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.393396, - 47.170026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87558193, - 45.637648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87558193, - 45.637648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87558193, - 45.637648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87558193, - 45.637648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46906132, - -21.3386997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46906132, - -21.3386997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.45680189, - -21.3325437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.45680189, - -21.3325437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.399329, - 48.076864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.399329, - 48.076864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.399329, - 48.076864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.399329, - 48.076864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.399329, - 48.076864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.399329, - 48.076864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36775842, - 46.6097689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36775842, - 46.6097689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36775842, - 46.6097689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36775842, - 46.6097689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36775842, - 46.6097689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.254323, - 43.438624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.254323, - 43.438624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.254323, - 43.438624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.254323, - 43.438624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.254323, - 43.438624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.437215, - 48.219178 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.437215, - 48.219178 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4593, - -21.334427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4593, - -21.334427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.45680189, - -21.3325437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.57826, - 44.8446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61431, - 44.8514 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.603, - 46.3075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.169737255, - 43.40428119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9217113, - 50.46247296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45320379, - 49.10410314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45320379, - 49.10410314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.60757, - 50.4305 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.60757, - 50.4305 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.60757, - 50.4305 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.60757, - 50.4305 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.541816, - 48.235545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.541816, - 48.235545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.169737255, - 43.40428119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16973726, - 43.40428119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9217113, - 50.46247296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.169737255, - 43.40428119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.169737255, - 43.40428119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16973726, - 43.40428119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.169737255, - 43.40428119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16973726, - 43.40428119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04198941, - 49.13816135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04198941, - 49.13816135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85383794, - 47.00445851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85240031, - 47.00590714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85240031, - 47.00590714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9217113, - 50.46247296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9217113, - 50.46247296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85383794, - 47.00445851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30798148, - 49.3672118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37078, - 48.719848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37078, - 48.719848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5775891, - 48.73401665 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56151203, - 44.76579126 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56151203, - 44.76579126 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56151203, - 44.76579126 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.519791, - 43.54469101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.519791, - 43.54469101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.519791, - 43.54469101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37433, - 48.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85383794, - 47.00445851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85240031, - 47.00590714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51758541, - 44.89619801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09677956, - 48.81827376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09986662, - 43.56260966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09986662, - 43.56260966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09986662, - 43.56260966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14711682, - 43.04394683 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14711682, - 43.04394683 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14711682, - 43.04394683 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14711682, - 43.04394683 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14711682, - 43.04394683 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09677956, - 48.81827376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09677956, - 48.81827376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09677956, - 48.81827376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09986662, - 43.56260966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17909388, - 43.9286768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17909388, - 43.9286768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78282894, - 43.73555372 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78282894, - 43.73555372 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17064, - 48.756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17064, - 48.756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94351498, - 45.51721846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94351498, - 45.51721846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94351498, - 45.51721846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.454771, - 43.618492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09986662, - 43.56260966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09998, - 43.676771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85240031, - 47.00590714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.54363498, - 43.49646422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85383794, - 47.00445851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.438944, - 48.251975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.438944, - 48.251975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.438944, - 48.251975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.47057402, - 43.48590064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.47057402, - 43.48590064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.47057402, - 43.48590064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.47057402, - 43.48590064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.47057402, - 43.48590064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.54363498, - 43.49646422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.54363498, - 43.49646422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09998, - 43.676771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.54363498, - 43.49646422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.54363498, - 43.49646422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16087089, - 43.03086672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16087089, - 43.03086672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16087089, - 43.03086672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16087089, - 43.03086672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16087089, - 43.03086672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09998, - 43.676771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09998, - 43.676771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09998, - 43.676771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30798148, - 49.3672118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30798148, - 49.3672118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30798148, - 49.3672118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.62090418, - 47.46554085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33435908, - 49.9116821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33435908, - 49.9116821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11367487, - 49.41435513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11367487, - 49.41435513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11367487, - 49.41435513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11367487, - 49.41435513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.754427, - 46.912098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467489, - 49.232101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70957069, - 49.73738154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70957069, - 49.73738154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70957069, - 49.73738154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70957069, - 49.73738154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70957069, - 49.73738154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.134109, - 47.907849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8466, - 46.7826 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30798148, - 49.3672118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6337, - 46.8457 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.94633148, - 46.87591316 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816533, - 46.794819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816533, - 46.794819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.94633148, - 46.87591316 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9088, - 46.5628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.696, - 46.7142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75561, - 46.212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3638, - 46.6757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6628, - 46.613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.432, - 46.8416 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2436, - 46.7536 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7476577, - 46.5684612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4839, - 46.3616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1115, - 46.6094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75561, - 46.212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3961, - 46.9451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0244, - 46.8968 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.476, - 46.6289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0986, - 47.0774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76, - 46.2602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.754427, - 46.912098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7476577, - 46.5684612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70957069, - 49.73738154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59277108, - 49.63422841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59277108, - 49.63422841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08224462, - 49.23751669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37070273, - 43.30887101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37070273, - 43.30887101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9084615, - 50.4389957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9084615, - 50.4389957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.28868032, - 50.24177291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.28868032, - 50.24177291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545617, - 48.454124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545617, - 48.454124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.100221, - 46.179444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08224462, - 49.23751669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08224462, - 49.23751669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59277108, - 49.63422841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08224462, - 49.23751669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08224462, - 49.23751669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08224462, - 49.23751669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.08066214, - 49.09912957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.08066214, - 49.09912957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25804285, - 49.85596361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25804285, - 49.85596361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25804285, - 49.85596361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25804285, - 49.85596361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30798148, - 49.3672118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37070273, - 43.30887101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37070273, - 43.30887101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37070273, - 43.30887101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87933819, - 48.93416867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59277108, - 49.63422841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39278508, - 48.94867145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39278508, - 48.94867145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39278508, - 48.94867145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39278508, - 48.94867145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39278508, - 48.94867145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39278508, - 48.94867145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7875025, - 49.38905597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7875025, - 49.38905597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17580561, - 48.78194961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17580561, - 48.78194961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.17580561, - 48.78194961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.54881175, - 48.83723465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.54881175, - 48.83723465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.54881175, - 48.83723465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.54881175, - 48.83723465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1615, - 46.865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1615, - 46.865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87933819, - 48.93416867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87933819, - 48.93416867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87933819, - 48.93416867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.454771, - 43.618492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.454771, - 43.618492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.337082, - 45.920539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5585728, - 44.8240481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5237826, - 44.8624327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5700933, - 44.800156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5596091, - 44.80663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5596091, - 44.80663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5997005, - 44.8660147 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5700933, - 44.800156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5700933, - 44.800156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5596091, - 44.80663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5776042, - 44.825539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5585728, - 44.8240481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5567316, - 44.8275893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603715, - 44.8499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5776042, - 44.825539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5776042, - 44.825539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5585728, - 44.8240481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5633591, - 44.8341526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5633591, - 44.8341526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5671108, - 44.8308225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5700369, - 44.8246198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5700369, - 44.8246198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5633591, - 44.8341526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5567316, - 44.8275893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603715, - 44.8499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5343711, - 44.8557708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5667689, - 44.8630867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5997005, - 44.8660147 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.614253, - 44.85121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6196466, - 44.8638037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6196466, - 44.8638037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.620298, - 44.85705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.620298, - 44.85705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.614253, - 44.85121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5671108, - 44.8308225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5595587, - 44.8411016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56079, - 44.85006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56079, - 44.85006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5595587, - 44.8411016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5343711, - 44.8557708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5595587, - 44.8411016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56079, - 44.85006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5570323, - 44.84365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6106798, - 44.8240441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6106798, - 44.8240441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5489381, - 44.8471942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5489381, - 44.8471942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5570323, - 44.84365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5997005, - 44.8660147 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5237826, - 44.8624327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6008798, - 44.81902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5621268, - 44.830625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5621268, - 44.830625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5755883, - 44.843269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5802927, - 44.8367369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5921201, - 44.8554383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5942345, - 44.8455488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5921201, - 44.8554383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5868384, - 44.8240534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58493, - 44.84235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58493, - 44.84235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5698217, - 44.8580555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576803, - 44.865406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5706805, - 44.8436728 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58493, - 44.84235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.592695, - 44.840979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5706805, - 44.8436728 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576803, - 44.865406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576803, - 44.865406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5812665, - 44.83053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5812665, - 44.83053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.579258, - 44.856634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.579258, - 44.856634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576803, - 44.865406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61944, - 44.9218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61431, - 44.8514 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5921201, - 44.8554383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5763597, - 44.8473288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5763597, - 44.8473288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5763597, - 44.8473288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.592695, - 44.840979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.592695, - 44.840979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5497758, - 44.81634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5693503, - 44.8139114 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5693503, - 44.8139114 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5567316, - 44.8275893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5497758, - 44.81634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5497758, - 44.81634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5693503, - 44.8139114 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5698217, - 44.8580555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603715, - 44.8499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5755883, - 44.843269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5802927, - 44.8367369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5698217, - 44.8580555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5763597, - 44.8473288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5868384, - 44.8240534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5763597, - 44.8473288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.618926, - 44.944686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.618926, - 44.944686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5755883, - 44.843269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5942345, - 44.8455488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5730911, - 44.88033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5667689, - 44.8630867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.337082, - 45.920539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5728467, - 44.8302701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5743715, - 44.8512286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5728467, - 44.8302701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5743715, - 44.8512286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5706805, - 44.8436728 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5794891, - 44.8424538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5728467, - 44.8302701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598102, - 44.82586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5743715, - 44.8512286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5794891, - 44.8424538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5706805, - 44.8436728 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6101414, - 44.8327156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.725, - 44.9122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5706805, - 44.8436728 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567786, - 44.8527873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567786, - 44.8527873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6101414, - 44.8327156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.569361, - 44.835869 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.569361, - 44.835869 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6008798, - 44.81902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6008798, - 44.81902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5735586, - 44.8313446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598102, - 44.82586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.725, - 44.9122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42762, - 49.047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5910003, - 44.8122102 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08063, - 45.9379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.337082, - 45.920539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.523745, - 45.845514 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.523745, - 45.845514 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.523745, - 45.845514 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43306962, - 46.13549714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43306962, - 46.13549714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43306962, - 46.13549714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43306962, - 46.13549714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43306962, - 46.13549714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43277992, - 46.13548599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08063, - 45.9379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42762, - 49.047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08063, - 45.9379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08063, - 45.9379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08063, - 45.9379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08063, - 45.9379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42762, - 49.047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42762, - 49.047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42762, - 49.047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42762, - 49.047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42762, - 49.047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42762, - 49.047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5794891, - 44.8424538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5743715, - 44.8512286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598102, - 44.82586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.595881, - 44.85047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6190241, - 44.7993976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6190241, - 44.7993976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624746, - 44.826207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624746, - 44.826207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.628291, - 44.84167 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.595881, - 44.85047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.606393, - 44.8394463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.606393, - 44.8394463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6132285, - 44.8462139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.595881, - 44.85047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.606393, - 44.8394463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5861464, - 44.8386916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5265646, - 44.8307381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.57113, - 44.8783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.57113, - 44.8783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6056556, - 44.8366088 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6056556, - 44.8366088 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5265646, - 44.8307381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6132285, - 44.8462139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.552385, - 44.86105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.552385, - 44.86105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5730911, - 44.88033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.628291, - 44.84167 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624746, - 44.826207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.653022, - 44.845233 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.653022, - 44.845233 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567786, - 44.8527873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5735586, - 44.8313446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5861464, - 44.8386916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6330112, - 44.8043642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6116, - 44.881022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6116, - 44.881022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.605597, - 44.793068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6330112, - 44.8043642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6330112, - 44.8043642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5858919, - 44.8785426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5910003, - 44.8122102 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5910003, - 44.8122102 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5910003, - 44.8122102 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5858919, - 44.8785426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5931506, - 44.8063454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5931506, - 44.8063454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.605597, - 44.793068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.653022, - 44.845233 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.616092, - 44.83838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.616092, - 44.83838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5671108, - 44.8308225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36738503, - 47.12095734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36738503, - 47.12095734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.516991, - 49.343346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.900723, - 48.800545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.977295, - 48.825451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303315, - 49.000648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.212339, - 49.299999 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.750126, - 49.240765 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478406, - 48.9856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44972, - 49.258343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.292248, - 49.024796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.080297, - 49.36565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.854415, - 48.840118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.672848, - 48.853397 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.902956, - 49.3088 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.905397, - 49.308865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.288768, - 49.13478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.477086, - 49.049606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.126629, - 49.399658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.657508, - 49.07996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8849, - 48.84539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566371, - 49.290745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.606036, - 48.857273 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.901956, - 48.844872 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.885866, - 48.837307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.405121, - 49.023678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.405121, - 49.023678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.268813, - 49.146912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.21517, - 49.057525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197402, - 49.287834 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.890959, - 48.840595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.481821, - 48.989704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.038759, - 48.832748 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.028522, - 49.016411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.268813, - 49.146912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.888584, - 48.84039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.21517, - 49.057525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197402, - 49.287834 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.103004, - 49.34425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.038759, - 48.832748 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.028522, - 49.016411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8074, - 49.347195 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048561, - 48.840977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.882365, - 48.849442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.450656, - 49.1567 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.904563, - 49.374043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51847393, - 48.86885129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.288768, - 49.13478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.185999, - 49.348248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.452932, - 49.274509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.317765, - 49.178341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.458241, - 49.276985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.073146, - 49.071609 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.104626, - 48.823738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.202366, - 49.137093 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.606036, - 48.857273 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.977295, - 48.825451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303315, - 49.000648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.082768, - 49.136223 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568107, - 49.277843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.221156, - 49.143112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.900723, - 48.800545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.207578, - 49.136806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.373516, - 49.254955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.739149, - 49.02071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.399309, - 49.160816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.276981, - 49.124573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303596, - 49.034939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.269729, - 49.317024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20465, - 49.279522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497137, - 49.180573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09212, - 49.338612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.391624, - 49.327827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.281319, - 49.262711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.297287, - 49.053543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.457769, - 49.142525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.395594, - 49.332512 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298521, - 49.073658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.838209, - 48.83251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.221156, - 49.143112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15161, - 49.005394 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.149838, - 49.004524 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.220241, - 49.178085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.845168, - 49.011806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.765131, - 49.108475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42327, - 49.164383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303376, - 49.171944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.481821, - 48.989704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.890959, - 48.840595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422221, - 49.128597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.673939, - 49.266899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.845168, - 49.011806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.030718, - 49.02076 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576396, - 48.920029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.318416, - 49.172173 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.317765, - 49.178341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.073741, - 48.924759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.768018, - 48.920078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20465, - 49.279522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.373516, - 49.254955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.073146, - 49.071609 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.082768, - 49.136223 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.242004, - 48.96925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30163, - 49.2966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.288273, - 49.149944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342878, - 49.213123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.313085, - 49.286636 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.268632, - 49.014362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371768, - 49.138321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.399309, - 49.160816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.351417, - 49.318889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.167836, - 49.116592 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.203363, - 49.383171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.504844, - 49.101223 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502256, - 49.098824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.03761395, - 49.01914912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.03761395, - 49.01914912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567159, - 49.121574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.03761395, - 49.01914912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.357187, - 49.19585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.009537, - 49.14109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.257186, - 49.277668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.242383, - 49.198738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.411662, - 48.872952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.250781, - 49.278812 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753076, - 49.34211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.186472, - 49.285782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.224748, - 49.182022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.405064, - 49.020981 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.258216, - 49.288376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.185999, - 49.348248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.041252, - 49.387611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.526418, - 49.135658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.212339, - 49.299999 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.395594, - 49.332512 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497137, - 49.180573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478406, - 48.9856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44972, - 49.258343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624253, - 49.176746 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.472951, - 48.986382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8074, - 49.347195 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048561, - 48.840977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.750126, - 49.240765 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.391624, - 49.327827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.292248, - 49.024796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.080297, - 49.36565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624253, - 49.176746 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.472951, - 48.986382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.905397, - 49.308865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.103004, - 49.34425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.477086, - 49.049606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.902956, - 49.3088 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.269729, - 49.317024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.281319, - 49.262711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.350859, - 49.150547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.220241, - 49.178085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.316764, - 49.127815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355094, - 49.140018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.349523, - 49.137749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.345371, - 49.2024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332626, - 49.202087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07457, - 49.30206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.237649, - 49.418694 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.649742, - 49.292091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09212, - 49.338612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.207578, - 49.136806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298521, - 49.073658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.471729, - 49.199406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.259154, - 49.23476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.838209, - 48.83251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.476986, - 49.205502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.202366, - 49.137093 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.297287, - 49.053543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568107, - 49.277843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.149838, - 49.004524 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.765131, - 49.108475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.269149, - 49.408573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1568056, - 47.34725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0849722, - 47.2945556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0849722, - 47.2945556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1861944, - 47.36075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.2206389, - 47.3759444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.154, - 47.3446389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1861944, - 47.36075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15478, - 47.346444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.154, - 47.3446389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.154, - 47.3446389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.2206389, - 47.3759444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15478, - 47.346444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.154, - 47.3446389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.2229723, - 47.3683056 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15921, - 47.3491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15921, - 47.3491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38440197, - 47.80989417 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38442, - 47.8099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.54602, - 47.9541 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.2229723, - 47.3683056 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1568056, - 47.34725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.90543, - -17.5275527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331992117, - 47.61497852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331992117, - 47.61497852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331992117, - 47.61497852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.90543, - -17.5275527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331992117, - 47.61497852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331992117, - 47.61497852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331992117, - 47.61497852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80911, - 47.5099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80911, - 47.5099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52771, - 46.6717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.52771, - 46.6717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39965998, - 45.48381895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28274, - 48.0824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.00925, - 47.7776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.00925, - 47.7776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0008, - 47.6173 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.16776, - 47.6756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.60098, - 48.141 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.30513, - 47.5295 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07781, - 47.5703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.382645, - 47.706029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.382645, - 47.706029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07781, - 47.5703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.648074, - 47.525771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.648074, - 47.525771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1124, - 47.599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.385595, - 47.706284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76128936, - 47.5276439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76128936, - 47.5276439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.852219, - 47.601017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.852219, - 47.601017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.385595, - 47.706284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.379785, - 47.50075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.379785, - 47.50075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.30513, - 47.5295 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.20706, - 48.0669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28274, - 48.0824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.13434, - 47.7663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89104, - 47.5497 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.16351, - 47.638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.16351, - 47.638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89104, - 47.5497 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.54602, - 47.9541 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.59084, - 47.7337 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.59084, - 47.7337 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.20706, - 48.0669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.13434, - 47.7663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.60098, - 48.141 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33673, - 47.8876 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33673, - 47.8876 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.79624, - 47.6607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36819, - 47.7468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36819, - 47.7468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.79624, - 47.6607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.16776, - 47.6756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1124, - 47.599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.030718, - 49.02076 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.869728, - 49.242004 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.84048, - 48.937435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.830717, - 48.965939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066339, - 45.093005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066339, - 45.093005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066339, - 45.093005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066339, - 45.093005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066339, - 45.093005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066339, - 45.093005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066339, - 45.093005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.977225, - 48.930635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.977225, - 48.930635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.976106, - 48.931375 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.976106, - 48.931375 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.56569, - 48.5243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.52939, - 48.5652 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.52939, - 48.5652 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49877, - 48.5407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49877, - 48.5407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369945, - 49.325378 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.545198, - 49.195198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29001, - 49.108196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15161, - 49.005394 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753121, - 49.002502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.883248, - 48.893047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.101562, - 49.320122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.073741, - 48.924759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.649742, - 49.292091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.167836, - 49.116592 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.768018, - 48.920078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.318416, - 49.172173 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.079796, - 48.975983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.789644, - 49.219543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.419354, - 49.024189 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371768, - 49.138321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.314508, - 49.302155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576396, - 48.920029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422221, - 49.128597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.351417, - 49.318889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.673939, - 49.266899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.53039, - 48.5226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49481, - 48.5395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45618, - 48.5396 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.56569, - 48.5243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.53039, - 48.5226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40364, - 48.5522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.56626, - 48.5611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40364, - 48.5522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.47071, - 48.5313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49959, - 48.5614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.47071, - 48.5313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49959, - 48.5614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4851, - 48.5742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.40478507, - 43.7221983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43221, - 48.5356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.51442, - 48.5661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45618, - 48.5396 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42629, - 48.5403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49481, - 48.5395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5323, - 48.5442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48624, - 48.5248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.59489, - 48.5315 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.59489, - 48.5315 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48624, - 48.5248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5323, - 48.5442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42629, - 48.5403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.56626, - 48.5611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4851, - 48.5742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.32491, - 48.5502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34541, - 48.5405 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.32491, - 48.5502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49844226, - 48.53267741 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49844226, - 48.53267741 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.51442, - 48.5661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34541, - 48.5405 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43221, - 48.5356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.206739, - 49.391857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00949802, - 49.141176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.98956, - 47.6665 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.151468, - 49.10059 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.360357, - 49.187054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.761437, - 49.158428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.767352, - 49.066422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.403748, - 49.113762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.196851, - 48.896561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.371682, - 49.152481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.220548, - 49.251003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.201822, - 48.892605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.504844, - 49.101223 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.200854, - 48.895374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.207155, - 48.908218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.360565, - 49.161114 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380138, - 49.199852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365959, - 49.180958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359741, - 49.203658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.346611, - 49.181694 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.346506, - 49.183704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.364503, - 49.184155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.402715, - 49.182137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.254735, - 49.146415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44147, - 49.185043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.806385, - 49.090714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11563, - 49.29363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.295243, - 49.134693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.114171, - 49.292559 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.651174, - 49.080152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.295243, - 49.134693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.114171, - 49.292559 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11563, - 49.29363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11563, - 49.29363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.114171, - 49.292559 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.348103, - 49.178352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.046794, - 49.149574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.366633, - 49.18668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380302, - 49.204082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365122, - 49.199177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355559, - 49.184055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.347497, - 49.197529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34267, - 49.160675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.371259, - 49.180359 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.924642, - 48.889202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.007925, - 48.792999 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.371682, - 49.152481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.201822, - 48.892605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.406258, - 49.265347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.045529, - 48.972824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130306, - 49.381893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.538061, - 49.286358 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332007, - 49.155018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.212054, - 49.2001 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.913899, - 48.872356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.856212, - 49.129959 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502256, - 49.098824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.458241, - 49.276985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.452932, - 49.274509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.276981, - 49.124573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.104626, - 48.823738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.471729, - 49.199406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.259154, - 49.23476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.457769, - 49.142525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.476986, - 49.205502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30163, - 49.2966 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.288273, - 49.149944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342878, - 49.213123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.457717, - 49.334377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.840685, - 49.359657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.283343, - 49.292938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.190402, - 49.23114 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.439307, - 49.08564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.138757, - 49.402374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130294, - 49.381866 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.263063, - 49.192703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.101527, - 49.121693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.834075, - 49.182762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.633224, - 49.021641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.706692, - 49.270863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.165716, - 49.127666 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48176, - 48.917553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.059013, - 49.252686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.029128, - 49.306469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.623846, - 49.338478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30948, - 49.18362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.296286, - 49.204266 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.553656, - 48.850952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.308223, - 49.18866 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424286, - 49.085377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12437493, - 49.29202059 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12437493, - 49.29202059 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624846, - 49.076407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12437493, - 49.29202059 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73394, - 48.5073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73394, - 48.5073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83054, - 46.7974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83054, - 46.7974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83054, - 46.7974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83054, - 46.7974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3032, - 47.9133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3032, - 47.9133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.81077, - 43.683611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.81077, - 43.683611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0971813, - 45.60512863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.99793, - 49.575503 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.72717042, - 46.69645546 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.72717042, - 46.69645546 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13324, - 48.3018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13324, - 48.3018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.516991, - 49.343346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.854415, - 48.840118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624846, - 49.175013 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73394, - 48.5073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73394, - 48.5073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.304622, - 45.574515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90698, - 48.9568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.716425, - 50.471483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.716425, - 50.471483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.13123, - 43.6624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.13123, - 43.6624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.552983, - 46.669091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.552983, - 46.669091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.552983, - 46.669091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.552983, - 46.669091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90698, - 48.9568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.304622, - 45.574515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.66033, - 48.5396 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65415, - 48.5265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65415, - 48.5265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.66033, - 48.5396 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.139877, - 48.309631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.139877, - 48.309631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.139877, - 48.309631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.304622, - 45.574515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624846, - 49.076407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624846, - 49.076407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.672848, - 48.853397 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05713, - 49.35398 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707928, - 49.283667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.651174, - 49.080152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197402, - 49.287834 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707928, - 49.283667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42273, - 49.329438 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83958454, - 49.20576297 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83958454, - 49.20576297 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42273, - 49.329438 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11542093, - 49.28792082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11542093, - 49.28792082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11542093, - 49.28792082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05713, - 49.35398 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05713, - 49.35398 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303376, - 49.171944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12437493, - 49.29202059 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.114171, - 49.292559 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42327, - 49.164383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83958454, - 49.20576297 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11679, - 49.287709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11542093, - 49.28792082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624846, - 49.175013 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.901956, - 48.844872 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303376, - 49.171944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08856957, - 49.01214577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.885866, - 48.837307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42327, - 49.164383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624846, - 49.175013 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.718632, - 49.27946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08856957, - 49.01214577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08856957, - 49.01214577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.657508, - 49.07996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.718632, - 49.27946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.126629, - 49.399658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.450656, - 49.1567 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.904563, - 49.374043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.888584, - 48.84039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.882365, - 48.849442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566371, - 49.290745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8849, - 48.84539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11679, - 49.287709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.313085, - 49.286636 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.268632, - 49.014362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303596, - 49.034939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.439307, - 49.08564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.840685, - 49.359657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424286, - 49.085377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.296286, - 49.204266 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.283343, - 49.292938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80973, - 48.929178 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34179, - 49.190582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.401482, - 49.175629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332007, - 49.155018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396299, - 49.191658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.116762, - 49.28772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.417781, - 49.16581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369844, - 49.176125 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355928, - 49.180374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130306, - 49.381893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.538061, - 49.286358 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.138757, - 49.402374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130294, - 49.381866 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.913899, - 48.872356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.856212, - 49.129959 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.553656, - 48.850952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.212054, - 49.2001 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30948, - 49.18362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707942, - 49.280796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.059013, - 49.252686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.406258, - 49.265347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.275651, - 49.24791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.207299, - 49.124958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.418581, - 49.334774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.432045, - 49.290691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.190402, - 49.23114 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.834075, - 49.182762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.706692, - 49.270863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.308223, - 49.18866 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.806385, - 49.090714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44147, - 49.185043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48176, - 48.917553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.007925, - 48.792999 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.761437, - 49.158428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.767352, - 49.066422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.924642, - 48.889202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.046794, - 49.149574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.457717, - 49.334377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.045529, - 48.972824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.047522, - 49.187656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298162, - 49.228291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.196851, - 48.896561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51847393, - 48.86885129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.027659, - 49.33881 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00949802, - 49.141176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00949802, - 49.141176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303067, - 49.226357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.327253, - 49.24025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.273392, - 49.245373 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.042063, - 49.232769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80973, - 48.929178 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.045078, - 49.230087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37422, - 49.220695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677874, - 49.220016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.266243, - 49.177143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.263063, - 49.192703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.376339, - 49.29459 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.098968, - 49.287991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.207155, - 48.908218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05630619, - 49.25483875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.200854, - 48.895374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.418581, - 49.334774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.326488, - 49.044224 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303067, - 49.226357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.327253, - 49.24025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.207299, - 49.124958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707942, - 49.280796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.432045, - 49.290691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.275651, - 49.24791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.514652, - 49.212273 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339124, - 49.27467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.512477, - 49.203705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.220548, - 49.251003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.273392, - 49.245373 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298162, - 49.228291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.079897, - 49.204884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.027659, - 49.33881 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.101527, - 49.121693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.403748, - 49.113762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51847393, - 48.86885129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.047522, - 49.187656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.151468, - 49.10059 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.029128, - 49.306469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.041252, - 49.387611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.633224, - 49.021641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.545198, - 49.195198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29001, - 49.108196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.830717, - 48.965939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.869728, - 49.242004 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37422, - 49.220695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677874, - 49.220016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.206739, - 49.391857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.203363, - 49.383171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.376339, - 49.29459 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.098968, - 49.287991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.042063, - 49.232769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.045078, - 49.230087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.349523, - 49.137749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.350859, - 49.150547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.101562, - 49.320122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355094, - 49.140018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.237649, - 49.418694 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.345371, - 49.2024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.316764, - 49.127815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.266243, - 49.177143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.789644, - 49.219543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.009537, - 49.14109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.526418, - 49.135658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.224748, - 49.182022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.405064, - 49.020981 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35496471, - 49.32043809 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.257186, - 49.277668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.242383, - 49.198738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.357187, - 49.19585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567159, - 49.121574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.186472, - 49.285782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.314508, - 49.302155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.411662, - 48.872952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.242004, - 48.96925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753076, - 49.34211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35496471, - 49.32043809 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35496471, - 49.32043809 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.250781, - 49.278812 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.258216, - 49.288376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332626, - 49.202087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07457, - 49.30206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.419354, - 49.024189 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.269149, - 49.408573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.401482, - 49.175629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339124, - 49.27467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.326488, - 49.044224 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.512477, - 49.203705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05630619, - 49.25483875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80973, - 48.929178 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.079897, - 49.204884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05630619, - 49.25483875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34179, - 49.190582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.346506, - 49.183704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34267, - 49.160675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396299, - 49.191658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.116762, - 49.28772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.417781, - 49.16581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369844, - 49.176125 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355928, - 49.180374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.254735, - 49.146415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.623846, - 49.338478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.165716, - 49.127666 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.514652, - 49.212273 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.366633, - 49.18668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.84048, - 48.937435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365959, - 49.180958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369945, - 49.325378 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.739149, - 49.02071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.079796, - 48.975983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.883248, - 48.893047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753121, - 49.002502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359741, - 49.203658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.360565, - 49.161114 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.347497, - 49.197529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.402715, - 49.182137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355559, - 49.184055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.346611, - 49.181694 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380138, - 49.199852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.364503, - 49.184155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365122, - 49.199177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.348103, - 49.178352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.360357, - 49.187054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380302, - 49.204082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.371259, - 49.180359 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.98956, - 47.6665 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36581, - 47.7489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9025136, - 47.9053752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4684, - -21.3289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43574225, - 48.21888515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43574225, - 48.21888515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.03216, - 43.77025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.03216, - 43.77025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74199, - 47.8454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74199, - 47.8454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.70402909, - -21.033494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.70402909, - -21.033494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4684, - -21.3289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4684, - -21.3289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33992, - 48.9159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94359, - 46.01605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94359, - 46.01605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677733, - 45.3928606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5489767, - 45.4430808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57173, - 45.374466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5747122, - 45.3971756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5747122, - 45.3971756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57173, - 45.374466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.73300206, - 46.11365738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677733, - 45.3928606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19265547, - 45.96356828 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19265547, - 45.96356828 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19265547, - 45.96356828 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.73300206, - 46.11365738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4684, - -21.3289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.80567, - 48.801111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.71399, - 47.9619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.80567, - 48.801111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.081, - 50.3602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.081, - 50.3602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.081, - 50.3602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.081, - 50.3602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.081, - 50.3602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.081, - 50.3602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.081, - 50.3602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.081, - 50.3602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.428157, - 43.205176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.80567, - 48.801111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.80567, - 48.801111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36049115, - 47.76684383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36049115, - 47.76684383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36049115, - 47.76684383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36049115, - 47.76684383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70760946, - 48.71133565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70760946, - 48.71133565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42200623, - 48.20786571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5489767, - 45.4430808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5655243, - 45.3967526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.52643, - 47.862 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.72136, - 47.5468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76128936, - 47.5276439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.44976, - 47.6818 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.95376, - 48.054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.44976, - 47.6818 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.72136, - 47.5468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.12794, - 47.9302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.12794, - 47.9302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82905, - 47.8815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38847, - 47.9204 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.95376, - 48.054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38847, - 47.9204 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.01283, - 47.897 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7308, - 47.6654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7308, - 47.6654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76128936, - 47.5276439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82905, - 47.8815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.01283, - 47.897 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.83354, - 47.8557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.52643, - 47.862 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28271, - 47.8198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10467, - 47.7465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.6866, - 48.0616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77101, - 47.8808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.6866, - 48.0616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.39381, - 47.9955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.13532, - 47.9061 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.39381, - 47.9955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28271, - 47.8198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.28161, - 47.9778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.17315, - 47.9645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.28161, - 47.9778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10467, - 47.7465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.13532, - 47.9061 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.81932, - 47.9187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.71399, - 47.9619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.83354, - 47.8557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.00026, - 47.8482 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.27127, - 48.0368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.27127, - 48.0368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37854, - 47.7629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40121, - 47.5346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37854, - 47.7629 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08043, - 48.0245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.701, - 43.3988 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70692, - 43.3996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82520172, - 46.46345109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82520172, - 46.46345109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46775447, - -21.3275523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46775447, - -21.3275523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4984624, - -20.8949185 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4984624, - -20.8949185 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08043, - 48.0245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.379552, - 43.517808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088954, - 47.019179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088954, - 47.019179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.52194, - 48.2692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.52194, - 48.2692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.78391, - 47.667304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.78391, - 47.667304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56515, - 45.3977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5655243, - 45.3967526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.379552, - 43.517808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.379552, - 43.517808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40121, - 47.5346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2360426, - 49.09372207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.021463, - 46.520895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.021463, - 46.520895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07186963, - 49.11279016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07186963, - 49.11279016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2360426, - 49.09372207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2360426, - 49.09372207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2360426, - 49.09372207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2360426, - 49.09372207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2360426, - 49.09372207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.379552, - 43.517808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2360426, - 49.09372207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2360426, - 49.09372207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1106, - 49.0847 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1106, - 49.0847 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53287, - 45.4834 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53287, - 45.4834 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.379552, - 43.517808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.379552, - 43.517808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.369991039, - 48.94491689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.369991039, - 48.94491689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.369991039, - 48.94491689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.078122, - 49.241255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8366292, - 47.07524849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8366292, - 47.07524849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8366292, - 47.07524849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8366292, - 47.07524849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8366292, - 47.07524849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8366292, - 47.07524849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8366292, - 47.07524849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8366292, - 47.07524849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.87623698, - 47.04568014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.87623698, - 47.04568014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.65052128, - 45.75208481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.65052128, - 45.75208481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.65052128, - 45.75208481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.65052128, - 45.75208481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.903664, - 47.916515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.903664, - 47.916515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.903664, - 47.916515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9046868, - 47.9028761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05386, - 47.89206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07402, - 45.889034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07402, - 45.889034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212125, - 48.912135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.135937, - 45.765259 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09338565, - 49.25121681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.095098, - 49.254606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.078122, - 49.241255 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.99012892, - 43.13476798 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98951742, - 43.13459182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98951742, - 43.13459182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98951742, - 43.13459182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98951742, - 43.13459182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1361313, - 45.76525364 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212125, - 48.912135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.135937, - 45.765259 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1361313, - 45.76525364 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212125, - 48.912135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212125, - 48.912135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212125, - 48.912135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212125, - 48.912135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212125, - 48.912135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212125, - 48.912135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.01551, - 47.95631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.910526, - 47.905144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.910195, - 47.905229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.972238, - 47.966138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.968126, - 47.832466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95514, - 47.87808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.96998, - 47.91192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87737, - 47.911473 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.93456, - 47.88026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.972238, - 47.966138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95514, - 47.87808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83385, - 47.86555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.873796, - 47.884736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82654, - 47.919474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986572, - 47.900234 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9109, - 47.93292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.96998, - 47.91192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020973, - 47.893798 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87386, - 47.9508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94856, - 47.93718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8339996, - 47.8867824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.89790996, - 47.86552972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9109, - 47.93292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8961, - 47.89256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05386, - 47.89206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020973, - 47.893798 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.01551, - 47.95631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.010412, - 47.922145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82654, - 47.919474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8911351, - 47.8634133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9025136, - 47.9053752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.909853, - 47.905313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.89790996, - 47.86552972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9030715, - 47.9039133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87737, - 47.911473 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.90126, - 47.90074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.986572, - 47.900234 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83385, - 47.86555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87386, - 47.9508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94856, - 47.93718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.93456, - 47.88026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.873796, - 47.884736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.81417, - 47.94254 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8339996, - 47.8867824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.095098, - 49.254606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08759241, - 49.25176688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.369991039, - 48.94491689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.095098, - 49.254606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.170972, - 45.742189 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.170972, - 45.742189 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.170972, - 45.742189 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48279, - 48.4614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48279, - 48.4614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4151938, - 43.4503553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4151938, - 43.4503553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.48251118, - 43.31089191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.48251118, - 43.31089191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.52677745, - 43.47698053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5257373, - 43.47749826 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.52677745, - 43.47698053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.52677745, - 43.47698053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5257373, - 43.47749826 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.52677745, - 43.47698053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19375685, - 48.56437512 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19375685, - 48.56437512 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59205757, - 49.20641115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09934109, - 43.10751972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.957887, - 49.045931 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.957887, - 49.045931 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.103962, - 49.22553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.982398, - 49.225893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992456, - 49.225382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.982398, - 49.225893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992456, - 49.225382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.999234, - 49.217628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.057693, - 49.216961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.057693, - 49.216961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.103962, - 49.22553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.100422, - 49.225945 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13890704, - 49.24803182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.100422, - 49.225945 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.105362, - 49.237622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.095098, - 49.254606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.105362, - 49.237622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09338565, - 49.25121681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08759241, - 49.25176688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08759241, - 49.25176688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08759241, - 49.25176688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.999234, - 49.217628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13890704, - 49.24803182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.051158, - 43.998829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.133887, - 49.242705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.051158, - 43.998829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.128633, - 49.244048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.135813, - 49.241206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.135813, - 49.241206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.128633, - 49.244048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.142379, - 49.260981 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.135813, - 49.241206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.135813, - 49.241206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115187, - 49.262486 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13890704, - 49.24803182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.116171, - 49.26076 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.116171, - 49.26076 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.133955, - 49.258667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.133955, - 49.258667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.133887, - 49.242705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.142379, - 49.260981 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115187, - 49.262486 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13890704, - 49.24803182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.17315, - 47.9645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.72377, - 47.9111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75518, - 47.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.99905, - 47.7203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.52617, - 47.7724 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.52617, - 47.7724 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.20436, - 47.6577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4989, - 47.7342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4989, - 47.7342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73667, - 47.6188 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.83013, - 47.6149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.83013, - 47.6149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75489, - 47.6421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.20436, - 47.6577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34079459, - 47.81132803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34079459, - 47.81132803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.13192, - 47.5206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.397311, - 47.929532 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.40196, - 47.7667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.49312, - 47.7926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.397311, - 47.929532 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.397311, - 47.929532 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.397311, - 47.929532 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75489, - 47.6421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77069, - 47.6455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77069, - 47.6455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89455, - 47.5421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.83751, - 47.8889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.83751, - 47.8889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15967, - 47.8342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89455, - 47.5421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.94894, - 47.6389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.94894, - 47.6389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.13333, - 47.8178 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.13333, - 47.8178 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75941, - 47.6563 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76808, - 47.6709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75941, - 47.6563 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76808, - 47.6709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73667, - 47.6188 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76399, - 47.6379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76399, - 47.6379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.64905, - 47.6292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.64905, - 47.6292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.13192, - 47.5206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.99905, - 47.7203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77215, - 47.658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.72377, - 47.9111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.49312, - 47.7926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3622, - 47.7537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3622, - 47.7537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38456, - 47.7039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38456, - 47.7039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.94377, - 47.5681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.863, - 47.6014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36597, - 47.7354 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.12044, - 47.7617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.12044, - 47.7617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3669, - 47.754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3432, - 47.7237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36597, - 47.7354 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.3849, - 47.9269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.3849, - 47.9269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.863, - 47.6014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3432, - 47.7237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0116, - 47.6701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0116, - 47.6701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.48298, - 47.5556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.94377, - 47.5681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7638, - 47.6588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76991, - 47.525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29707, - 47.5174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15694, - 47.6411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15694, - 47.6411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.40196, - 47.7667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29707, - 47.5174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.45204, - 47.6602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.45204, - 47.6602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.00035, - 47.5867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.00035, - 47.5867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.43252, - 47.7023 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76991, - 47.525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36487, - 47.7519 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36487, - 47.7519 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.35777, - 47.7079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77215, - 47.658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.43252, - 47.7023 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7638, - 47.6588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.91855, - 47.6183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.91855, - 47.6183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34964, - 47.7633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34964, - 47.7633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15967, - 47.8342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7885, - 47.6705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.6447, - 48.0481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.6447, - 48.0481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1267, - 47.4779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4544, - 47.7032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5899, - 47.7312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5899, - 47.7312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3663, - 47.7542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3663, - 47.7542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3669, - 47.754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1267, - 47.4779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.341, - 47.8103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.341, - 47.8103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4544, - 47.7032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38746, - 47.7427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37788, - 47.7532 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37338, - 47.7318 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36004, - 47.749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36004, - 47.749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38746, - 47.7427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34107, - 47.7743 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.35627, - 47.7465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.35627, - 47.7465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75518, - 47.6507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82373, - 47.6269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82373, - 47.6269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38592, - 47.7613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38592, - 47.7613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34107, - 47.7743 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36581, - 47.7489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.78023, - 47.6326 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.78023, - 47.6326 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.96514, - 48.0714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.42677, - 47.7369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.96514, - 48.0714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.42677, - 47.7369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.8333, - 47.5019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3103, - 47.7122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3103, - 47.7122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41844, - 47.8032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41844, - 47.8032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40389, - 48.0434 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.525, - 48.0527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5493, - 47.9537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5493, - 47.9537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73063, - 47.6586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.26152, - 47.8893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.37608, - 47.7581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.97227, - 47.9577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.97227, - 47.9577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.37608, - 47.7581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76628, - 47.7582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.78828, - 47.6515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73063, - 47.6586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7885, - 47.6705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73722, - 47.6903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38363, - 47.8107 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.78828, - 47.6515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87981, - 48.0671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.02919, - 47.5893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.8333, - 47.5019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38363, - 47.8107 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.02919, - 47.5893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87981, - 48.0671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.26152, - 47.8893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.62943, - 47.5793 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37338, - 47.7318 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38255, - 47.7362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.37788, - 47.7532 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.525, - 48.0527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76372, - 47.7163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76372, - 47.7163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.35627, - 47.7465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.47093, - 47.4821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35816, - 47.5803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35816, - 47.5803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38255, - 47.7362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.62943, - 47.5793 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76628, - 47.7582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.35627, - 47.7465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3596, - 47.7305 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.3596, - 47.7305 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.47093, - 47.4821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73722, - 47.6903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10149, - 47.631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10149, - 47.631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.81222, - 47.8176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.81222, - 47.8176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.01824, - 47.8748 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.44269536, - 47.80292247 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.39755, - 47.4808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.754, - 47.6586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.754, - 47.6586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.544285, - 48.096079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.41064, - 48.0606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1275, - 48.1642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1275, - 48.1642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75233, - 48.068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75233, - 48.068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.25156, - 47.6964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.544285, - 48.096079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34054, - 48.0995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.34054, - 48.0995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4332, - 47.9944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33653, - 47.9172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33653, - 47.9172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.58161, - 47.5179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4332, - 47.9944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.950611, - 47.704145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.06502, - 47.9813 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.39755, - 47.4808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.3536, - 47.6365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.21965, - 47.7134 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.68978, - 47.7782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.45708, - 47.5924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.04573, - 47.9257 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.45708, - 47.5924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.18881, - 48.0709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.18881, - 48.0709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.04573, - 47.9257 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1101, - 47.9792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1101, - 47.9792 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.3536, - 47.6365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28543, - 47.6308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28543, - 47.6308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.65063, - 47.7031 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.65063, - 47.7031 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07039, - 47.653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07039, - 47.653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40389, - 48.0434 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.06502, - 47.9813 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.88602, - 47.8614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.58161, - 47.5179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.41064, - 48.0606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5633, - 47.9386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.68495, - 47.9879 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07873, - 47.5846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.31849, - 48.008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.31849, - 48.008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38936, - 48.1453 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.38936, - 48.1453 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5633, - 47.9386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.42268, - 47.8669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.49935, - 48.0322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.27615, - 47.8047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.00026, - 47.8482 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.49935, - 48.0322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.46269, - 48.1395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.46269, - 48.1395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.42268, - 47.8669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.50753, - 47.8221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77101, - 47.8808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.50753, - 47.8221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.68495, - 47.9879 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.86933, - 47.6557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.95916, - 47.6736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28118, - 47.9191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.95916, - 47.6736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.88602, - 47.8614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.12166, - 47.4817 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.12166, - 47.4817 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29572, - 47.6766 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.27615, - 47.8047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36112, - 47.7498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.36112, - 47.7498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28118, - 47.9191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.86933, - 47.6557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.950611, - 47.704145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29572, - 47.6766 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.34411, - 47.481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.34411, - 47.481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.98203, - 47.6686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.98203, - 47.6686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07873, - 47.5846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.25156, - 47.6964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89082, - 48.1079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89082, - 48.1079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.1234, - 47.9059 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.47243, - 48.014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.23566, - 47.736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07617, - 47.7484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5707, - 47.6753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5707, - 47.6753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.23566, - 47.736 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4488, - 47.6415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4488, - 47.6415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.24881, - 47.8279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.71709, - 48.1266 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.24881, - 47.8279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.39355, - 47.74 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82046, - 48.1233 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.39355, - 47.74 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.91569, - 47.6531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.91569, - 47.6531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82046, - 48.1233 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.27921, - 47.726 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.27921, - 47.726 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.15332, - 47.5449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07617, - 47.7484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.41565, - 47.7903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.41565, - 47.7903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.1234, - 47.9059 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84266, - 47.7581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84266, - 47.7581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.72319, - 47.8444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.008798, - 47.669805 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.008798, - 47.669805 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.01824, - 47.8748 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77606, - 47.5222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.72319, - 47.8444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.42737, - 47.7346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.96661, - 48.065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.42737, - 47.7346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.96661, - 48.065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.48298, - 47.5556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.80442, - 47.6975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.80442, - 47.6975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77606, - 47.5222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.24083, - 47.7641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.24083, - 47.7641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.71709, - 48.1266 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.15332, - 47.5449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10625, - 47.6672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.10407, - 47.7102 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.68107, - 47.7425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.59143, - 47.7926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.68107, - 47.7425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.39986, - 47.8334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.39986, - 47.8334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.59143, - 47.7926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.10407, - 47.7102 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.68978, - 47.7782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7875, - 47.7564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.09225, - 48.0281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7875, - 47.7564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.44269536, - 47.80292247 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.64136, - 47.8915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.32281, - 47.8756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.35777, - 47.7079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.32281, - 47.8756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.64136, - 47.8915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.47243, - 48.014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.21965, - 47.7134 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.54198, - 47.6887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.61417, - 47.6824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84641555, - 47.59264888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.81932, - 47.9187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.61417, - 47.6824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84641555, - 47.59264888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84641555, - 47.59264888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.84641555, - 47.59264888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.97686, - 47.9083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.97686, - 47.9083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.103447, - 47.486785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.103447, - 47.486785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.09225, - 48.0281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.2128, - 47.739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.2128, - 47.739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.64181, - 47.838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.64181, - 47.838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10625, - 47.6672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.54198, - 47.6887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.49143, - 48.1038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.49143, - 48.1038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.588364, - 44.839064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.588364, - 44.839064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49075, - 48.6196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510859, - 44.844837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61739, - 43.380502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.967053, - 44.490287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61739, - 43.380502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.260843, - 44.543644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.614337, - 43.179896 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.260843, - 44.543644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06582016, - 44.58409469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06582016, - 44.58409469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06582016, - 44.58409469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06582016, - 44.58409469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06582016, - 44.58409469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06582016, - 44.58409469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.030542, - 43.706265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.930379, - 45.297541 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.030542, - 43.706265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.531168, - 44.722705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.531168, - 44.722705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.614337, - 43.179896 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.967053, - 44.490287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.260843, - 44.543644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.260843, - 44.543644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510859, - 44.844837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.63247, - 43.666494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.101268, - 44.568995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.101268, - 44.568995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177948, - 44.069971 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.391725, - 43.566937 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978897, - 43.499238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978897, - 43.499238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978897, - 43.499238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978897, - 43.499238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.91177051, - 44.23420742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510859, - 44.844837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.523894, - 44.147449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.63247, - 43.666494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.91177051, - 44.23420742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.651096, - 43.369226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.651096, - 43.369226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.271728, - 49.145336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.020872, - 43.822381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.020872, - 43.822381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510859, - 44.844837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.614337, - 43.179896 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.591795, - 47.197913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510859, - 44.844837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.563163, - 48.657618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230169, - 48.921073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230169, - 48.921073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.563163, - 48.657618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230169, - 48.921073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.563163, - 48.657618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.380155, - 48.819619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21906119, - 49.32456957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41211721, - 49.18669642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21906119, - 49.32456957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21906119, - 49.32456957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41211721, - 49.18669642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41211721, - 49.18669642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21906119, - 49.32456957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21906119, - 49.32456957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21906119, - 49.32456957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21906119, - 49.32456957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41211721, - 49.18669642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41211721, - 49.18669642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230169, - 48.921073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.563163, - 48.657618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.563163, - 48.657618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.693424, - 43.384863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510859, - 44.844837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510859, - 44.844837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.510859, - 44.844837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.15518, - 44.6395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.614337, - 43.179896 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.930379, - 45.297541 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.672947, - 44.859769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.15518, - 44.6395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.672947, - 44.859769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.563163, - 48.657618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.693424, - 43.384863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.380155, - 48.819619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.291748, - 48.805764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.380155, - 48.819619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.563163, - 48.657618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.291748, - 48.805764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.380155, - 48.819619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.563163, - 48.657618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66337, - 43.85402 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.636316, - 44.26687 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.91177051, - 44.23420742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.082335, - 43.243236 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.435022, - 46.647014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.613876, - 47.249316 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28237, - 47.258777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28237, - 47.258777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28237, - 47.258777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28237, - 47.258777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.613876, - 47.249316 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28237, - 47.258777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.527709, - 47.396284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.527709, - 47.396284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429139, - 46.698169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.527709, - 47.396284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.527865, - 47.242816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.527865, - 47.242816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.527709, - 47.396284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.616289, - 47.211421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.590353, - 46.733522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.590353, - 46.733522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.613876, - 47.249316 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.435022, - 46.647014 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502432, - 47.445137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.827943, - 46.602341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.023455, - 46.874699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.776248, - 46.513867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.591795, - 47.197913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.638397, - 47.047134 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.208344, - 47.290441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.208344, - 47.290441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.638397, - 47.047134 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.156162, - 47.241382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.023455, - 46.874699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.848355, - 46.777557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.776248, - 46.513867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.848355, - 46.777557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502432, - 47.445137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.848355, - 46.777557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.613876, - 47.249316 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.613876, - 47.249316 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.848355, - 46.777557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.827943, - 46.602341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.776248, - 46.513867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429139, - 46.698169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.749697, - 46.642619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.616289, - 47.211421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.91177051, - 44.23420742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25035905, - 43.41160261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423285, - 43.281584 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423285, - 43.281584 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.501223, - 43.508707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978897, - 43.499238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423285, - 43.281584 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423285, - 43.281584 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978897, - 43.499238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5948279, - 44.8652091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25035905, - 43.41160261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423452, - 43.281753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423452, - 43.281753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5948279, - 44.8652091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43914, - 43.326358 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43914, - 43.326358 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43914, - 43.326358 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.15518, - 44.6395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.037544, - 49.019432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25035905, - 43.41160261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43914, - 43.326358 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28237, - 47.258777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.749697, - 46.642619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28237, - 47.258777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28237, - 47.258777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.590353, - 46.733522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.590353, - 46.733522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.590353, - 46.733522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.590353, - 46.733522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.616289, - 47.211421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.616289, - 47.211421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.749697, - 46.642619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17951425, - 44.0698271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.075671, - 43.637548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25035905, - 43.41160261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25035905, - 43.41160261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.075671, - 43.637548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.075671, - 43.637548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.672947, - 44.859769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.501223, - 43.508707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17951425, - 44.0698271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41211721, - 49.18669642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41211721, - 49.18669642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21906119, - 49.32456957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39190104, - 46.1562878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25706307, - 45.55116915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25706307, - 45.55116915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465253, - 46.748588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.76181634, - 45.58992715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.76181634, - 45.58992715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465253, - 46.748588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465253, - 46.748588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58450634, - 47.81175311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25706307, - 45.55116915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25706307, - 45.55116915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.37441847, - 45.31480139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.37441847, - 45.31480139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.700513, - 47.326191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83122491, - 47.02271191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25706307, - 45.55116915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465253, - 46.748588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58450634, - 47.81175311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.897376, - 47.496642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.897376, - 47.496642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39190104, - 46.1562878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5518, - 47.849439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.833101, - 46.165531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.833101, - 46.165531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.833101, - 46.165531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.897376, - 47.496642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58450634, - 47.81175311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.286064, - 46.310614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58450634, - 47.81175311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.286064, - 46.310614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022531, - 47.299516 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022531, - 47.299516 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022531, - 47.299516 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.897376, - 47.496642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.833101, - 46.165531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.700513, - 47.326191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.587546, - 50.49208 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.869468, - 50.93974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.973966, - 50.417064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.869468, - 50.93974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304152, - 50.728754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.587546, - 50.49208 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.587546, - 50.49208 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.587546, - 50.49208 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.823199, - 50.944437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.919431, - 50.947109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.290524, - 50.273914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.829201, - 50.411893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.829201, - 50.411893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.829201, - 50.411893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.666973, - 50.264485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.666973, - 50.264485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.823199, - 50.944437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.919431, - 50.947109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54619, - 50.738085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.290524, - 50.273914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304152, - 50.728754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.829201, - 50.411893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5518, - 47.849439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.286064, - 46.310614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25706307, - 45.55116915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.785367, - 50.427276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88672073, - 50.86272062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.785367, - 50.427276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88672073, - 50.86272062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.829201, - 50.411893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.785367, - 50.427276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54619, - 50.738085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.785367, - 50.427276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54619, - 50.738085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304152, - 50.728754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54619, - 50.738085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.829201, - 50.411893 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304152, - 50.728754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54619, - 50.738085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54619, - 50.738085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39190104, - 46.1562878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.356622, - 46.688777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41211721, - 49.18669642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39190104, - 46.1562878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.038671, - 46.015545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867849, - 46.772646 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867849, - 46.772646 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18590507, - 45.7293155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18590507, - 45.7293155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93667563, - 47.05579643 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18590507, - 45.7293155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18590507, - 45.7293155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5518, - 47.849439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5518, - 47.849439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.085731, - 46.053815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5518, - 47.849439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5518, - 47.849439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5518, - 47.849439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.038671, - 46.015545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.038671, - 46.015545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.038671, - 46.015545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.085731, - 46.053815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93667563, - 47.05579643 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867849, - 46.772646 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867849, - 46.772646 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.286064, - 46.310614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.897376, - 47.496642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.897376, - 47.496642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.897376, - 47.496642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.897376, - 47.496642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53083577, - 45.84793054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.322374, - 46.912927 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.596176, - 47.448623 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.489837, - 47.082347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.596176, - 47.448623 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.828736, - 47.187291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.828736, - 47.187291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.828736, - 47.187291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.346252, - 46.535982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5518, - 47.849439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.322374, - 46.912927 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.489837, - 47.082347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.085731, - 46.053815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.085731, - 46.053815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.496269, - 46.76139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.346252, - 46.535982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79534207, - 46.26800784 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79534207, - 46.26800784 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79534207, - 46.26800784 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79534207, - 46.26800784 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.346252, - 46.535982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.346252, - 46.535982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.828736, - 47.187291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.346252, - 46.535982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.356622, - 46.688777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.346252, - 46.535982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39190104, - 46.1562878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.181014, - 45.776602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.905458, - 46.570362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.181014, - 45.776602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39190104, - 46.1562878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.181014, - 45.776602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83122491, - 47.02271191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.181014, - 45.776602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.496269, - 46.76139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.181014, - 45.776602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.181014, - 45.776602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.37441847, - 45.31480139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.181014, - 45.776602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.181014, - 45.776602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.37441847, - 45.31480139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.978245, - 46.796769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022531, - 47.299516 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.76181634, - 45.58992715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.57233178, - 46.66965999 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.76181634, - 45.58992715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.978245, - 46.796769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.57233178, - 46.66965999 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.57233178, - 46.66965999 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.57233178, - 46.66965999 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.776248, - 46.513867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.156162, - 47.241382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49076, - 48.6196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.027849, - 46.253891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.74471, - 48.0833 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.74471, - 48.0833 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.486285, - 47.927044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.486285, - 47.927044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.486285, - 47.927044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1347, - 48.8944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11577, - 48.8976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1211, - 48.8993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1211, - 48.8993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1347, - 48.8944 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11577, - 48.8976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6478, - 49.5888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6478, - 49.5888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6478, - 49.5888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6478, - 49.5888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32728216, - 49.06732506 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32728216, - 49.06732506 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42550237, - 48.2562449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5042, - 45.3799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.887326, - 50.071325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.887326, - 50.071325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.55172496, - 43.30796149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05705, - 49.117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62952191, - 46.50226949 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62952191, - 46.50226949 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62952191, - 46.50226949 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09309044, - 48.26196268 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09309044, - 48.26196268 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05705, - 49.117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05705, - 49.117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05705, - 49.117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.55172496, - 43.30796149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05705, - 49.117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05705, - 49.117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05705, - 49.117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05705, - 49.117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17269426, - 46.15587017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17269426, - 46.15587017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.55172496, - 43.30796149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.55172496, - 43.30796149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5042, - 45.3799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.027849, - 46.253891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.591795, - 47.197913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.667409, - 50.885682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43439125, - 43.56209266 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43439125, - 43.56209266 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56976853, - 48.7744994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56976853, - 48.7744994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56976853, - 48.7744994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30036707, - 49.18885149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30036707, - 49.18885149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.687384, - 48.589142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.687384, - 48.589142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.687384, - 48.589142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.687384, - 48.589142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.687384, - 48.589142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.687384, - 48.589142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198606, - 49.483735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16027775, - 49.63430989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16027775, - 49.63430989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16027775, - 49.63430989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147496, - 49.083182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.74455721, - 43.33347765 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3393309, - 44.73389129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.07374, - 43.1239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072646, - 43.131425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11453028, - 44.81628383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11453028, - 44.81628383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11453028, - 44.81628383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11453028, - 44.81628383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.74455721, - 43.33347765 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16163419, - 45.8044199 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16163419, - 45.8044199 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.061672, - 46.483018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.061672, - 46.483018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45040266, - 50.85124067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.24029603, - 43.68212111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.24029603, - 43.68212111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97394, - 46.374656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97394, - 46.374656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.546796, - 48.467465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0909, - 45.6604 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59592, - 44.8262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59592, - 44.8262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59592, - 44.8262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59592, - 44.8262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59592, - 44.8262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59592, - 44.8262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.13344649, - 44.18653723 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48380838, - 44.03194015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.13344649, - 44.18653723 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.257253, - 45.824272 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.257253, - 45.824272 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.98026, - 46.5475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.98026, - 46.5475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10790934, - 43.51299111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10790934, - 43.51299111 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.741582, - 45.586642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.471356969, - 43.31339639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55017662, - 42.11461946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55017662, - 42.11461946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55017662, - 42.11461946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.76945343, - 50.63343045 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.238957843, - 48.70900705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.238957843, - 48.70900705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.497648, - 43.776233 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51352747, - 43.58381435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.213878, - 47.962185 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.741582, - 45.586642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.67237904, - 50.46757455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.67237904, - 50.46757455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.67237904, - 50.46757455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.67237904, - 50.46757455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.142817, - 45.755703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.142817, - 45.755703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.18896582, - 47.88217299 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.18896582, - 47.88217299 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.757397, - 46.213978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.757397, - 46.213978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.757397, - 46.213978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62993506, - 46.50183008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58194546, - 45.29850531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58194546, - 45.29850531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58194546, - 45.29850531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.89112241, - 50.33121269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.89112241, - 50.33121269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.96894493, - 42.64912753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81625874, - 45.54545139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81625874, - 45.54545139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62952191, - 46.50226949 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.431697, - 44.178949 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62993506, - 46.50183008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62993506, - 46.50183008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62993506, - 46.50183008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624877, - 46.50873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58194546, - 45.29850531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.431697, - 44.178949 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.757397, - 46.213978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.642588, - 48.844303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.757397, - 46.213978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.757397, - 46.213978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.757397, - 46.213978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.757397, - 46.213978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.62097, - 45.5586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.62097, - 45.5586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.642588, - 48.844303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.642588, - 48.844303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.642588, - 48.844303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28624508, - 47.08027089 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.79741563, - 50.13490872 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.79741563, - 50.13490872 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31549, - 47.7903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31549, - 47.7903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31549, - 47.7903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31549, - 47.7903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28624508, - 47.08027089 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28624508, - 47.08027089 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9441, - 49.240331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147496, - 49.083182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066905, - 49.328758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225677, - 45.726768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9354842, - 45.7838021 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9354842, - 45.7838021 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80506843, - 45.34822043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77259809, - 45.60602154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80506843, - 45.34822043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.068128, - 45.609138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225677, - 45.726768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.068128, - 45.609138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.482969, - 45.672175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.482969, - 45.672175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.217572, - 45.523377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.217572, - 45.523377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225677, - 45.726768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225677, - 45.726768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225677, - 45.726768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77259809, - 45.60602154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.40035862, - 45.80450072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050249, - 45.797355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225677, - 45.726768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378426, - 45.443624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378426, - 45.443624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80506843, - 45.34822043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.695287, - 45.256171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225677, - 45.726768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198164, - 45.75177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198164, - 45.75177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.40035862, - 45.80450072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378426, - 45.443624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378426, - 45.443624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.695287, - 45.256171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43081, - 45.567702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.695287, - 45.256171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36738503, - 47.12095734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.695287, - 45.256171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050249, - 45.797355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050249, - 45.797355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050249, - 45.797355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43081, - 45.567702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050249, - 45.797355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.428335, - 45.894845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80506843, - 45.34822043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.050249, - 45.797355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80628112, - 45.57668842 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378426, - 45.443624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528626, - 49.098951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.561378, - 48.957485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.469992, - 49.24107 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513621, - 48.911787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513621, - 48.911787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364373, - 48.966502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377159, - 48.920913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467895, - 48.870591 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364373, - 48.966502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528626, - 49.098951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.469992, - 49.24107 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377159, - 48.920913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.429302, - 49.511588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.485371, - 48.884429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333673, - 49.313813 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402902, - 48.96203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402902, - 48.96203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.485371, - 48.884429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.591795, - 47.197913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333673, - 49.313813 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.561378, - 48.957485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378426, - 45.443624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198164, - 45.75177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225677, - 45.726768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863168, - 45.725857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863168, - 45.725857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383538, - 45.406979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.292144, - 45.395554 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.292144, - 45.395554 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383538, - 45.406979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198164, - 45.75177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.429302, - 49.511588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0952, - 49.250414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873402, - 49.482105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467895, - 48.870591 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.530189, - 48.873413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.596578, - 49.307699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.596578, - 49.307699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0952, - 49.250414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.873402, - 49.482105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.530189, - 48.873413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.233955, - 45.599607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.520037, - 45.478882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066905, - 49.328758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.520037, - 45.478882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.390331, - 48.945237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.155524, - 49.256228 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.390331, - 48.945237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.390331, - 48.945237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066905, - 49.328758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066905, - 49.328758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.159369, - 49.149954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.089515, - 49.071433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066905, - 49.328758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066905, - 49.328758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.089515, - 49.071433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.159369, - 49.149954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.159203, - 49.34989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.773942, - 49.523865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147496, - 49.083182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147496, - 49.083182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.159203, - 49.34989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.928759, - 50.565816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432851, - 50.962903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.390331, - 48.945237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198606, - 49.483735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198606, - 49.483735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198606, - 49.483735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.773942, - 49.523865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16027775, - 49.63430989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16027775, - 49.63430989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147496, - 49.083182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16027775, - 49.63430989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147496, - 49.083182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198606, - 49.483735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.198606, - 49.483735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.155524, - 49.256228 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.390331, - 48.945237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.155524, - 49.256228 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9441, - 49.240331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9441, - 49.240331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9441, - 49.240331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9441, - 49.240331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9441, - 49.240331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.155524, - 49.256228 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.390331, - 48.945237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011236, - 50.612535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.185979, - 50.673208 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011236, - 50.612535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.101726, - 50.388448 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.135558, - 50.678284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.135558, - 50.678284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.135558, - 50.678284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.103388, - 50.634139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.103388, - 50.634139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.103388, - 50.634139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.434086, - 51.022555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.103388, - 50.634139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.101726, - 50.388448 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120226, - 50.518645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.101726, - 50.388448 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.434086, - 51.022555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.434086, - 51.022555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.434086, - 51.022555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.820695, - 45.279697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.820695, - 45.279697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.233955, - 45.599607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80628112, - 45.57668842 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120226, - 50.518645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.135558, - 50.678284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.185979, - 50.673208 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.122936, - 50.3543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011236, - 50.612535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.841713, - 50.450328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.928759, - 50.565816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.887186, - 50.681882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.122936, - 50.3543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.897218, - 50.492087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.897218, - 50.492087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.887186, - 50.681882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.841713, - 50.450328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.101726, - 50.388448 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432851, - 50.962903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432851, - 50.962903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432851, - 50.962903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.180632, - 50.721213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.180632, - 50.721213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011236, - 50.612535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.984502, - 50.750566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.984502, - 50.750566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88672073, - 50.86272062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.597708, - 50.403398 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.973966, - 50.417064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07100038, - 44.94711176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.281885, - 48.672411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33401537, - 48.63200582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.905458, - 46.570362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84123131, - 48.06762198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84123131, - 48.06762198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59471, - 43.18814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59471, - 43.18814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8908, - 47.9577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53448855, - 46.57480921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53448855, - 46.57480921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31290617, - 43.94430626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31290617, - 43.94430626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88531439, - 43.44975075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.281885, - 48.672411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34677484, - 48.77257456 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33401537, - 48.63200582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33401537, - 48.63200582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33401537, - 48.63200582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.902652, - 49.011423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34677484, - 48.77257456 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33401537, - 48.63200582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.902652, - 49.011423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33401537, - 48.63200582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33401537, - 48.63200582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.281885, - 48.672411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33401537, - 48.63200582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.902652, - 49.011423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.902652, - 49.011423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.281885, - 48.672411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88531439, - 43.44975075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07100038, - 44.94711176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.886343, - 50.397656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07100038, - 44.94711176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.023416, - 47.247204 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.023416, - 47.247204 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.78906947, - 48.08593055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.78906947, - 48.08593055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.214071, - 44.433196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.214071, - 44.433196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55281964, - 43.47239477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55281964, - 43.47239477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55281964, - 43.47239477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55281964, - 43.47239477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.24703674, - 44.45071211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.24703674, - 44.45071211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39045673, - 43.1332234 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98148211, - 47.42034943 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98148211, - 47.42034943 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.72191453, - 46.86875514 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.72191453, - 46.86875514 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3602, - 47.98452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3602, - 47.98452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.023416, - 47.247204 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.023416, - 47.247204 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.84741, - 44.684185 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3239684, - 47.01184863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07100038, - 44.94711176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.074901, - 43.934673 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.074901, - 43.934673 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.518204, - 48.832443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.518204, - 48.832443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42860295, - 43.10563786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42860295, - 43.10563786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3239684, - 47.01184863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.64044633, - 44.77402125 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.84741, - 44.684185 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.64044633, - 44.77402125 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.042848, - 48.452547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.042848, - 48.452547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.41319694, - 45.92446453 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.41319694, - 45.92446453 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74585148, - 47.73526312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74585148, - 47.73526312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.18732993, - 44.83721199 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.185883, - 49.001745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5053573, - 50.19622564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.558648, - 50.413734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27385, - 49.904906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.279678, - 49.843246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.279678, - 49.843246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.279678, - 49.843246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.276512, - 49.649677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27385, - 49.904906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27385, - 49.904906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.276512, - 49.649677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.016758, - 49.221375 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.49416645, - 50.3628478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.49416645, - 50.3628478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.016758, - 49.221375 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.279678, - 49.843246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.279678, - 49.843246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.279678, - 49.843246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.412583, - 50.132965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.925624, - 50.279386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.49416645, - 50.3628478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.741073, - 50.299633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.558648, - 50.413734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.49416645, - 50.3628478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.477506, - 50.392154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94866176, - 43.55014998 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61761, - 48.5401 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61761, - 48.5401 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.20285973, - 43.67212823 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53253307, - 43.25549446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14345933, - 43.66580333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94866176, - 43.55014998 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53253307, - 43.25549446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.20285973, - 43.67212823 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.953022, - 49.026685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96420518, - 49.26091526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.477506, - 50.392154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5053573, - 50.19622564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.953022, - 49.026685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27385, - 49.904906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.49416645, - 50.3628478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96420518, - 49.26091526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96420518, - 49.26091526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96420518, - 49.26091526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.925624, - 50.279386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.925624, - 50.279386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.412583, - 50.132965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.540683, - 50.351036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.863058, - 50.105214 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.698865, - 49.776584 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5053573, - 50.19622564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.953022, - 49.026685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.953022, - 49.026685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5053573, - 50.19622564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.953022, - 49.026685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.540683, - 50.351036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35206, - 49.661838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.953022, - 49.026685 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.540683, - 50.351036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5053573, - 50.19622564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371293, - 49.868784 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.540683, - 50.351036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5053573, - 50.19622564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.540683, - 50.351036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.540683, - 50.351036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.698865, - 49.776584 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35206, - 49.661838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6655, - 50.405368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6655, - 50.405368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371293, - 49.868784 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371293, - 49.868784 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371293, - 49.868784 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.741073, - 50.299633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.49416645, - 50.3628478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.741073, - 50.299633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.741073, - 50.299633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.558056, - 50.101286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66728, - 49.308478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0036, - 49.278021 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.925624, - 50.279386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.558056, - 50.101286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253051, - 47.110213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0036, - 49.278021 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.863058, - 50.105214 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66728, - 49.308478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.73600207, - 48.88381709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.73600207, - 48.88381709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.73600207, - 48.88381709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22182, - 46.203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.965524, - 49.166529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.965524, - 49.166529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62523, - 49.08 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513303, - 47.887476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513303, - 47.887476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74732, - 45.620729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74732, - 45.620729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05632399, - 45.85350942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05632399, - 45.85350942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4674687, - 48.1030083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4674687, - 48.1030083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9895772, - 50.4694764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9895772, - 50.4694764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.99039906, - 50.46822285 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.99039906, - 50.46822285 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.75677393, - 45.54369187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.75677393, - 45.54369187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.76905147, - 50.91536135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.76905147, - 50.91536135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42500159, - 45.4382768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44077822, - 45.4388527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42500159, - 45.4382768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.38112742, - 48.97655215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38173979, - 49.3700959 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05861062, - 49.03502755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05861062, - 49.03502755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24099307, - 45.87718468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24099307, - 45.87718468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5869454, - 48.03847418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5869454, - 48.03847418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.38112742, - 48.97655215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14462218, - 45.43337951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42500159, - 45.4382768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14462218, - 45.43337951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14462218, - 45.43337951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14462218, - 45.43337951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.183836, - 50.654348 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.43459848, - 45.44025668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.43459848, - 45.44025668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44077822, - 45.4388527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42500159, - 45.4382768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.73840148, - 48.36185234 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.73840148, - 48.36185234 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.687556, - 46.907309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12708513, - 43.61424028 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.66997785, - 41.99213631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.66997785, - 41.99213631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12708513, - 43.61424028 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12708513, - 43.61424028 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.54375346, - 48.16407101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12708513, - 43.61424028 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1260823, - 43.6153194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49075, - 48.6196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49076, - 48.6196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.54375346, - 48.16407101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.54375346, - 48.16407101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.687556, - 46.907309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.907633251, - 45.46952413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.415283, - 46.812308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.415283, - 46.812308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.415283, - 46.812308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.415283, - 46.812308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63671609, - 48.8628938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63671609, - 48.8628938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13395744, - 49.3443027 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13395744, - 49.3443027 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.907633251, - 45.46952413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.54375346, - 48.16407101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.995311, - 44.381617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.995311, - 44.381617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37140483, - 49.18673477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37140483, - 49.18673477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8988004, - 45.72850221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8988004, - 45.72850221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3899349, - 48.73937715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3899349, - 48.73937715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38173979, - 49.3700959 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22295, - 46.2068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.73600207, - 48.88381709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22295, - 46.2068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.183034, - 48.96186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6019298, - 47.3276243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.546899, - 48.454037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.546899, - 48.454037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.546899, - 48.454037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.546899, - 48.454037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6768422, - 48.04035723 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6768422, - 48.04035723 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.183034, - 48.96186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.183034, - 48.96186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.183034, - 48.96186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424714, - 43.06401 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.62493827, - 43.99756898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.85101422, - 47.50811353 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.85101422, - 47.50811353 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.394188, - 47.092914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.394188, - 47.092914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06276, - 44.86083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06276, - 44.86083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424714, - 43.06401 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.38009, - 47.72983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12267, - 49.1425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.637139, - 47.682443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.637139, - 47.682443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.50691834, - 45.85937477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.50691834, - 45.85937477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.54762, - 46.6752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.54762, - 46.6752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12119, - 49.1419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12119, - 49.1419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.197884, - 43.70389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.197884, - 43.70389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.860415, - 46.421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2246, - 46.2026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96966, - 49.171395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96966, - 49.171395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.153331, - 48.895022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.999415, - 45.834863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.999415, - 45.834863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22804, - 46.2048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22804, - 46.2048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2246, - 46.2026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22996, - 46.2073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96966, - 49.171395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22996, - 46.2073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22996, - 46.2073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22996, - 46.2073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22996, - 46.2073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.21959, - 46.2047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.21959, - 46.2047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22996, - 46.2073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22182, - 46.203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96966, - 49.171395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96966, - 49.171395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.35698, - 43.4206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05129, - 49.0258 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.35698, - 43.4206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.35698, - 43.4206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.35698, - 43.4206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.35698, - 43.4206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.21945835, - 47.93281674 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.21945835, - 47.93281674 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12950967, - 48.95011985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12950967, - 48.95011985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05129, - 49.0258 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96966, - 49.171395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65184382, - 45.55649945 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65184382, - 45.55649945 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.396767, - 48.27342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.396767, - 48.27342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.34592938, - 48.08614603 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96966, - 49.171395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96966, - 49.171395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96995936, - 49.17113712 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85536994, - 43.11617585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85536994, - 43.11617585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85536994, - 43.11617585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.555006, - 48.026902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.913914, - 43.67346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.573146, - 43.939345 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.573146, - 43.939345 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.573146, - 43.939345 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.913914, - 43.67346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025398, - 44.044928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.144633, - 48.091598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.144633, - 48.091598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.144633, - 48.091598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.144633, - 48.091598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.144633, - 48.091598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.144633, - 48.091598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.333352, - 48.062142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.333352, - 48.062142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.333352, - 48.062142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56939099, - 46.89240915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.983408, - 47.134593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.983408, - 47.134593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.878637, - 47.759701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.913914, - 43.67346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.573146, - 43.939345 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025398, - 44.044928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.532413, - 48.386104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.532413, - 48.386104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.532413, - 48.386104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.805107, - 48.513507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9879523, - 48.6675565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.805107, - 48.513507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9879523, - 48.6675565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.287279, - 47.819499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.287279, - 47.819499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.532413, - 48.386104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.078401, - 43.559483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025398, - 44.044928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025788, - 44.045126 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.913914, - 43.67346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025398, - 44.044928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025788, - 44.045126 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.913914, - 43.67346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.913914, - 43.67346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.078401, - 43.559483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.983408, - 47.134593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.801116, - 47.299634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.801116, - 47.299634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.914649, - 48.956825 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56939099, - 46.89240915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.878637, - 47.759701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56939099, - 46.89240915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.878637, - 47.759701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.878637, - 47.759701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06467, - 47.271713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56939099, - 46.89240915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433395, - 48.687488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.447902, - 48.761441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379674, - 47.793541 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433395, - 48.687488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586075, - 48.778438 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.667979, - 48.951953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433395, - 48.687488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433395, - 48.687488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573854, - 48.714993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573854, - 48.714993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573854, - 48.714993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56939099, - 46.89240915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16849, - 47.278754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383981, - 47.084605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.878637, - 47.759701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383981, - 47.084605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06467, - 47.271713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.333352, - 48.062142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.983408, - 47.134593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.333352, - 48.062142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.333352, - 48.062142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06467, - 47.271713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06467, - 47.271713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.878637, - 47.759701 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16849, - 47.278754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06467, - 47.271713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.513958, - 47.702978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379674, - 47.793541 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.513958, - 47.702978 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06467, - 47.271713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.528757, - 46.589936 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.528757, - 46.589936 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56939099, - 46.89240915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9879523, - 48.6675565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.837897, - 48.642373 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573854, - 48.714993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.237425, - 47.871485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.513644, - 43.651538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40803976, - 43.53225485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40803976, - 43.53225485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74012718, - 43.11227984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40803976, - 43.53225485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.503546, - 43.559969 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.503546, - 43.559969 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40803976, - 43.53225485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40803976, - 43.53225485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09272681, - 43.23713691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09272681, - 43.23713691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74012718, - 43.11227984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.794415, - 50.447739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.794415, - 50.447739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.582539, - 50.710478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.608554, - 50.413489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.608554, - 50.413489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.603901, - 50.696349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.251303, - 50.73239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88672073, - 50.86272062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88672073, - 50.86272062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.603901, - 50.696349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.582539, - 50.710478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.521722, - 50.4716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.597708, - 50.403398 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.794415, - 50.447739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.521722, - 50.4716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.251303, - 50.73239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88672073, - 50.86272062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88672073, - 50.86272062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.794415, - 50.447739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88672073, - 50.86272062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.886343, - 50.397656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03493, - 43.325232 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74012718, - 43.11227984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74012718, - 43.11227984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.837897, - 48.642373 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9879523, - 48.6675565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.530413, - 47.862077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.805107, - 48.513507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.625437, - 48.66224 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.625437, - 48.66224 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.475283, - 48.415155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.324557, - 47.726101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.324557, - 47.726101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.237425, - 47.871485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.287279, - 47.819499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.764105, - 48.192361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.764105, - 48.192361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.244457, - 48.777484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.244457, - 48.777484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.56233, - 48.284034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.350408, - 48.384312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.805107, - 48.513507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.56233, - 48.284034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.287279, - 47.819499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9879523, - 48.6675565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40803976, - 43.53225485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74012718, - 43.11227984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09272681, - 43.23713691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09272681, - 43.23713691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74012718, - 43.11227984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9879523, - 48.6675565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63414781, - 43.44967101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.350408, - 48.384312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.056725, - 48.211137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.530413, - 47.862077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.056725, - 48.211137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.475283, - 48.415155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.555006, - 48.026902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.447902, - 48.761441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573854, - 48.714993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632829, - 43.462738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.081907, - 45.051415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5930157, - 45.52731397 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.009508, - 44.902444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.689769, - 45.530129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.883947, - 45.274004 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.761574, - 45.186638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.761574, - 45.186638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.761574, - 45.186638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14189899, - 45.87740129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.575313, - 46.395105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.575313, - 46.395105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.009508, - 44.902444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.575313, - 46.395105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.883947, - 45.274004 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.248697, - 45.393022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.708527, - 45.157641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.081907, - 45.051415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.575313, - 46.395105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98943438, - 45.53882333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.761574, - 45.186638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.248697, - 45.393022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5494817, - 46.06298096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.708527, - 45.157641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.366808, - 45.269494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.689769, - 45.530129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27761, - 45.753397 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14189899, - 45.87740129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.689769, - 45.530129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.064734, - 45.341785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98943438, - 45.53882333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.422381, - 45.393392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.34937411, - 45.341624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.064734, - 45.341785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.422381, - 45.393392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14189899, - 45.87740129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14189899, - 45.87740129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05098444, - 45.49638608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14189899, - 45.87740129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884542, - 44.961164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884542, - 44.961164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884542, - 44.961164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.884542, - 44.961164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.081907, - 45.051415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5930157, - 45.52731397 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.689769, - 45.530129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67457696, - 46.00301708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00531356, - 46.26329433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00531356, - 46.26329433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3266343, - 45.12885668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3266343, - 45.12885668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00531356, - 46.26329433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67457696, - 46.00301708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3266343, - 45.12885668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67457696, - 46.00301708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632829, - 43.462738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13671516, - 45.64408191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14345933, - 43.66580333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85536994, - 43.11617585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85536994, - 43.11617585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85536994, - 43.11617585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632829, - 43.462738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85536994, - 43.11617585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632829, - 43.462738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85536994, - 43.11617585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13671516, - 45.64408191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67457696, - 46.00301708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2535804, - 47.11048942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00531356, - 46.26329433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2535804, - 47.11048942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2535804, - 47.11048942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2535804, - 47.11048942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2535804, - 47.11048942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2535804, - 47.11048942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00531356, - 46.26329433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13335366, - 45.83682032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3266343, - 45.12885668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13671516, - 45.64408191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91774543, - 45.89858412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00531356, - 46.26329433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00531356, - 46.26329433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91774543, - 45.89858412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13335366, - 45.83682032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13335366, - 45.83682032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00531356, - 46.26329433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13335366, - 45.83682032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13671516, - 45.64408191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14189899, - 45.87740129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.081907, - 45.051415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.667979, - 48.951953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14189899, - 45.87740129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.398765, - 48.650183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.394425, - 49.037849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.447902, - 48.761441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345496, - 48.70545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56127601, - 48.52366092 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56127601, - 48.52366092 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56127601, - 48.52366092 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.015265, - 48.561171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.678413, - 48.539965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.087051, - 48.803194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.087051, - 48.803194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56127601, - 48.52366092 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53242, - 48.816241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53242, - 48.816241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53242, - 48.816241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.678413, - 48.539965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53242, - 48.816241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56127601, - 48.52366092 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53242, - 48.816241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433395, - 48.687488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573854, - 48.714993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573854, - 48.714993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.425522, - 48.757105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.398765, - 48.650183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.573854, - 48.714993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.447902, - 48.761441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.649431, - 48.547335 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4841, - 48.757675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.649431, - 48.547335 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.394425, - 49.037849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4841, - 48.757675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.425522, - 48.757105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.676408, - 48.86813 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.631308, - 48.563436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477486, - 48.591026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.631308, - 48.563436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.394425, - 49.037849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433395, - 48.687488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.394425, - 49.037849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.477486, - 48.591026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586075, - 48.778438 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53242, - 48.816241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.140941, - 48.955565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528645, - 48.678483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.308181, - 46.069647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.574797, - 48.735403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.877493, - 48.85731 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.877493, - 48.85731 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.724508, - 48.551888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.724508, - 48.551888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.574797, - 48.735403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35587164, - 48.35348355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35587164, - 48.35348355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.308181, - 46.069647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.132466, - 49.110885 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27761, - 45.753397 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5494817, - 46.06298096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05098444, - 45.49638608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.248697, - 45.393022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.366808, - 45.269494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.34937411, - 45.341624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.248697, - 45.393022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14189899, - 45.87740129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.171991, - 48.188886 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35587164, - 48.35348355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.771257, - 48.423309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.712552, - 48.509481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.140941, - 48.955565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528645, - 48.678483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.712552, - 48.509481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528645, - 48.678483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528645, - 48.678483 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.771257, - 48.423309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.676408, - 48.86813 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56127601, - 48.52366092 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.015265, - 48.561171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35587164, - 48.35348355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.914649, - 48.956825 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.140941, - 48.955565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345496, - 48.70545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.140941, - 48.955565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35587164, - 48.35348355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.132466, - 49.110885 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.171991, - 48.188886 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35587164, - 48.35348355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9030715, - 47.9039133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8911351, - 47.8634133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55017662, - 42.11461946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33735242, - 47.59067717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6647, - 45.2798 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6647, - 45.2798 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33434301, - 47.58522112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33434301, - 47.58522112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32809978, - 47.58592667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08563248, - 49.91905333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65466, - 48.8443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65466, - 48.8443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84818957, - 45.71411313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84818957, - 45.71411313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84818957, - 45.71411313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83675553, - 43.83706131 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83675553, - 43.83706131 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83675553, - 43.83706131 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08563248, - 49.91905333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08563248, - 49.91905333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08563248, - 49.91905333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08563248, - 49.91905333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08563248, - 49.91905333 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03399435, - 42.78322046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03399435, - 42.78322046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17950063, - 49.39504655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32809978, - 47.58592667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33735242, - 47.59067717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86353, - 49.4637 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.891665, - 42.740108 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13365823, - 49.41753476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13365823, - 49.41753476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13365823, - 49.41753476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13365823, - 49.41753476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13365823, - 49.41753476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13365823, - 49.41753476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.62082928, - 49.47632985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.62082928, - 49.47632985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.62082928, - 49.47632985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.62082928, - 49.47632985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7385053, - 45.8815474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7385053, - 45.8815474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7162002, - 47.20721543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7162002, - 47.20721543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7162002, - 47.20721543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7162002, - 47.20721543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.435828, - 47.42967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.435828, - 47.42967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.435828, - 47.42967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13365823, - 49.41753476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82799104, - 48.61325703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82799104, - 48.61325703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.722233, - 48.611211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.891665, - 42.740108 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.416289, - 46.330147 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.416289, - 46.330147 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.416289, - 46.330147 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.416289, - 46.330147 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.722233, - 48.611211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.722233, - 48.611211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.722233, - 48.611211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58512547, - 49.05670757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82799104, - 48.61325703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58512547, - 49.05670757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75301, - 48.8249 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75301, - 48.8249 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75301, - 48.8249 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75301, - 48.8249 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82799104, - 48.61325703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82799104, - 48.61325703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.82799104, - 48.61325703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9670507, - 46.10233755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9670507, - 46.10233755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47332648, - -21.3245085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47332648, - -21.3245085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09615459, - 44.13769312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856848, - 45.505937 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856848, - 45.505937 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.527067, - 43.171142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.527067, - 43.171142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.527067, - 43.171142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.527067, - 43.171142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.44710048, - -21.3238889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.44710048, - -21.3238889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.44710048, - -21.3238889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.44710048, - -21.3238889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.44710048, - -21.3238889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.44710048, - -21.3238889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11762293, - 45.89946517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11762293, - 45.89946517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698357, - 43.444467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698357, - 43.444467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698357, - 43.444467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698357, - 43.444467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39631194, - 45.25527961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39631194, - 45.25527961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5681025, - 16.24180386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.78571, - 49.3543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74747, - 49.5406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.78571, - 49.3543 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77651, - 49.3866 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77651, - 49.3866 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58555, - 49.5608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74747, - 49.5406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90553, - 49.3464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58555, - 49.5608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26296, - 50.1938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.240314, - 45.59161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26296, - 50.1938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35787921, - 49.11970351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35787921, - 49.11970351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35787921, - 49.11970351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35787921, - 49.11970351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.240314, - 45.59161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.240314, - 45.59161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.240314, - 45.59161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698357, - 43.444467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698357, - 43.444467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698357, - 43.444467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.495491, - -20.895464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.6346, - -20.9288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.6346, - -20.9288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074826, - 49.114495 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074826, - 49.114495 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59244163, - 43.06237424 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59244163, - 43.06237424 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.495491, - -20.895464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.495491, - -20.895464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.495491, - -20.895464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90284255, - 50.42002379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.495491, - -20.895464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.495491, - -20.895464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47332648, - -21.3245085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47332648, - -21.3245085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47332648, - -21.3245085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.495491, - -20.895464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.495491, - -20.895464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47332648, - -21.3245085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90284255, - 50.42002379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90284255, - 50.42002379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46482086, - -20.8928222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13106762, - 44.43558016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95892, - 43.30517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95892, - 43.30517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95892, - 43.30517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95892, - 43.30517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95892, - 43.30517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95892, - 43.30517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13106762, - 44.43558016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13106762, - 44.43558016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13106762, - 44.43558016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.23984, - 47.9611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13106762, - 44.43558016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13106762, - 44.43558016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.315211, - 46.61455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.315211, - 46.61455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09795, - 46.0745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.23131, - 47.8882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.23131, - 47.8882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.23984, - 47.9611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.435828, - 47.42967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.435828, - 47.42967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.435828, - 47.42967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0456, - 46.7954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60640752, - 48.65596157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60640752, - 48.65596157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60640752, - 48.65596157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60640752, - 48.65596157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60640752, - 48.65596157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.379421, - 47.411066 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.37949435, - 47.41108404 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71117147, - 48.6087136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71117147, - 48.6087136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71117147, - 48.6087136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71117147, - 48.6087136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71117147, - 48.6087136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.00763121, - 49.229863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.939175, - 49.249274 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.00763121, - 49.229863 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.939175, - 49.249274 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7846053, - 49.30808485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7846053, - 49.30808485 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88284912, - 49.15722184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60640752, - 48.65596157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60640752, - 48.65596157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60640752, - 48.65596157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.972122, - 45.118791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.972122, - 45.118791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.973404, - 45.118511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.973404, - 45.118511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.972122, - 45.118791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.973404, - 45.118511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.972122, - 45.118791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.973404, - 45.118511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.972122, - 45.118791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.972122, - 45.118791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.692802, - 48.092451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.973404, - 45.118511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.973404, - 45.118511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.973404, - 45.118511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.973404, - 45.118511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.692802, - 48.092451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.692802, - 48.092451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.692802, - 48.092451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.692802, - 48.092451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89541815, - 49.36933788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89541815, - 49.36933788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88284912, - 49.15722184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.24894131, - 48.70500749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.24894131, - 48.70500749 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03733, - 46.1158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03733, - 46.1158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.314226, - 47.495009 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.37103894, - 48.1594372 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.314226, - 47.495009 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14457463, - 47.7409078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14457463, - 47.7409078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2943012, - 48.07277426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55929424, - 50.5928785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397006, - 49.867493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.220014, - 47.723598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33244097, - 43.22653036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.220014, - 47.723598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359625, - 48.587957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359625, - 48.587957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359625, - 48.587957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359625, - 48.587957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359625, - 48.587957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359625, - 48.587957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33244097, - 43.22653036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.713675, - 43.419199 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397006, - 49.867493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.713675, - 43.419199 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45557, - 48.2593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45422, - 48.2615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45422, - 48.2615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45557, - 48.2593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.00039, - 43.134229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.00039, - 43.134229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.866422, - 50.102328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0456, - 46.7954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0456, - 46.7954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.435828, - 47.42967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0456, - 46.7954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.07607, - 45.9914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29854, - 43.764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29854, - 43.764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408285, - 48.436954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408285, - 48.436954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408285, - 48.436954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408285, - 48.436954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76347422, - 48.63041976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76347422, - 48.63041976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76347422, - 48.63041976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76347422, - 48.63041976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15731791, - 49.31773016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15731791, - 49.31773016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15731791, - 49.31773016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15731791, - 49.31773016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15731791, - 49.31773016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15731791, - 49.31773016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63326643, - 42.67651986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63326643, - 42.67651986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.07607, - 45.9914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32232101, - 45.81269757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32232101, - 45.81269757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15869225, - 49.0263993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.435828, - 47.42967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15869225, - 49.0263993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15869225, - 49.0263993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15869225, - 49.0263993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1576805, - 49.0259613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15869225, - 49.0263993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15869225, - 49.0263993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1576805, - 49.0259613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15869225, - 49.0263993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32232101, - 45.81269757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1576805, - 49.0259613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15869225, - 49.0263993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1576805, - 49.0259613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32232101, - 45.81269757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32232101, - 45.81269757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32232101, - 45.81269757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32232101, - 45.81269757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32232101, - 45.81269757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63326643, - 42.67651986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63326643, - 42.67651986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63326643, - 42.67651986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.377489, - 48.381631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.377489, - 48.381631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.377489, - 48.381631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20183059, - 49.29012164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0456, - 46.7954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.377489, - 48.381631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.377489, - 48.381631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63326643, - 42.67651986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05962027, - 45.85201083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.2638, - 43.6008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.2638, - 43.6008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59336481, - 45.17755777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59336481, - 45.17755777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59336481, - 45.17755777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59336481, - 45.17755777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69559, - 43.6418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69559, - 43.6418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05962027, - 45.85201083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.377489, - 48.381631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05962027, - 45.85201083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05962027, - 45.85201083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1849276, - 45.66470871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1849276, - 45.66470871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1849276, - 45.66470871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1849276, - 45.66470871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1849276, - 45.66470871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1849276, - 45.66470871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90553, - 49.3464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8008, - 49.2982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.101503, - 47.810705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.582926, - 47.591991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.70929, - 49.1065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69759, - 49.0829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.704073, - 49.129777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65961, - 48.9365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.70933, - 49.1065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65961, - 48.9365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96797, - 48.2822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96797, - 48.2822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94854, - 48.288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.95026, - 48.2851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94854, - 48.288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.95026, - 48.2851 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94854, - 48.288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61108, - 48.0207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61108, - 48.0207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95608, - 45.0524 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.09035865, - 45.03417647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.09035865, - 45.03417647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.28325956, - 45.07409411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68403, - 49.0758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.71039, - 49.1282 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.71039, - 49.1282 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72042, - 49.0861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.71804, - 49.1669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73917, - 49.1605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.75110754, - 49.0355117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.75110754, - 49.0355117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.75110754, - 49.0355117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.75110754, - 49.0355117 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68992, - 49.1435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68992, - 49.1435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72042, - 49.0861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.71039, - 49.1282 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65478, - 49.1559 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68992, - 49.1435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.67412, - 49.1776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65478, - 49.1559 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68992, - 49.1435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68403, - 49.0758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69759, - 49.0829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.70933, - 49.1065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.585879, - 47.591719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.585879, - 47.591719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8008, - 49.2982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.588663, - 47.601045 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.556566, - 47.591037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.527033, - 47.561586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.583157, - 47.589907 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.521945, - 47.575432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5540214, - 47.590753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94185, - 48.2166 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94185, - 48.2166 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94496, - 48.2156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94496, - 48.2156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65143, - 46.7855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.460502, - 47.648974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.56071, - 47.586884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5338922, - 47.637421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.521945, - 47.575432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.487105, - 47.634955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.582926, - 47.591991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.583157, - 47.589907 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.509913, - 47.559339 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.527033, - 47.561586 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.56071, - 47.586884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.487105, - 47.634955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.509913, - 47.559339 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49739994, - 47.66957673 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.565505, - 47.586385 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5338922, - 47.637421 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49751204, - 47.66949847 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.588663, - 47.601045 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.556566, - 47.591037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.561453, - 47.590898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.565505, - 47.586385 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.460502, - 47.648974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.561453, - 47.590898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.67412, - 49.1776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73917, - 49.1605 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.71804, - 49.1669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72042, - 49.0861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85479, - 47.5179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85479, - 47.5179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85479, - 47.5179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85479, - 47.5179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19572, - 48.8922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19572, - 48.8922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21968, - 48.8963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21968, - 48.8963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19572, - 48.8922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21968, - 48.8963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21968, - 48.8963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21968, - 48.8963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133859, - 45.762267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04174, - 48.60593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.413374, - 48.271275 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.006872, - 47.948425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.005376, - 47.950708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.379166, - 47.91356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.483057, - 48.009488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.491682, - 47.999145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.321319, - 48.246578 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.913283, - 48.031301 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.296041, - 48.088101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13112486, - 48.65894757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92133, - 48.036006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.005376, - 47.950708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43131, - 44.899617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43131, - 44.899617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43131, - 44.899617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43131, - 44.899617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43131, - 44.899617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43131, - 44.899617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133859, - 45.762267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.529006, - -17.5252859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.529006, - -17.5252859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70315, - 49.74086 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33561998, - 43.48068237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33561998, - 43.48068237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74285255, - 46.32865994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74285255, - 46.32865994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74285255, - 46.32865994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74285255, - 46.32865994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7033, - 49.740756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7033, - 49.740756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70315, - 49.74086 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52538, - 50.3577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60705932, - 43.65212834 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60705932, - 43.65212834 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.729515, - 48.079738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.729515, - 48.079738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72042, - 49.0861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.704073, - 49.129777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.704073, - 49.129777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.704073, - 49.129777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33561998, - 43.48068237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52538, - 50.3577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26565477, - 43.59051036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.132481, - 46.957896 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26565477, - 43.59051036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16395031, - 43.95966538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16395031, - 43.95966538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46744838, - 49.17747979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46744838, - 49.17747979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.61749, - 46.2324 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.61749, - 46.2324 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.132481, - 46.957896 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.49694935, - 43.57252502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52538, - 50.3577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.49694935, - 43.57252502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.49694935, - 43.57252502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.146115, - 48.086151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.146115, - 48.086151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52538, - 50.3577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52538, - 50.3577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52538, - 50.3577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52538, - 50.3577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65143, - 46.7855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65143, - 46.7855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65143, - 46.7855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75706931, - 45.16480908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2535821, - 43.34597207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77214118, - 49.35462135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77214118, - 49.35462135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36122, - 48.9579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33924538, - 48.95442304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33924538, - 48.95442304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36122, - 48.9579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36122, - 48.9579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36122, - 48.9579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.352533, - 48.973217 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.352533, - 48.973217 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.352533, - 48.973217 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.352533, - 48.973217 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.691131, - 45.758969 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.691131, - 45.758969 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.691131, - 45.758969 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.691131, - 45.758969 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27616, - 49.14952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27616, - 49.14952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2535821, - 43.34597207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2535821, - 43.34597207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2535821, - 43.34597207 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12032366, - 48.67408039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.435594, - 46.351146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.435594, - 46.351146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.435594, - 46.351146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.435594, - 46.351146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.435594, - 46.351146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72547177, - 48.66115458 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72547177, - 48.66115458 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12032366, - 48.67408039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.625849, - 47.562551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11662159, - 49.1137168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.625849, - 47.562551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.113817, - 49.113535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11471684, - 49.11512365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12215775, - 49.10941874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12215775, - 49.10941874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11471684, - 49.11512365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.113817, - 49.113535 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11662159, - 49.1137168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83789452, - 49.57962857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88313, - 49.4799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69736, - 49.3215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64507, - 49.4259 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05025, - 49.6555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.95433, - 49.5433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.95433, - 49.5433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05025, - 49.6555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83884, - 49.5876 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64299, - 49.4292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64299, - 49.4292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45262, - 49.376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64507, - 49.4259 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64194, - 49.2995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45262, - 49.376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83884, - 49.5876 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.95344, - 49.1574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.95344, - 49.1574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58226, - 49.2589 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58226, - 49.2589 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88124, - 49.4777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86353, - 49.4637 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64194, - 49.2995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88124, - 49.4777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87829, - 49.438 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.854015, - 49.49181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8454, - 49.4408 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8454, - 49.4408 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88313, - 49.4799 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.71831, - 49.3573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.97103979, - 49.53518707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.854015, - 49.49181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.97103979, - 49.53518707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83789452, - 49.57962857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52149, - 49.5537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50962, - 49.5474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77630573, - 49.52149139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.71831, - 49.3573 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77630573, - 49.52149139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52149, - 49.5537 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87829, - 49.438 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50962, - 49.5474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5354, - 49.3047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5354, - 49.3047 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.435594, - 46.351146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75706931, - 45.16480908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27727, - 48.6192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04492, - 49.0435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12927, - 48.6767 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.11605, - 48.6709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04749, - 48.719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09613, - 48.743 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12927, - 48.6767 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06064, - 48.7339 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01936, - 48.8498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01936, - 48.8498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.00442, - 48.6655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.10259, - 48.7109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.00442, - 48.6655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.15556, - 48.6916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05345, - 48.7357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06064, - 48.7339 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80403, - 48.6874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05345, - 48.7357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.10259, - 48.7109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05582, - 48.7341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.95799, - 48.7563 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96478, - 48.6927 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09613, - 48.743 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04749, - 48.719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.41478498, - 46.89444002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27727, - 48.6192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27727, - 48.6192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27727, - 48.6192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27727, - 48.6192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27727, - 48.6192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27727, - 48.6192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27727, - 48.6192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.41478498, - 46.89444002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73546, - 48.5968 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80403, - 48.6874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73546, - 48.5968 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.453555, - 42.719918 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.31865954, - 42.50669575 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.31865954, - 42.50669575 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.20069, - 42.477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.20069, - 42.477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96478, - 48.6927 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.15556, - 48.6916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.11605, - 48.6709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05301864, - 48.73824807 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04263, - 48.7223 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.02753, - 48.9976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.93729, - 49.0376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07152, - 49.1048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07152, - 49.1048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.02753, - 48.9976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03343, - 49.06 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03343, - 49.06 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04137, - 49.0929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08275, - 49.1181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04137, - 49.0929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03067, - 49.0023 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06484, - 49.1129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07077, - 49.1102 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07077, - 49.1102 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06484, - 49.1129 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92897, - 49.0529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04492, - 49.0435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08275, - 49.1181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08822, - 49.1075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.00797, - 49.0743 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.00797, - 49.0743 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0921, - 48.6382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08822, - 49.1075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04263, - 48.7223 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0921, - 48.6382 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.95799, - 48.7563 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05582, - 48.7341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05301864, - 48.73824807 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05582, - 48.7341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05582, - 48.7341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92897, - 49.0529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03067, - 49.0023 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96526, - 49.0118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08213, - 49.1176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08213, - 49.1176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09606, - 49.1007 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09606, - 49.1007 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06471, - 49.1104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.93729, - 49.0376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.06471, - 49.1104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96526, - 49.0118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2943012, - 48.07277426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.37103894, - 48.1594372 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.010412, - 47.922145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.136504, - 49.15887026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92863627, - 45.69404785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93282668, - 45.6972252 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93282668, - 45.6972252 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93282668, - 45.6972252 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9369716, - 45.6954636 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92489818, - 45.69760737 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92489818, - 45.69760737 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2242211, - 49.24604569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22220396, - 49.24518038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.224154, - 49.246869 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.224154, - 49.246869 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2242211, - 49.24604569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22220396, - 49.24518038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.98107938, - 43.4257894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14954363, - 49.15113951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15382448, - 49.14641947 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15049265, - 49.1514963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15382448, - 49.14641947 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14954363, - 49.15113951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978296, - 45.705913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978296, - 45.705913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92863627, - 45.69404785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36037, - 48.743353 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73211, - 47.998104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73211, - 47.998104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73211, - 47.998104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36583159, - 48.74221383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36583159, - 48.74221383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36860288, - 48.73833298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36137953, - 48.73925281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36137953, - 48.73925281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36037, - 48.743353 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92863627, - 45.69404785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36860288, - 48.73833298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978296, - 45.705913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9369716, - 45.6954636 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.978296, - 45.705913 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9369716, - 45.6954636 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9369716, - 45.6954636 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93282668, - 45.6972252 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92863627, - 45.69404785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15049265, - 49.1514963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.136504, - 49.15887026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.24298763, - 49.38597488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16664588, - 49.14831143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5726, - -21.204 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.2307, - -21.0828 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.439, - -21.2976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4741, - -21.1373 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.304, - -21.04 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.25128, - -21.0427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.31783, - -20.9791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.29748, - -20.9429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.29748, - -20.9429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47581, - -21.3136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3292, - -20.9426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47581, - -21.3136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3292, - -20.9426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5298, - -20.9172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.31783, - -20.9791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.25128, - -21.0427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5298, - -20.9172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.492163, - -20.893393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.492163, - -20.893393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.7149, - -21.0522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5298, - -20.9172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.33345, - -21.2441 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27735034, - 41.60411861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16664588, - 49.14831143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55755, - 46.6963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55755, - 46.6963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391367, - 49.85814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391367, - 49.85814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391367, - 49.85814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391367, - 49.85814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27735034, - 41.60411861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27735034, - 41.60411861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46099, - -21.3341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27735034, - 41.60411861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27735034, - 41.60411861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27735034, - 41.60411861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27735034, - 41.60411861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27735034, - 41.60411861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.29748, - -20.9429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4886, - -20.8928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3292, - -20.9426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73211, - 47.998104 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42990019, - 48.50642774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42990019, - 48.50642774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29936721, - 48.165309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.28102267, - 48.90789495 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125194, - 49.271734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.146748, - 49.275899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.146748, - 49.275899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125194, - 49.271734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1265192, - 49.27116133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1265192, - 49.27116133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43960051, - 48.19754719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43960051, - 48.19754719 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167827, - 49.253007 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167827, - 49.253007 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167827, - 49.253007 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167827, - 49.253007 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.353634, - 43.49678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.353634, - 43.49678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.353634, - 43.49678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.353634, - 43.49678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19667332, - 45.25360433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19667332, - 45.25360433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.28102267, - 48.90789495 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.28102267, - 48.90789495 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59967687, - 49.04399696 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8759267, - 48.97890724 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.35852254, - 48.20551728 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.35852254, - 48.20551728 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91136916, - 50.38211025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91136916, - 50.38211025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3438463, - 50.84746188 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3438463, - 50.84746188 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50518824, - 48.82134668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50518824, - 48.82134668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8759267, - 48.97890724 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59967687, - 49.04399696 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.98678458, - 50.43186345 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.98678458, - 50.43186345 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8748447, - 49.11924098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8748447, - 49.11924098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8748447, - 49.11924098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8748447, - 49.11924098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.602767944, - 49.05228424 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.602767944, - 49.05228424 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19667332, - 45.25360433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.883098, - 48.967406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.914641, - 48.95391 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87922958, - 48.37586844 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.157056, - 49.102599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.157056, - 49.102599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.157056, - 49.102599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.157056, - 49.102599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87922958, - 48.37586844 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.68968931, - 48.35605654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.68968931, - 48.35605654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.68968931, - 48.35605654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.68968931, - 48.35605654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.304942, - 49.134465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.304942, - 49.134465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29936721, - 48.165309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29426496, - 48.1671087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29426496, - 48.1671087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.905313, - 48.949848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.883098, - 48.967406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.914641, - 48.95391 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.883098, - 48.967406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90038, - 48.9435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.905313, - 48.949848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.883098, - 48.967406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90038, - 48.9435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22774722, - 48.79670152 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902432, - 43.939949 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.145892, - 43.685903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.145892, - 43.685903 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94386558, - 43.5386752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.738635, - 45.978188 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.738635, - 45.978188 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16122802, - 50.73713075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94386558, - 43.5386752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94386558, - 43.5386752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16191, - 50.73734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16122802, - 50.73713075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8719224, - 49.48156493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8719224, - 49.48156493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8719224, - 49.48156493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16122802, - 50.73713075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16122802, - 50.73713075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16122802, - 50.73713075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16122802, - 50.73713075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16122802, - 50.73713075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8719224, - 49.48156493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16122802, - 50.73713075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16122802, - 50.73713075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7394, - 45.97827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3598, - 43.41407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33075422, - 49.37033692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80312534, - 49.13609064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42526885, - 49.14977589 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800880408, - 49.13648941 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80312534, - 49.13609064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80312534, - 49.13609064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80312534, - 49.13609064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80312534, - 49.13609064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80312534, - 49.13609064 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42526885, - 49.14977589 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.355598, - 49.399806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42526885, - 49.14977589 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.355598, - 49.399806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42526885, - 49.14977589 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29832077, - 48.79752977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.351334, - 48.74368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42526885, - 49.14977589 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29832077, - 48.79752977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.351334, - 48.74368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800880408, - 49.13648941 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22000316, - 48.88582386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468, - 48.51454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468, - 48.51454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05468501, - 48.51455695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22000316, - 48.88582386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66963736, - 46.8228002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66963736, - 46.8228002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90689544, - 49.22343788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90689544, - 49.22343788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90689544, - 49.22343788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90689544, - 49.22343788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42526885, - 49.14977589 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33075422, - 49.37033692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94386558, - 43.5386752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.89343597, - 42.67262319 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.44575301, - 48.63836796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21187587, - 48.91193065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3667517, - 43.12493158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3667517, - 43.12493158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.44575301, - 48.63836796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.44575301, - 48.63836796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.44575301, - 48.63836796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31052875, - 43.2043724 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.89343597, - 42.67262319 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.74049362, - 48.50173471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.74049362, - 48.50173471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.74049362, - 48.50173471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25805072, - 43.34891641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25805072, - 43.34891641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25805072, - 43.34891641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25805072, - 43.34891641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31052875, - 43.2043724 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.13137, - 48.8092 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.380722, - 48.022035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.380722, - 48.022035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.380722, - 48.022035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.380722, - 48.022035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.380722, - 48.022035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.380722, - 48.022035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24076, - 48.9003 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.13137, - 48.8092 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3667517, - 43.12493158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3667517, - 43.12493158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3667517, - 43.12493158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25574, - 45.5513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25574, - 45.5513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25574, - 45.5513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25574, - 45.5513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64138, - 48.8289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3667517, - 43.12493158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58381, - 48.7077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.24298763, - 49.38597488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95523387, - 49.04616314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.101503, - 47.810705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.7171, - -21.0381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10489, - 49.3621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10489, - 49.3621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10489, - 49.3621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.456722, - 43.321568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.49691, - -20.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.257, - -21.0889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4701, - -20.8856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5675, - -20.8982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5675, - -20.8982 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.7659, - -21.3598 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.257, - -21.0889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.49691, - -20.9015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.446, - -21.3213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.447557, - -20.883698 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.503491, - -21.257457 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.2237, - -21.0401 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4001, - -21.2831 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3191, - -20.9499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.5014, - -21.28043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10489, - 49.3621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1106, - 49.3569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1106, - 49.3569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86415, - 47.6568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92004, - 47.4895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92004, - 47.4895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84753, - 47.7303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86469, - 47.587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86469, - 47.587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86469, - 47.587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86469, - 47.587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86415, - 47.6568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86415, - 47.6568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39025, - 42.544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17805, - 45.6899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17805, - 45.6899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17805, - 45.6899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17805, - 45.6899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17805, - 45.6899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17805, - 45.6899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17805, - 45.6899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39025, - 42.544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.6487, - -20.9511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.618326, - -20.914099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95061, - 49.0363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.618326, - -20.914099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.42556, - 43.64235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.42556, - 43.64235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.581165, - 50.52617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.58715882, - 50.520311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.589047, - 50.526286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.595679, - 50.520015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.58715882, - 50.520311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.595679, - 50.520015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57934, - 50.516639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57934, - 50.516639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.58046484, - 50.52363179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.58046484, - 50.52363179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.581165, - 50.52617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.618406, - 50.514246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.589047, - 50.526286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.618406, - 50.514246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.595679, - 50.520015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.58715882, - 50.520311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.507444, - 47.608292 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.425368, - 43.64393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.42556, - 43.64235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.425368, - 43.64393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3261, - -20.9621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.618326, - -20.914099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.618326, - -20.914099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.618326, - -20.914099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.618326, - -20.914099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.618326, - -20.914099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.618326, - -20.914099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.618326, - -20.914099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.64261895, - -20.9385849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.6423, - -20.9323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.42556, - 43.64235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.64261895, - -20.9385849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.6787, - -20.9961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88729, - 48.6753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89333, - 48.6713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89333, - 48.6713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88729, - 48.6753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.425368, - 43.64393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.425368, - 43.64393 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84753, - 47.7303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92004, - 47.4895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84753, - 47.7303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84753, - 47.7303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86128, - 47.6411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82891, - 47.6347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82891, - 47.6347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82891, - 47.6347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92317, - 47.7177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92317, - 47.7177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92317, - 47.7177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.83139, - 47.6221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.83139, - 47.6221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.83139, - 47.6221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.83139, - 47.6221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81418, - 47.6841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86136, - 47.6168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86136, - 47.6168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81418, - 47.6841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92317, - 47.7177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81418, - 47.6841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81418, - 47.6841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85294, - 47.5574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86128, - 47.6411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86128, - 47.6411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86128, - 47.6411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8633002, - 47.63998 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.23530801, - 47.62172388 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.23530801, - 47.62172388 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.919325, - 47.641882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.919325, - 47.641882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.919325, - 47.641882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.919325, - 47.641882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.919325, - 47.641882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8633002, - 47.63998 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8633002, - 47.63998 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96892, - 47.7327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.919325, - 47.641882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8633002, - 47.63998 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96892, - 47.7327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96892, - 47.7327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82891, - 47.6347 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96892, - 47.7327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86136, - 47.6168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86136, - 47.6168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85294, - 47.5574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.93575, - 47.5493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85294, - 47.5574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82794, - 47.7413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86137, - 47.639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92004, - 47.4895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.99797, - 47.5083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.99797, - 47.5083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.99797, - 47.5083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.99797, - 47.5083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82794, - 47.7413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82794, - 47.7413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86114, - 47.6073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8492, - 47.6497 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.89554, - 47.5837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.89554, - 47.5837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86415, - 47.6568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.89564, - 47.5838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86114, - 47.6073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86114, - 47.6073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.89564, - 47.5838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82794, - 47.7413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86137, - 47.639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86137, - 47.639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.99513, - 47.6106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.93591, - 47.5493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.99513, - 47.6106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85294, - 47.5574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85343, - 47.6415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85355, - 47.6415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85355, - 47.6415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85343, - 47.6415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.93575, - 47.5493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.93591, - 47.5493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8492, - 47.6497 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.99513, - 47.6106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8492, - 47.6497 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8492, - 47.6497 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84058, - 47.6449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84058, - 47.6449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84058, - 47.6449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84058, - 47.6449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86137, - 47.639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.99513, - 47.6106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33566, - 48.8517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33566, - 48.8517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56499, - 44.8355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.540882, - 45.313778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5753071, - 45.29810533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58031545, - 45.29836569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58031545, - 45.29836569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58031545, - 45.29836569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58031545, - 45.29836569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.540882, - 45.313778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.540882, - 45.313778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.540882, - 45.313778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5753071, - 45.29810533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58031545, - 45.29836569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58031545, - 45.29836569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.540882, - 45.313778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1963, - 45.6705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1963, - 45.6705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1296, - 48.8035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1296, - 48.8035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1296, - 48.8035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1296, - 48.8035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2669, - 45.5527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5753071, - 45.29810533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5753071, - 45.29810533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.540882, - 45.313778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.540882, - 45.313778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58357924, - 45.29923357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58357924, - 45.29923357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5753071, - 45.29810533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5753071, - 45.29810533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5753071, - 45.29810533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.540882, - 45.313778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5753071, - 45.29810533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58357924, - 45.29923357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58357924, - 45.29923357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58357924, - 45.29923357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58357924, - 45.29923357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2669, - 45.5527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13651315, - 46.53952848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13651315, - 46.53952848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95139562, - 49.0425801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69718371, - 48.40366517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.701971, - 48.413216 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51500284, - 48.12402757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51500284, - 48.12402757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.28522576, - 44.88326108 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.28522576, - 44.88326108 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95061, - 49.0363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95523387, - 49.04616314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96149989, - 49.04477778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.696444, - 48.401405 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95139562, - 49.0425801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95139562, - 49.0425801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96149989, - 49.04477778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95139365, - 49.04118408 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95139365, - 49.04118408 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95139562, - 49.0425801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95139562, - 49.0425801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95139562, - 49.0425801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.696444, - 48.401405 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69718371, - 48.40366517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.701971, - 48.413216 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37344428, - 48.91954888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37747327, - 44.7449334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37747327, - 44.7449334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35359, - 45.4764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.760692, - 42.546508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.760692, - 42.546508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.540882, - 45.313778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56499, - 44.8355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9325, - 45.0932 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9325, - 45.0932 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9325, - 45.0932 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98651939, - 49.19050326 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98651939, - 49.19050326 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98651939, - 49.19050326 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.129841, - 45.7587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.129841, - 45.7587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32510201, - 46.17974498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32510201, - 46.17974498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32510201, - 46.17974498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32510201, - 46.17974498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.733194, - 47.719212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.733194, - 47.719212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.733194, - 47.719212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86947191, - 45.73266223 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86947191, - 45.73266223 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.52746, - 48.0176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.52746, - 48.0176 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9325, - 45.0932 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.04132712, - 48.7846607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.04132712, - 48.7846607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36746, - 43.3109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56499, - 44.8355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56499, - 44.8355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56499, - 44.8355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56499, - 44.8355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36746, - 43.3109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36746, - 43.3109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36746, - 43.3109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36746, - 43.3109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36746, - 43.3109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.04132712, - 48.7846607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33274, - 48.8785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33274, - 48.8785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56999, - 44.841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56999, - 44.841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56999, - 44.841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56999, - 44.841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56999, - 44.841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.04132712, - 48.7846607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.52842377, - 44.50620136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.304028, - 47.877868 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31188, - 47.8772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4790376, - 50.38043065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132103, - 50.7366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132103, - 50.7366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132103, - 50.7366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0463778, - 49.64518414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0463778, - 49.64518414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0463778, - 49.64518414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.28853, - 48.3369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.28853, - 48.3369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4790376, - 50.38043065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132103, - 50.7366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4790376, - 50.38043065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4790376, - 50.38043065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4790376, - 50.38043065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.537, - 45.3234 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5362314, - 45.33017124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132103, - 50.7366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132103, - 50.7366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.304028, - 47.877868 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55983046, - 50.58494308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31206953, - 47.87713109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31206953, - 47.87713109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31206953, - 47.87713109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.064793, - 47.31288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.064793, - 47.31288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06919251, - 47.31530824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06919251, - 47.31530824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55983046, - 50.58494308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67303924, - 44.83122754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01449823, - 50.64439773 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67303924, - 44.83122754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67303924, - 44.83122754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67303924, - 44.83122754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67303924, - 44.83122754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67303924, - 44.83122754 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014525, - 50.644677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01449823, - 50.64439773 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01449823, - 50.64439773 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1445625, - 48.29725934 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.218059, - 48.423374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.039643, - 48.58377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.54689932, - 43.25016021 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.632473, - 50.18824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.632473, - 50.18824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.53604, - 45.118707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.53604, - 45.118707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0468139, - 44.51054854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0468139, - 44.51054854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0468139, - 44.51054854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0468139, - 44.51054854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0468139, - 44.51054854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0468139, - 44.51054854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.68480401, - 43.97449468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.68480401, - 43.97449468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5016092, - 45.10077504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5016092, - 45.10077504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06361322, - 43.93415882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06361322, - 43.93415882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.870892, - 49.433153 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.870892, - 49.433153 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.11311, - 45.1445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84149, - 48.4065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84149, - 48.4065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7392731, - 47.89040974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.90296, - 46.00341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69769922, - 47.33501281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69769922, - 47.33501281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69769922, - 47.33501281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99999768, - 48.77036487 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99999768, - 48.77036487 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.14079976, - 48.79469299 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.14079976, - 48.79469299 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.90296, - 46.00341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84652657, - 46.0010407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7392731, - 47.89040974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.95391, - 45.92802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.95391, - 45.92802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92995154, - 45.89566837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84652657, - 46.0010407 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.95391, - 45.92802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92995154, - 45.89566837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21538, - 48.9918 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21538, - 48.9918 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.11311, - 45.1445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.54689932, - 43.25016021 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61628505, - 44.89138691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60896065, - 43.42914778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273899, - 49.855845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273899, - 49.855845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.08552, - 48.8379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.08552, - 48.8379 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.30356, - 47.955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.30356, - 47.955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.30356, - 47.955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.30356, - 47.955 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.877324, - 43.585564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.877324, - 43.585564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.877324, - 43.585564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30042911, - -21.2188338 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47542465, - -21.3231281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47474772, - -21.3225547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47542465, - -21.3231281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47542465, - -21.3231281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30042911, - -21.2188338 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47542465, - -21.3231281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30042911, - -21.2188338 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273899, - 49.855845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273899, - 49.855845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10311, - 47.2713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269431, - 49.88548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60896065, - 43.42914778 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.637342, - 48.130888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.637342, - 48.130888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.637342, - 48.130888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.637342, - 48.130888 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1289093, - 45.76876531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.86641287, - 50.09835705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.86641287, - 50.09835705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269431, - 49.88548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10311, - 47.2713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269431, - 49.88548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269431, - 49.88548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61115417, - 45.72263008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61115417, - 45.72263008 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94949981, - 45.55631539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94949981, - 45.55631539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94949981, - 45.55631539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94949981, - 45.55631539 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69769922, - 47.33501281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69769922, - 47.33501281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69769922, - 47.33501281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69769922, - 47.33501281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33105722, - 48.75868906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44541826, - 43.44886874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44541826, - 43.44886874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.951344, - 43.637547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.951344, - 43.637547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.253808, - 48.832043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48255792, - 43.29013381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48255792, - 43.29013381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48255792, - 43.29013381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48255792, - 43.29013381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48255792, - 43.29013381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48255792, - 43.29013381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17486406, - 47.98001177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17486406, - 47.98001177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17486406, - 47.98001177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17486406, - 47.98001177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29817629, - 48.89450073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29817629, - 48.89450073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.512023, - 44.879618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33105722, - 48.75868906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33105722, - 48.75868906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33105722, - 48.75868906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34122195, - 49.20863663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61628505, - 44.89138691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61628505, - 44.89138691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61628505, - 44.89138691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61628505, - 44.89138691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34122195, - 49.20863663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34122195, - 49.20863663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34122195, - 49.20863663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34122195, - 49.20863663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.17023421, - 43.65808451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33105722, - 48.75868906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.17023421, - 43.65808451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.17023421, - 43.65808451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96296, - 43.549931 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.96296, - 43.549931 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40912, - 48.8192 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273682, - 48.902848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273682, - 48.902848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33105722, - 48.75868906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.512023, - 44.879618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.512023, - 44.879618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.512023, - 44.879618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36010778, - 48.75808079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66541009, - 44.85796028 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66541009, - 44.85796028 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29175456, - 43.70535597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29175456, - 43.70535597 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39833236, - 48.89512837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39833236, - 48.89512837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66234705, - 44.79974717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66234705, - 44.79974717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36010778, - 48.75808079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.00898542, - 43.58312267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20301175, - 48.84189987 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39307777, - 43.26494069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39307777, - 43.26494069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39307777, - 43.26494069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39307777, - 43.26494069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39307777, - 43.26494069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39307777, - 43.26494069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.69769922, - 47.33501281 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.00898542, - 43.58312267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418169, - 48.850197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.512023, - 44.879618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854377, - 45.718486 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79997695, - 45.78016222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79997695, - 45.78016222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79997695, - 45.78016222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79997695, - 45.78016222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877665, - 45.810311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877665, - 45.810311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877665, - 45.810311 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854377, - 45.718486 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854377, - 45.718486 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418169, - 48.850197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854377, - 45.718486 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.854377, - 45.718486 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9332695, - 48.75836017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9332695, - 48.75836017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56279373, - 44.77185819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56279373, - 44.77185819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.57193491, - 44.80363171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418169, - 48.850197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30042911, - -21.2188338 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.366612, - -21.265831 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.366612, - -21.265831 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11751839, - 45.8038204 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30936042, - 49.18389491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30936042, - 49.18389491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30936042, - 49.18389491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30936042, - 49.18389491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.79055845, - 41.93261788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.79055845, - 41.93261788 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31249851, - 49.18210664 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225379, - 43.944127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.812752, - 48.897855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.062039, - 45.57593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.062039, - 45.57593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.82486, - 41.9234 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.82486, - 41.9234 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04527063, - 48.72036468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04527063, - 48.72036468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225379, - 43.944127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.1586584, - 42.3161558 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.169949, - 49.216964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.1586584, - 42.3161558 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.80107908, - 48.79664144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.80107908, - 48.79664144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.80107908, - 48.79664144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.80107908, - 48.79664144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0444334, - 48.72012048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0444334, - 48.72012048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.169949, - 49.216964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.99637, - 44.166397 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.001487, - 43.514118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.001487, - 43.514118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.437717, - 42.623928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56965905, - 48.64891781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56965905, - 48.64891781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56965905, - 48.64891781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56965905, - 48.64891781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56965905, - 48.64891781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56965905, - 48.64891781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.598411, - 48.642427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.598411, - 48.642427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.437717, - 42.623928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7390536, - 44.40577777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.437717, - 42.623928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.437717, - 42.623928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42584685, - 47.33325318 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.254477, - 45.5423515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280159, - 49.165289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280159, - 49.165289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7390536, - 44.40577777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.006119, - 46.137144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.078972, - 43.63446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.824337, - 43.100862 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.078972, - 43.63446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1433, - 45.7588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1433, - 45.7588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.88983494, - 42.61057734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.88983494, - 42.61057734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.441054, - 42.595654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.441054, - 42.595654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.824337, - 43.100862 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.824337, - 43.100862 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.006119, - 46.137144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.695758, - 48.954713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.695758, - 48.954713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.695758, - 48.954713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.695758, - 48.954713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.073343, - 48.739235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.073343, - 48.739235 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23367, - 43.5136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23367, - 43.5136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11751839, - 45.8038204 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16736482, - 48.15411228 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.39766347, - -21.2820316 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16736482, - 48.15411228 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.63364, - 48.9528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61174961, - 48.94217109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65833, - 48.9341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.63364, - 48.9528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.63364, - 48.9528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64142021, - 48.95131715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64142021, - 48.95131715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65833, - 48.9341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1696937, - 49.23708488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16709009, - 49.23853082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16726763, - 49.23699697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16874509, - 49.23790821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16874509, - 49.23790821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16558187, - 49.23279051 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16726763, - 49.23699697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16709009, - 49.23853082 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1696937, - 49.23708488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16558187, - 49.23279051 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.141376, - 49.232838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.63364, - 48.9528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61174961, - 48.94217109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.66379112, - 48.93055017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.366612, - -21.265831 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46983122, - -21.3170725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.660558, - -20.961651 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.660558, - -20.961651 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46983122, - -21.3170725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.366612, - -21.265831 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.660558, - -20.961651 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.39766347, - -21.2820316 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46983122, - -21.3170725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.47474772, - -21.3225547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.66379112, - 48.93055017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46983122, - -21.3170725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.63067564, - -21.1329182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.63067564, - -21.1329182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.660558, - -20.961651 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.65178355, - -20.9630462 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.65178355, - -20.9630462 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.65178355, - -20.9630462 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.65178355, - -20.9630462 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.141376, - 49.232838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1152724, - 49.21443665 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1152724, - 49.21443665 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.353706, - 48.075534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39586, - 49.0128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.288081, - -21.168965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.657465, - 41.908496 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.657465, - 41.908496 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.657465, - 41.908496 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.657465, - 41.908496 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.353706, - 48.075534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.353706, - 48.075534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.453482, - 48.615785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.00658, - 49.19142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.453482, - 48.615785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.453482, - 48.615785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.453482, - 48.615785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.453482, - 48.615785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.453482, - 48.615785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.453482, - 48.615785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.453482, - 48.615785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.453482, - 48.615785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39586, - 49.0128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.00658, - 49.19142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12425, - 49.222496 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12425, - 49.222496 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46104696, - 43.536261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46104696, - 43.536261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46104696, - 43.536261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46521082, - 43.5353684 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46104696, - 43.536261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46579688, - 43.54076627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46579688, - 43.54076627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46579688, - 43.54076627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46579688, - 43.54076627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61628505, - 44.89138691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61628505, - 44.89138691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.336234, - 47.861831 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70319375, - 46.84935771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30034399, - -20.9435549 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30034399, - -20.9435549 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30034399, - -20.9435549 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70319375, - 46.84935771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70319375, - 46.84935771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70319375, - 46.84935771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70319375, - 46.84935771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70319375, - 46.84935771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73573, - 48.5787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.780682, - 48.571507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7635538, - 48.59868515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7635538, - 48.59868515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74836, - 48.5814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74836, - 48.5814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73573, - 48.5787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73573, - 48.5787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73573, - 48.5787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73573, - 48.5787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73573, - 48.5787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74958, - 48.5756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74958, - 48.5756 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.732935, - 48.582848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.732935, - 48.582848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390306, - 43.87983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390306, - 43.87983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05189, - 47.3612 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70319375, - 46.84935771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70319375, - 46.84935771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61628505, - 44.89138691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2323784, - 49.09145112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424128, - 48.326655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.424128, - 48.326655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.457815, - 48.410504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.457815, - 48.410504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43781, - 49.054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43781, - 49.054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43771407, - 49.05467492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43771407, - 49.05467492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.791854, - 43.436471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.080172, - 48.02775 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.080172, - 48.02775 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.935281, - 49.930116 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.935281, - 49.930116 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.932803, - 49.928808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.932803, - 49.928808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.892884, - 42.672587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.889084, - 42.738149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.886408, - 42.671744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.886408, - 42.671744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.529003, - 45.847791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.529003, - 45.847791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.135993, - 45.642895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17280653, - 49.15062261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2323784, - 49.09145112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17077408, - 49.13026545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2323784, - 49.09145112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2323784, - 49.09145112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17280653, - 49.15062261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17077408, - 49.13026545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17280653, - 49.15062261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17280653, - 49.15062261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27165, - 48.828 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.135993, - 45.642895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27165, - 48.828 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27165, - 48.828 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27165, - 48.828 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27165, - 48.828 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67585831, - 44.84853261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67585831, - 44.84853261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85657597, - 46.81367492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85657597, - 46.81367492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.780682, - 48.571507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.780682, - 48.571507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.780682, - 48.571507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.780682, - 48.571507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71334804, - 48.55099453 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71334804, - 48.55099453 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6335347, - 47.23003877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6335347, - 47.23003877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6335347, - 47.23003877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.66796, - 48.7626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.672, - 48.7617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.66796, - 48.7626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.672, - 48.7617 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37212484, - 47.56237043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37212484, - 47.56237043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34557791, - 47.04787699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34557791, - 47.04787699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70260771, - 46.85125182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70260771, - 46.85125182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9547898, - 46.57495515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9547898, - 46.57495515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31410268, - 48.92663827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31410268, - 48.92663827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79546, - 45.3585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79658, - 45.3585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79658, - 45.3585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.910526, - 47.905144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046781, - 47.87412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.046781, - 47.87412 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.909853, - 47.905313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8961, - 47.89256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.81417, - 47.94254 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.968126, - 47.832466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.90126, - 47.90074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.910195, - 47.905229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9046868, - 47.9028761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79658, - 45.3585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79759, - 45.3555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79693, - 45.3564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79759, - 45.3555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79658, - 45.3585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79759, - 45.3555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79693, - 45.3564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79546, - 45.3585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79546, - 45.3585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31410268, - 48.92663827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31410268, - 48.92663827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31410268, - 48.92663827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75628, - 48.5812 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74903, - 48.5856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74903, - 48.5856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74903, - 48.5856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74903, - 48.5856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74903, - 48.5856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75179, - 48.578 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76866, - 48.6005 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75628, - 48.5812 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75179, - 48.578 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31410268, - 48.92663827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86179, - 45.7196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 166.4454, - -22.1962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 166.4454, - -22.1962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95577706, - 45.05030241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95577706, - 45.05030241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.57666, - -17.7401472 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.57666, - -17.7401472 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402931, - 48.630265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402931, - 48.630265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86179, - 45.7196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75179, - 48.578 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86179, - 45.7196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86179, - 45.7196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86179, - 45.7196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86179, - 45.7196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86179, - 45.7196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86179, - 45.7196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75179, - 48.578 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75179, - 48.578 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.889084, - 42.738149 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28424, - 48.1954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28424, - 48.1954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29667692, - 43.25221254 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.124967, - 50.692625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68619721, - 43.34195984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68619721, - 43.34195984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68619721, - 43.34195984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68619721, - 43.34195984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.993125, - 50.470262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.993125, - 50.470262 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.124967, - 50.692625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.124967, - 50.692625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.124967, - 50.692625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.847807, - 43.935768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.847807, - 43.935768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13683557, - 45.74877581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13683557, - 45.74877581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13683557, - 45.74877581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77243, - 49.4121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01650096, - 50.61827989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87378, - 48.0024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87378, - 48.0024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014157, - 50.615103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.009592, - 50.61748344 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014157, - 50.615103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.009592, - 50.61748344 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01599692, - 50.61302098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.009592, - 50.61748344 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01599692, - 50.61302098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87378, - 48.0024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014157, - 50.615103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01650096, - 50.61827989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01599692, - 50.61302098 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01650096, - 50.61827989 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.58479675, - 43.28824919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23698, - 48.8313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46807, - 48.4143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46807, - 48.4143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.88569, - 48.0062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87378, - 48.0024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93139, - 46.896513 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.775508, - -17.4800938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.042465, - 48.720608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.042465, - 48.720608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.61231, - -17.600917 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.61231, - -17.600917 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132567, - 50.602568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.439726, - 42.599199 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.439726, - 42.599199 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.775508, - -17.4800938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29667692, - 43.25221254 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.126527, - 43.520648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.171193, - 44.505702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.126213, - 43.517403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40785111, - 48.89914169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40785111, - 48.89914169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40785111, - 48.89914169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40785111, - 48.89914169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370512, - 48.898419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370512, - 48.898419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255949, - 43.366492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255949, - 43.366492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255949, - 43.366492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255949, - 43.366492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255949, - 43.366492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255949, - 43.366492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255949, - 43.366492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255949, - 43.366492 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.22644, - 43.3354 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.22644, - 43.3354 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.22644, - 43.3354 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05049997, - 48.9043635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053305, - 48.904986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.389648, - 47.932087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.389648, - 47.932087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.174655, - 47.967881 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.171193, - 44.505702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.991944, - 43.609892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.26321514, - 43.37836832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.26321514, - 43.37836832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.139421, - 14.650675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.139421, - 14.650675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.03207657, - 48.28769415 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.174655, - 47.967881 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65079, - 48.7963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.174655, - 47.967881 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05778082, - 48.902702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05049997, - 48.9043635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053305, - 48.904986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12670173, - 43.52180774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0518438, - 48.900334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05438991, - 48.90910377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0398713, - 48.9124041 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05438991, - 48.90910377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.126213, - 43.517403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.136678, - 43.518713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13157, - 43.518561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.135843, - 43.521069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.137626, - 43.517815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05588657, - 48.90372981 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.126149, - 43.5169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13157, - 43.518561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.137626, - 43.517815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.136678, - 43.518713 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.126527, - 43.520648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.135843, - 43.521069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12670173, - 43.52180774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.126149, - 43.5169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0518438, - 48.900334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0518438, - 48.900334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.057684, - 48.89498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0518438, - 48.900334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05778082, - 48.902702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.059093, - 48.91675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.057684, - 48.89498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.059093, - 48.91675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.063254, - 48.901667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0518438, - 48.900334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0706, - 48.896979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0518438, - 48.900334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0706, - 48.896979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.057466, - 48.9158465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05588657, - 48.90372981 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0518438, - 48.900334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.063254, - 48.901667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05438991, - 48.90910377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05438991, - 48.90910377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0398713, - 48.9124041 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0518438, - 48.900334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.057466, - 48.9158465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.557904, - 48.589523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.039225, - 48.292272 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.290049, - 48.519764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.935592, - 48.477265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.500127, - 48.540725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.914111, - 48.026042 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.729993, - 48.514019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.502292, - 48.064159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.297369, - 48.084844 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.19691, - 48.671467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.852836, - 48.501457 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.935592, - 48.477265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.039225, - 48.292272 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.975211, - 48.382891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05944, - 48.295128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.500127, - 48.540725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.290049, - 48.519764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.975211, - 48.382891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.785801, - 48.509162 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7603, - 48.5033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05944, - 48.295128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.297369, - 48.084844 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624693, - 48.233623 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.031631, - 48.311025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.926727, - 48.445215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.518964, - 48.129514 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.395872, - 48.053815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.908456, - 48.042697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.364188, - 47.992499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5111747, - 48.4935616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.42743, - 48.028544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.386689, - 48.238867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.611208, - 48.451171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.332113, - 48.364012 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.498079, - 47.978213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.104369, - 48.31798 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.101195, - 48.329628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.101094, - 48.329641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.535224, - 48.348173 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.125956, - 48.332553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.852836, - 48.501457 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43476989, - 48.5110323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.891382, - 48.207971 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.682106, - 48.440882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.006239, - 48.360819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06958, - 48.312045 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.017202, - 48.142109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.194289, - 48.531443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.577552, - 48.550965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.395872, - 48.053815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.498079, - 47.978213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.922544, - 48.493274 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.443498, - 48.108046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.611208, - 48.451171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.068311, - 48.29443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.067838, - 48.294424 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.104369, - 48.31798 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.078809, - 48.294342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.335461, - 48.301693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.068873, - 48.298083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.068873, - 48.298083 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.997767, - 48.194045 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789855, - 48.264099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0761, - 48.302682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.52755, - 48.391572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.516982, - 48.399932 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.52974, - 48.392695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.624693, - 48.233623 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.137337, - 48.207034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.085865, - 48.325312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.647877, - 48.267637 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17291, - 48.408332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.46641, - 48.239466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9504, - 48.407601 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.920259, - 48.099248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.727224, - 48.257447 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.914111, - 48.026042 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.26666, - 48.252997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.829991, - 48.311377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.483034, - 47.994615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.372186, - 48.121911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.708077, - 48.233992 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.668466, - 48.23801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.226495, - 48.179291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.776899, - 48.198718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.268967, - 48.254884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.534964, - 48.060667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.626185, - 48.548185 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.968666, - 47.951248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.673175, - 48.484073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.125956, - 48.332553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.112504, - 48.635996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.776899, - 48.198718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.516982, - 48.399932 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.078809, - 48.294342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.075898, - 48.293296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.068311, - 48.29443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.52974, - 48.392695 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.067838, - 48.294424 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.274361, - 48.503592 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43476989, - 48.5110323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.716259, - 48.515358 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.727739, - 48.524444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.975597, - 48.274322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.138651, - 48.059752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.726184, - 48.520456 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99599, - 47.988229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73673, - 48.403725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.577514, - 48.29715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.52755, - 48.391572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.111696, - 48.624835 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.04579, - 48.278961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1623023, - 48.2884229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.051992, - 48.283534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2163563, - 48.1705744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.968203, - 48.568551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8726956, - 48.2785931 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3851649, - 48.5015677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.201564, - 48.669258 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.310657, - 48.493503 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.059989, - 48.346367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08103, - 48.294271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.708251, - 48.288087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1623023, - 48.2884229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.080508, - 48.293681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.070461, - 48.292115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.337234, - 48.256026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.232003, - 48.592374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.51705, - 48.297775 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.731123, - 48.221726 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65457, - 48.388611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.721178, - 48.505446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.727069, - 48.51718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.663522, - 48.51467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.110207, - 48.235708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.665006, - 48.177289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.017202, - 48.142109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06958, - 48.312045 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.335461, - 48.301693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.526286, - 48.348072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.073498, - 48.269322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.577552, - 48.550965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.069758, - 48.276579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.069551, - 48.31203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246403, - 48.166854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.194289, - 48.531443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.069551, - 48.31203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2988, - 48.238953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.969593, - 48.422127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.502756, - 48.357641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.400423, - 48.358925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.443498, - 48.108046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.922544, - 48.493274 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.302821, - 48.142869 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.122666, - 48.455884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.26242, - 48.345479 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.854229, - 48.225196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.997767, - 48.194045 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.658171, - 48.418127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.268967, - 48.254884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.26666, - 48.252997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789855, - 48.264099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.572433, - 48.508902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.675846, - 48.140091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.733153, - 48.375387 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.623987, - 48.202677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035952, - 48.129995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.201564, - 48.669258 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702219, - 48.236231 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.029734, - 48.368461 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.706075, - 48.233498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07005, - 48.279567 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.022728, - 48.333103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.029734, - 48.368461 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.122666, - 48.455884 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07617181, - 48.3027356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.854229, - 48.225196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0761, - 48.302682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.716259, - 48.515358 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.913283, - 48.031301 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.218059, - 48.423374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1445625, - 48.29725934 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.413374, - 48.271275 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.039643, - 48.58377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.331652, - 47.85822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.372734, - 47.868638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.296041, - 48.088101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.331652, - 47.85822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.140287, - 48.201938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.491682, - 47.999145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.006872, - 47.948425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.111945, - 48.524954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.483057, - 48.009488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.379166, - 47.91356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.434096, - 47.803967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.005376, - 47.950708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.005376, - 47.950708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.061774, - 47.785968 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.948368, - 48.498106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.016524, - 48.465158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.675846, - 48.140091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.42743, - 48.028544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06433811, - 48.25635205 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06433811, - 48.25635205 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2988, - 48.238953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.975597, - 48.274322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.89093336, - 48.509824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.89093336, - 48.509824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.727739, - 48.524444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.138651, - 48.059752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.059989, - 48.346367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.01989401, - 48.32645419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99599, - 47.988229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.21452042, - 48.29891165 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.727069, - 48.51718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.572433, - 48.508902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.577514, - 48.29715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.733153, - 48.375387 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.663522, - 48.51467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.21452042, - 48.29891165 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.288711, - 47.654848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.320626, - 47.74663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32932, - 47.83289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.061774, - 47.785968 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.745718, - 47.951446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.372734, - 47.868638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.320626, - 47.74663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.331652, - 47.85822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.140287, - 48.201938 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32932, - 47.83289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.321319, - 48.246578 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.288711, - 47.654848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.770701, - 48.47764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.584236, - 48.199717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.601061, - 47.782577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.745718, - 47.951446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.886258, - 48.22296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.621137, - 47.895943 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.793289, - 48.55213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.336234, - 47.861831 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.331652, - 47.85822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865491, - 48.589547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.111945, - 48.524954 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.434096, - 47.803967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.621137, - 47.895943 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04174, - 48.60593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.584236, - 48.199717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.293038, - 47.680423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92133, - 48.036006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.293038, - 47.680423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.793289, - 48.55213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865491, - 48.589547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.745718, - 47.951446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.745718, - 47.951446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.34095, - 48.027216 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.133981, - 48.110928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.770701, - 48.47764 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.133981, - 48.110928 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.135303, - 48.108849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.886258, - 48.22296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.34095, - 48.027216 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.601061, - 47.782577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.948368, - 48.498106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.135303, - 48.108849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.01989401, - 48.32645419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.726184, - 48.520456 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07617181, - 48.3027356 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.721178, - 48.505446 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.070461, - 48.292115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65457, - 48.388611 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.069551, - 48.31203 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08103, - 48.294271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.337234, - 48.256026 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.730059, - 48.513979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.708251, - 48.288087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.731123, - 48.221726 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.673175, - 48.484073 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.502756, - 48.357641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.232003, - 48.592374 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.969593, - 48.422127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.400423, - 48.358925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.51705, - 48.297775 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.274361, - 48.503592 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.665006, - 48.177289 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07005, - 48.279567 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.729993, - 48.514019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.502292, - 48.064159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.030422, - 48.335985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.829991, - 48.311377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.080508, - 48.293681 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.386689, - 48.238867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.031631, - 48.311025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.364188, - 47.992499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.101094, - 48.329641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.101195, - 48.329628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.908456, - 48.042697 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.658171, - 48.418127 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.26242, - 48.345479 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5111747, - 48.4935616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.620832, - 48.380433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.075898, - 48.293296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.180425, - 48.311709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.73673, - 48.403725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.444622, - 48.020072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.103553, - 48.016814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.051992, - 48.283534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.730125, - 48.513939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05667, - 48.29276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.50281, - 48.493278 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.518964, - 48.129514 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.626185, - 48.548185 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.926727, - 48.445215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.110207, - 48.235708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37420322, - 48.11391691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7603, - 48.5033 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.785801, - 48.509162 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37313472, - 48.11517825 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.682106, - 48.440882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.557904, - 48.589523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37313472, - 48.11517825 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.891382, - 48.207971 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.069758, - 48.276579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.473429, - 48.071427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.157508, - 48.533428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.022728, - 48.333103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.708077, - 48.233992 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.129385, - 48.535128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.006239, - 48.360819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.372186, - 48.121911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.668466, - 48.23801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.498121, - 48.492224 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37420322, - 48.11391691 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9504, - 48.407601 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.534964, - 48.060667 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.706075, - 48.233498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.968666, - 47.951248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.623987, - 48.202677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.502358, - 48.495221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.130872, - 47.957248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.46641, - 48.239466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17291, - 48.408332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9976, - 48.119941 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.702219, - 48.236231 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.477906, - 48.069531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.137337, - 48.207034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246403, - 48.166854 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.526286, - 48.348072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.535224, - 48.348173 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.073498, - 48.269322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035952, - 48.129995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.085865, - 48.325312 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.647877, - 48.267637 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.302821, - 48.142869 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.50281, - 48.493278 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.730125, - 48.513939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7392818, - 48.3318444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.52286, - 44.0762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43645, - 43.8904 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43645, - 43.8904 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46289, - 44.0498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.58615, - 43.9654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.58615, - 43.9654 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35197, - 44.016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.36029, - 44.1895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24065, - 43.8921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24065, - 43.8921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.20252, - 44.2267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53981, - 44.1626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53609, - 44.0892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.36029, - 44.1895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53981, - 44.1626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24075, - 44.0886 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24075, - 44.0886 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.20252, - 44.2267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08815, - 44.3308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.90065, - 44.069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.44965, - 44.0079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.97333, - 44.0914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53388, - 44.071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47746, - 44.2403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.934072, - 44.0996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.52286, - 44.0762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.44965, - 44.0079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47746, - 44.2403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.820325, - 44.124733 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21728, - 44.0343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.317544, - 44.155169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.317544, - 44.155169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24118, - 44.1274 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35648, - 44.016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24118, - 44.1274 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46289, - 44.0498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.97333, - 44.0914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35648, - 44.016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04088, - 44.0282 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6183, - 44.077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04088, - 44.0282 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41975, - 44.1449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.90065, - 44.069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21728, - 44.0343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17001, - 43.9423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13775, - 44.257 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.92209, - 44.1975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.365778, - 43.916864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.365778, - 43.916864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08475, - 44.1002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.820325, - 44.124733 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08389, - 43.9314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.92209, - 44.1975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.26419, - 43.9241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13775, - 44.257 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06601, - 43.9777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.28907, - 44.0114 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.28907, - 44.0114 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.26419, - 43.9241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.77329, - 44.2365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39826, - 43.9183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02194, - 44.0619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17738, - 44.0048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02194, - 44.0619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21719, - 43.8016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35255, - 44.0261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08815, - 44.3308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76829, - 43.9365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17001, - 43.9423 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85681, - 44.2662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99106, - 43.8804 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99106, - 43.8804 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.27172, - 43.9124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.27172, - 43.9124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85681, - 44.2662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08475, - 44.1002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06601, - 43.9777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34416, - 44.0238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35197, - 44.016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21719, - 43.8016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76829, - 43.9365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08389, - 43.9314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34416, - 44.0238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53609, - 44.0892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37541, - 44.0791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37541, - 44.0791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53388, - 44.071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30265, - 43.8271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1353, - 43.8973 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22428, - 43.9138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46760856, - 49.09464425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04282596, - 48.72047793 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04282596, - 48.72047793 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04282596, - 48.72047793 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.589431, - 49.0887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.589431, - 49.0887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61512866, - 48.57647776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61512866, - 48.57647776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61512866, - 48.57647776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61512866, - 48.57647776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61512866, - 48.57647776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61512866, - 48.57647776 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313924, - 48.925919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313924, - 48.925919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313924, - 48.925919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313924, - 48.925919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313924, - 48.925919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313924, - 48.925919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74004948, - 50.31345769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46760856, - 49.09464425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46760856, - 49.09464425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46760856, - 49.09464425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13402839, - 49.49892174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32237, - 46.19182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13402839, - 49.49892174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13402839, - 49.49892174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13402839, - 49.49892174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.13402839, - 49.49892174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74004948, - 50.31345769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74004948, - 50.31345769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74004948, - 50.31345769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6183, - 44.077 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.116768, - 50.579123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.116768, - 50.579123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.116768, - 50.579123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34418, - 44.0165 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34938, - 44.0909 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30265, - 43.8271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34938, - 44.0909 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55389, - 44.166 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34418, - 44.0165 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.116768, - 50.579123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55389, - 44.166 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08375, - 44.106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08375, - 44.106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35255, - 44.0261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41975, - 44.1449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22428, - 43.9138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.365982697, - 44.01496349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3659827, - 44.01496349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.116768, - 50.579123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.116768, - 50.579123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.080079, - 45.777011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35420578, - 48.62136112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.080079, - 45.777011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.080079, - 45.777011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.080079, - 45.777011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88195, - 44.1801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04943, - 44.2729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.730059, - 48.513979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.149279, - 48.534902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.030422, - 48.335985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96937277, - 48.28691395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.04579, - 48.278961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.109849, - 48.299744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33627881, - 48.36390886 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.920259, - 48.099248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424326, - 48.027595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.531585, - 48.396975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96937277, - 48.28691395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.149279, - 48.534902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.110326, - 48.235741 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08079663, - 48.29366661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62488, - 48.23362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.142932, - 48.059765 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.142932, - 48.059765 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96937277, - 48.28691395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.781652, - 48.501213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.466387, - 48.23941 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.078485, - 48.23566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.531585, - 48.396975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.149279, - 48.534902 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62488, - 48.23362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.781652, - 48.501213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.109849, - 48.299744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.097222, - 48.308883 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08079663, - 48.29366661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.097222, - 48.308883 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08079663, - 48.29366661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08079663, - 48.29366661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.781652, - 48.501213 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.110326, - 48.235741 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.920259, - 48.099248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.466387, - 48.23941 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.110326, - 48.235741 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.435283, - 48.18069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38777907, - 48.07744194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.435283, - 48.18069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.04579, - 48.278961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38777907, - 48.07744194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.920259, - 48.099248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424326, - 48.027595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96937277, - 48.28691395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.078485, - 48.23566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.62488, - 48.23362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8726956, - 48.2785931 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.477906, - 48.069531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.473429, - 48.071427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9976, - 48.119941 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.920259, - 48.099248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.130872, - 47.957248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05667, - 48.29276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.968203, - 48.568551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2163563, - 48.1705744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0980575, - 48.3143585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.498121, - 48.492224 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0284165, - 48.2861626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.7392818, - 48.3318444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3851649, - 48.5015677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.310657, - 48.493503 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0980575, - 48.3143585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4033642, - 48.0404528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0665713, - 48.5411282 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0284165, - 48.2861626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.727224, - 48.257447 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.016524, - 48.465158 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.142932, - 48.059765 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.112504, - 48.635996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.466387, - 48.23941 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.531585, - 48.396975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.109849, - 48.299744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12797109, - 48.22545366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.111696, - 48.624835 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.332113, - 48.364012 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.19691, - 48.671467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.129385, - 48.535128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0665713, - 48.5411282 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.502358, - 48.495221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.180425, - 48.311709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.103553, - 48.016814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.620832, - 48.380433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4033642, - 48.0404528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.444622, - 48.020072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.157508, - 48.533428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.226495, - 48.179291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.483034, - 47.994615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.097222, - 48.308883 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.045015, - 48.307569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1353, - 43.8973 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.045015, - 48.307569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47908, - 44.1159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99949, - 44.0194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.10945, - 44.0399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.10945, - 44.0399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11176, - 44.0411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.155, - 44.1864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.94508, - 44.3232 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99949, - 44.0194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.89291, - 44.1574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.89291, - 44.1574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76934, - 44.0918 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61063, - 44.2515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47908, - 44.1159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.934072, - 44.0996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.769343, - 44.0918 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.36766, - 43.9437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7517, - 44.1527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11143, - 44.0404 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.918499, - 43.9577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4493, - 44.0922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5339, - 44.1621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11143, - 44.0404 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19435, - 43.9861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.94508, - 44.3232 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88195, - 44.1801 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17738, - 44.0048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33743, - 43.9678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19435, - 43.9861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61552, - 44.1758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.84019, - 43.967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.33743, - 43.9678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19997, - 43.8291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11176, - 44.0411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19997, - 43.8291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61552, - 44.1758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95683, - 44.2619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95683, - 44.2619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04943, - 44.2729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5339, - 44.1621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61063, - 44.2515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.36766, - 43.9437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81618, - 44.1103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19525, - 44.0841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.918499, - 43.9577 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.89554161, - 44.10916252 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08605, - 44.1034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02026, - 44.3406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.23461, - 43.8518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53556, - 43.9639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02086, - 43.9209 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02086, - 43.9209 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.89554161, - 44.10916252 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.84019, - 43.967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56976, - 44.0336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7517, - 44.1527 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02026, - 44.3406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08605, - 44.1034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56976, - 44.0336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60696477, - 48.2349464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.60696477, - 48.2349464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12797109, - 48.22545366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424326, - 48.027595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33627881, - 48.36390886 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53556, - 43.9639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.155, - 44.1864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95794, - 43.825 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.77329, - 44.2365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35363, - 44.0197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.36016, - 44.0242 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.36016, - 44.0242 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81618, - 44.1103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.957942, - 43.825 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35363, - 44.0197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1063, - 44.0384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19525, - 44.0841 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29594, - 43.8269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.854061, - 44.1133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39826, - 43.9183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4493, - 44.0922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66197, - 44.0556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.85406, - 44.1133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66197, - 44.0556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1063, - 44.0384 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29594, - 43.8269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.23461, - 43.8518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.55017662, - 42.11461946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.428335, - 45.894845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8491821, - 47.07137504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74000524, - 48.63124584 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64040425, - 48.51599671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60441602, - 48.57708272 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64040425, - 48.51599671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.6880618, - 48.57846688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72080967, - 48.52261672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75892412, - 48.62711533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72080967, - 48.52261672 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70999028, - 48.54336154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70999028, - 48.54336154 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.681792, - 48.55731002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695667, - 48.652245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.681792, - 48.55731002 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7414585, - 48.63558163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74000524, - 48.63124584 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7414585, - 48.63558163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695667, - 48.652245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69120588, - 48.55196971 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69120588, - 48.55196971 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.708257, - 48.636797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74018981, - 48.57834976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75892412, - 48.62711533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60441602, - 48.57708272 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75065853, - 48.60082459 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76165303, - 48.59813197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72367353, - 48.56510643 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72367353, - 48.56510643 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.789755, - 48.613729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75255764, - 48.58694488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79087169, - 48.59887343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79087169, - 48.59887343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74978484, - 48.60648253 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76008955, - 48.56607557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74978484, - 48.60648253 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7504505, - 48.6086072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61308864, - 48.55933735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7504505, - 48.6086072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.634685, - 48.532983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76165303, - 48.59813197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.634685, - 48.532983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74018981, - 48.57834976 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.66487713, - 48.49009967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.66487713, - 48.49009967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61308864, - 48.55933735 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.6880618, - 48.57846688 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.708257, - 48.636797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73381, - 48.6156857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42697, - 49.8128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73469123, - 48.5403391 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7087178, - 48.52607392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64368157, - 48.55733488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64368157, - 48.55733488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69038189, - 48.53288699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.780618, - 48.600507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.67902255, - 48.49009256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73469123, - 48.5403391 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7087178, - 48.52607392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.67902255, - 48.49009256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.55657, - 48.5864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72328975, - 48.60248479 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76678128, - 48.5557229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7264, - 48.4703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.62519, - 48.5779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.762804, - 48.539679 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.66684282, - 48.58700166 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.66684282, - 48.58700166 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.762804, - 48.539679 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60808, - 48.5037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70227, - 48.6259 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.59062026, - 48.56154565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71293388, - 48.6110297 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73381, - 48.6156857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76907797, - 48.62156963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73614247, - 48.60646479 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75065853, - 48.60082459 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73614247, - 48.60646479 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76584763, - 48.6120157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.77268, - 48.578641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76907797, - 48.62156963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.77268, - 48.578641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69828916, - 48.68518797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69828916, - 48.68518797 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75676, - 48.576303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.59062026, - 48.56154565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75676, - 48.576303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76584763, - 48.6120157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75144085, - 48.61340599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75144085, - 48.61340599 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75548706, - 48.62134977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75548706, - 48.62134977 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72863261, - 48.61987814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72863261, - 48.61987814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72328975, - 48.60248479 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.77311452, - 48.56601877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.77311452, - 48.56601877 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74919464, - 48.58859135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7264, - 48.4703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08572, - 43.2086 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50304314, - 47.48143352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50304314, - 47.48143352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.70724, - 47.62246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.70724, - 47.62246 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65306, - 48.5868 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70962, - 48.5904 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.62519, - 48.5779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.55657, - 48.5864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69365, - 48.5988 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70227, - 48.6259 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7118, - 48.6001 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69668, - 48.593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71734, - 48.595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.82755, - 48.6581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69643, - 48.5867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71434, - 48.4875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74951, - 48.5489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71291, - 48.6692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08572, - 43.2086 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75315794, - 48.5760783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.606897, - 43.652523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.606897, - 43.652523 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38042863, - 43.33825342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38042863, - 43.33825342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38042863, - 43.33825342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13152792, - 50.60986071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75189555, - 48.56849302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75189555, - 48.56849302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76878, - 48.6012 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73150775, - 48.57936478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74341535, - 48.59109997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74069188, - 48.60021087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74653853, - 48.55950369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.711155, - 48.579078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70918636, - 48.59542856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70918636, - 48.59542856 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75792403, - 48.58786038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.746767, - 48.578964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75792403, - 48.58786038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75911345, - 48.57833911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76878, - 48.6012 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75911345, - 48.57833911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.744273, - 48.5535346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73150775, - 48.57936478 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.746767, - 48.578964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76008955, - 48.56607557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.781838, - 48.611075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.781838, - 48.611075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75315794, - 48.5760783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75255764, - 48.58694488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74919464, - 48.58859135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74341535, - 48.59109997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74069188, - 48.60021087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70678376, - 48.56592647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.6824582, - 48.55583297 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75126537, - 48.65379283 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75126537, - 48.65379283 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.6824582, - 48.55583297 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74341535, - 48.59109997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.60808, - 48.5037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71717115, - 48.64182763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69038189, - 48.53288699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71717115, - 48.64182763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.68763, - 48.6051 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69643, - 48.5867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69668, - 48.593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.69365, - 48.5988 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74951, - 48.5489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.68763, - 48.6051 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.74653853, - 48.55950369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70678376, - 48.56592647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.744273, - 48.5535346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.711155, - 48.579078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70962, - 48.5904 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7118, - 48.6001 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71293388, - 48.6110297 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14318, - 45.7882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.269749, - 48.770422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.269749, - 48.770422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.269749, - 48.770422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.269749, - 48.770422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.1649234, - 41.3905216 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.1649234, - 41.3905216 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14318, - 45.7882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14318, - 45.7882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14318, - 45.7882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71339, - 48.5802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.727858, - 48.621889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76138, - 48.5808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76987, - 48.5923 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73864, - 48.5814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76987, - 48.5923 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76138, - 48.5808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73864, - 48.5814 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71339, - 48.5802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75043642, - 48.60862138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70818, - 48.5291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.269749, - 48.770422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.495616, - 48.455622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.43693124, - 42.62800905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93933154, - 43.58083775 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93933154, - 43.58083775 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.8048678, - 41.95966708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.8048678, - 41.95966708 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.1708877, - 42.29943501 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.43693124, - 42.62800905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.76546431, - 41.94692817 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.45076287, - 42.54955641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.88945378, - 42.61074882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.727858, - 48.621889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.727858, - 48.621889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.727858, - 48.621889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.727858, - 48.621889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.727858, - 48.621889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.727858, - 48.621889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.727858, - 48.621889 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.495616, - 48.455622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.495616, - 48.455622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.495616, - 48.455622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.70818, - 48.5291 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75916, - 48.5945 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75916, - 48.5945 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.536033, - 46.675049 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.425199, - 48.440343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15163708, - 47.01451245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80631757, - 48.87602133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80631757, - 48.87602133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80631757, - 48.87602133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80631757, - 48.87602133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80631757, - 48.87602133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.80631757, - 48.87602133 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.536033, - 46.675049 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.31526251, - 44.93999197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75247, - 48.587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.31526251, - 44.93999197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.19972481, - 42.45139658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.19972481, - 42.45139658 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.647152, - 49.745562 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20023, - 49.9279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42697, - 49.8128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94363, - 49.7018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29797, - 49.8914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29797, - 49.8914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.739464, - 48.501783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.739464, - 48.501783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.32667051, - 47.78896545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.32667051, - 47.78896545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75043642, - 48.60862138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75247, - 48.587 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75301, - 48.5761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75301, - 48.5761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.46104976, - 48.74956787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.425199, - 48.440343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.720353, - 47.654622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.074529, - 47.662287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.074529, - 47.662287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.720353, - 47.654622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.720353, - 47.654622 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47967769, - 48.41308043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47967769, - 48.41308043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.96248, - 48.056962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.46104976, - 48.74956787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.425199, - 48.440343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.739464, - 48.501783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.425199, - 48.440343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.425199, - 48.440343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76678128, - 48.5557229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64034267, - 43.66406096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.78046908, - 48.58577742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.402546, - 43.507929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.402546, - 43.507929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.402546, - 43.507929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.402546, - 43.507929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.402546, - 43.507929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10953875, - 44.12057025 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64034267, - 43.66406096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64034267, - 43.66406096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64034267, - 43.66406096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.77277653, - 48.58551838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.45660198, - 43.490553 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13058583, - 44.60943264 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23002847, - 43.42249234 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13202835, - 43.71686462 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44292094, - 43.92378544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44292094, - 43.92378544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44292094, - 43.92378544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44292094, - 43.92378544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66772761, - 44.8484796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.78046908, - 48.58577742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.77277653, - 48.58551838 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79588108, - 48.57091745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71734, - 48.595 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65306, - 48.5868 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71291, - 48.6692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.82755, - 48.6581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.71434, - 48.4875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.780618, - 48.600507 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79588108, - 48.57091745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.789755, - 48.613729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75325004, - 48.59336011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.738545, - 48.584503 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75677983, - 48.5720959 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.77001443, - 48.59239504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.738545, - 48.584503 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76552942, - 48.58840328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76552942, - 48.58840328 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75325004, - 48.59336011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7639826, - 48.57274546 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.75677983, - 48.5720959 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.77001443, - 48.59239504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7639826, - 48.57274546 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66772761, - 44.8484796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66772761, - 44.8484796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66772761, - 44.8484796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.192515, - 45.733642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.365753, - -21.279779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.7149, - -21.0522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 166.462, - -22.2461 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 166.462, - -22.2461 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.35392, - 47.8642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.35392, - 47.8642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.858266, - 50.10722 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95629924, - 43.30156711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95629924, - 43.30156711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.192515, - 45.733642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66772761, - 44.8484796 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839895, - 45.737464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.7149, - -21.0522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.365753, - -21.279779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.7149, - -21.0522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.365753, - -21.279779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.371961, - 43.808823 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30565142, - 46.55255239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30565142, - 46.55255239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30565142, - 46.55255239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09245, - 43.619574 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.052942, - 50.551433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120852, - 50.641032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120852, - 50.641032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120852, - 50.641032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120852, - 50.641032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120852, - 50.641032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120852, - 50.641032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120852, - 50.641032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47946398, - 43.56572253 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48143, - 43.5669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47946398, - 43.56572253 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48143, - 43.5669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48143, - 43.5669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48143, - 43.5669 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.047618, - 48.719808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.047618, - 48.719808 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.733662, - 47.653039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05305481, - 50.54928528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.71976362, - 48.0198099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.71976362, - 48.0198099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.71976362, - 48.0198099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.71976362, - 48.0198099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0546981, - 50.55028063 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05305481, - 50.54928528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0546981, - 50.55028063 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05305481, - 50.54928528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05305481, - 50.54928528 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12717392, - 46.16908758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92722788, - 49.69853929 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.87841511, - 47.6791211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53655714, - 45.84920245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.44358433, - 50.30178494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.44358433, - 50.30178494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.44358433, - 50.30178494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.44358433, - 50.30178494 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53655714, - 45.84920245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53655714, - 45.84920245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53655714, - 45.84920245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.87841511, - 47.6791211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53655714, - 45.84920245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53655714, - 45.84920245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53655714, - 45.84920245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.53655714, - 45.84920245 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.87841511, - 47.6791211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.87841511, - 47.6791211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46184814, - 44.8986309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46184814, - 44.8986309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46184814, - 44.8986309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46184814, - 44.8986309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46184814, - 44.8986309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46184814, - 44.8986309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46184814, - 44.8986309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46184814, - 44.8986309 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79230519, - 48.57494952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76681958, - 48.54503679 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.76681958, - 48.54503679 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73570337, - 48.5974961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73570337, - 48.5974961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79230519, - 48.57494952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73995757, - 46.11121481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04559503, - 43.73217763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0783013, - 47.64704237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12308566, - 49.05785284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12308566, - 49.05785284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12308566, - 49.05785284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12308566, - 49.05785284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12308566, - 49.05785284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12308566, - 49.05785284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12308566, - 49.05785284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12308566, - 49.05785284 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04559503, - 43.73217763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0783013, - 47.64704237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04559503, - 43.73217763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.04559503, - 43.73217763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0783013, - 47.64704237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0783013, - 47.64704237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0783013, - 47.64704237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0783013, - 47.64704237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.99773851, - 48.67870648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38309193, - 45.47548009 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03988977, - 48.73041824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04323706, - 48.73226878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.03988977, - 48.73041824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38309193, - 45.47548009 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80605137, - 43.43204993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80605137, - 43.43204993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80605137, - 43.43204993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80605137, - 43.43204993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.62493383, - 45.741693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.62493383, - 45.741693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.62493383, - 45.741693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.62493383, - 45.741693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26086318, - 49.87034034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26086318, - 49.87034034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26086318, - 49.87034034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26086318, - 49.87034034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5473872, - 42.26291493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5473872, - 42.26291493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5473872, - 42.26291493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5473872, - 42.26291493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04613784, - 48.73360275 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04613784, - 48.73360275 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.23304351, - 49.11482753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31413997, - 48.08631445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20907889, - 50.69865957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20907889, - 50.69865957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31413997, - 48.08631445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31413997, - 48.08631445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31413997, - 48.08631445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31413997, - 48.08631445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31413997, - 48.08631445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31413997, - 48.08631445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31413997, - 48.08631445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20907889, - 50.69865957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20907889, - 50.69865957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20907889, - 50.69865957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74550877, - 50.4868159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798617, - 50.54055576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.65781418, - 49.07382725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.65781418, - 49.07382725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798617, - 50.54055576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798617, - 50.54055576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798625, - 50.5405618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798625, - 50.5405618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798625, - 50.5405618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798625, - 50.5405618 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798617, - 50.54055576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20907889, - 50.69865957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41586882, - 48.79479325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16298, - 47.7958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9459234, - 50.13571053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51739226, - 47.68397952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98099938, - 44.48613399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98099938, - 44.48613399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.28992534, - 45.25771148 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.697092, - 49.320022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.697092, - 49.320022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.697092, - 49.320022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.697092, - 49.320022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9459234, - 50.13571053 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.93129551, - 42.69295972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.93129551, - 42.69295972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.93129551, - 42.69295972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.93129551, - 42.69295972 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.138694, - 48.70367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.138694, - 48.70367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.07815007, - 49.033704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.07815007, - 49.033704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.74828741, - 43.43612069 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.23304351, - 49.11482753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51739226, - 47.68397952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51739226, - 47.68397952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51739226, - 47.68397952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51739226, - 47.68397952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9299, - 49.51772 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32445998, - 47.61544993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32445998, - 47.61544993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32445998, - 47.61544993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32445998, - 47.61544993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51739226, - 47.68397952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74550877, - 50.4868159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74550877, - 50.4868159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74550877, - 50.4868159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10975616, - 49.36198763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86960437, - 49.48253449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86960437, - 49.48253449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59145925, - 49.63226055 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3347204, - 47.14713038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29830986, - 45.54410263 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29830986, - 45.54410263 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29830986, - 45.54410263 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29830986, - 45.54410263 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3347204, - 47.14713038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3347204, - 47.14713038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3347204, - 47.14713038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3347204, - 47.14713038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3347204, - 47.14713038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3347204, - 47.14713038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7634402, - 45.19078196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3347204, - 47.14713038 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.793664, - 47.66908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.793664, - 47.66908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.793664, - 47.66908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.793664, - 47.66908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.793664, - 47.66908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.793664, - 47.66908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.793664, - 47.66908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.793664, - 47.66908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29830986, - 45.54410263 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29830986, - 45.54410263 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3010889, - 45.53600566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3010889, - 45.53600566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76363868, - 45.19216184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76363868, - 45.19216184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76363868, - 45.19216184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7634402, - 45.19078196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76363868, - 45.19216184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7634402, - 45.19078196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7634402, - 45.19078196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7634402, - 45.19078196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7634402, - 45.19078196 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76363868, - 45.19216184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76363868, - 45.19216184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67798147, - 43.37472105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67798147, - 43.37472105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67798147, - 43.37472105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67798147, - 43.37472105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67798147, - 43.37472105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67798147, - 43.37472105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67798147, - 43.37472105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67798147, - 43.37472105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94363, - 49.7018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30029, - 49.8926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.48002, - 47.0473 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073609, - 47.423647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.174664, - 47.62926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.174664, - 47.62926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.34236, - 46.9226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.377671, - 47.392855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.377671, - 47.392855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.377671, - 47.392855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.60476, - 47.054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.34571, - 46.9019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.377671, - 47.392855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073609, - 47.423647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.33487, - 46.8551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06973, - 47.0391 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.33487, - 46.8551 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65814, - 47.2621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.34571, - 46.9019 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3396, - 47.0948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.48002, - 47.0473 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65814, - 47.2621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3396, - 47.0948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073609, - 47.423647 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.174664, - 47.62926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.60546, - 47.0585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.895957, - 47.709747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16127, - 47.6224 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.25794, - 47.4665 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76654, - 47.5766 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.588925, - 47.650833 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.78137498, - 47.59207727 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.78137498, - 47.59207727 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.588925, - 47.650833 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.588925, - 47.650833 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.895957, - 47.709747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.895957, - 47.709747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143673, - 47.64323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.78137498, - 47.59207727 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.993921, - 47.917131 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.365601, - 47.774631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.993921, - 47.917131 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.365601, - 47.774631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.365601, - 47.774631 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143673, - 47.64323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143673, - 47.64323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.993921, - 47.917131 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1953, - 46.7144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1953, - 46.7144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62812, - 50.2155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.813725, - 47.318939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53992, - 47.2143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30319, - 46.8135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84116, - 47.4815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.813725, - 47.318939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84116, - 47.4815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84116, - 47.4815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.813725, - 47.318939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.580701, - 47.44912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.580701, - 47.44912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.580701, - 47.44912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78209, - 47.0399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15813, - 46.8575 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.38398, - 46.9452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.38398, - 46.9452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76868, - 47.3894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35128, - 46.9011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31933, - 47.0162 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31933, - 47.0162 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06973, - 47.0391 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14793, - 47.1071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78209, - 47.0399 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.53992, - 47.2143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58382, - 47.2943 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.272181, - 47.147744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58382, - 47.2943 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.272181, - 47.147744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.67085, - 47.0591 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81312, - 47.448 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.60476, - 47.054 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81312, - 47.448 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.28735, - 47.0477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.377671, - 47.392855 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35128, - 46.9011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.34236, - 46.9226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96517, - 47.2132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.28735, - 47.0477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76868, - 47.3894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35128, - 46.9011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.60546, - 47.0585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.272181, - 47.147744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14584, - 47.1068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39595, - 47.1819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39595, - 47.1819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84116, - 47.4815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1288, - 47.6294 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49285865, - 47.68422427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15301, - 47.6215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88738, - 47.7118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56167, - 47.8413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13954, - 47.63 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.07924, - 47.4261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63035209, - 47.69877138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.25794, - 47.4665 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63035209, - 47.69877138 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.37407, - 47.8193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56167, - 47.8413 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10379, - 47.7652 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10379, - 47.7652 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.67749, - 47.5569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27306, - 47.885 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57684, - 47.753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57684, - 47.753 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13818, - 47.601 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13818, - 47.601 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73722, - 47.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.159957, - 47.62037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.159957, - 47.62037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15962, - 47.6208 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9035, - 47.8267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9035, - 47.8267 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14939, - 47.6185 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11513399, - 45.77976191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5944044, - 43.55145892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5944044, - 43.55145892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71262906, - 43.59593996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5944044, - 43.55145892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5944044, - 43.55145892 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71262906, - 43.59593996 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.00364, - 48.1824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.00364, - 48.1824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22667, - 49.092118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.51691828, - 45.84284844 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56555, - 47.2795 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11513399, - 45.77976191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20113639, - 46.07864515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20113639, - 46.07864515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09598, - 47.9226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.67749, - 47.5569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73722, - 47.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.38046, - 47.8128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.38046, - 47.8128 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56555, - 47.2795 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76654, - 47.5766 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.75739, - 47.5739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.04208, - 47.6837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59027, - 47.4546 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76207, - 47.5763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59214, - 47.4339 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14253, - 47.6406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14253, - 47.6406 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.81502, - 47.4071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.58802, - 47.4488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.75739, - 47.5739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16127, - 47.6224 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59027, - 47.4546 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.58802, - 47.4488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27956, - 47.6956 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.37407, - 47.8193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1288, - 47.6294 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.859, - 47.5493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.859, - 47.5493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.04208, - 47.6837 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.07924, - 47.4261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68407, - 47.7044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68407, - 47.7044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88738, - 47.7118 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76207, - 47.5763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14939, - 47.6185 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18114, - 47.6209 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49285865, - 47.68422427 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42996, - 47.5491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27956, - 47.6956 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09598, - 47.9226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27306, - 47.885 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.77339, - 47.2915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.77339, - 47.2915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51136, - 47.6723 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42996, - 47.5491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.51136, - 47.6723 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59214, - 47.4339 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.51354, - 47.6169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49847161, - 47.68532935 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49847161, - 47.68532935 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.51354, - 47.6169 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15962, - 47.6208 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18114, - 47.6209 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13954, - 47.63 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15301, - 47.6215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.81502, - 47.4071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14584, - 47.1068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8824, - 47.1039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14793, - 47.1071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45052567, - 48.95732671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45052567, - 48.95732671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45052567, - 48.95732671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271654, - 48.935467 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45052567, - 48.95732671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.47166975, - 47.509418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.026832, - 43.136314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44448, - 46.6534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53880496, - 49.26570602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53880496, - 49.26570602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53880496, - 49.26570602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.584887, - 44.163136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.584887, - 44.163136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.97435221, - 48.60121199 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.173208, - 48.262531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.173208, - 48.262531 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.596117, - 46.344752 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1287134, - 48.3137515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.47166975, - 47.509418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1287134, - 48.3137515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47535476, - 46.37295353 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47535476, - 46.37295353 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.879608, - 43.121525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.879608, - 43.121525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.25024844, - 43.55967202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.03143944, - 43.76706704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93816102, - 44.92160355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93816102, - 44.92160355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.460499, - 43.7579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.591807, - 43.6078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.591807, - 43.6078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.201134, - 43.951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.201134, - 43.951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.18727, - 43.7773 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0320663, - 43.7578 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.58347, - 43.6476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.58347, - 43.6476 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87569078, - 43.77025322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.733544, - 43.4498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54465243, - 43.34520961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54465243, - 43.34520961 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87569078, - 43.77025322 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.761998, - 43.5214 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.981634, - 43.5983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.625572, - 43.712 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.625572, - 43.712 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.761998, - 43.5214 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.770562, - 43.891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.046019, - 43.6044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.046019, - 43.6044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0320663, - 43.7578 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.144442241, - 45.52735706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27027321, - 48.93701953 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.32457891, - 49.47435194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.32457891, - 49.47435194 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35606084, - 48.60678758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35606084, - 48.60678758 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47526696, - 48.75911403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47526696, - 48.75911403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8535064, - 47.95248388 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8535064, - 47.95248388 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.130678, - 49.048734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.130678, - 49.048734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.72062678, - 47.44773522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.72062678, - 47.44773522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.72062678, - 47.44773522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.72062678, - 47.44773522 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.144442241, - 45.52735706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.026832, - 43.136314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.026832, - 43.136314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96517, - 47.2132 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5892723, - 16.25229414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81137, - 49.1498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81137, - 49.1498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34369826, - 48.70459912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.021222, - 46.881075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.021222, - 46.881075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.021222, - 46.881075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.021222, - 46.881075 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.743227, - 43.459331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.743227, - 43.459331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5892723, - 16.25229414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3336, - 47.7442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5892723, - 16.25229414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.2751846, - 16.25790761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5413194, - 16.25249499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.2751846, - 16.25790761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.2751846, - 16.25790761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.2751846, - 16.25790761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5413194, - 16.25249499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5892723, - 16.25229414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5892723, - 16.25229414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36838, - 47.7493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.36838, - 47.7493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.026832, - 43.136314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.774542, - 47.23433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8824, - 47.1039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46326, - 46.9924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30319, - 46.8135 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35128, - 46.9011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46326, - 46.9924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15813, - 46.8575 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35128, - 46.9011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35128, - 46.9011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.774542, - 47.23433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.893086, - 47.47642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.27853, - 47.7594 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.893086, - 47.47642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.67085, - 47.0591 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61761, - 48.5401 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34306, - 47.7484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.27853, - 47.7594 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.33398, - 47.7486 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3336, - 47.7442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.33398, - 47.7486 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34306, - 47.7484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5892723, - 16.25229414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5892723, - 16.25229414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.5892723, - 16.25229414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57887062, - 43.35958975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.412251, - 43.477805 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.412251, - 43.477805 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84408174, - 47.00910414 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9460659, - 47.21332426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9460659, - 47.21332426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.059057, - 47.351112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.059057, - 47.351112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77367206, - 50.41933336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57887062, - 43.35958975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57887062, - 43.35958975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -60.9737496, - 14.55460115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57887062, - 43.35958975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.03418893, - 48.11934037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.33156329, - 46.90606168 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.795416392, - 43.9707591 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29830466, - 49.6976649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29830466, - 49.6976649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8491821, - 47.07137504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64799158, - 48.90295368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.64799158, - 48.90295368 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.850912, - 47.910303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.850912, - 47.910303 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.926031, - 49.938496 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.926031, - 49.938496 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -60.9737496, - 14.55460115 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.728289, - 46.098816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.728289, - 46.098816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.728289, - 46.098816 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70944237, - 45.19387613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70944237, - 45.19387613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70944237, - 45.19387613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26174, - 43.699974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26194, - 43.699975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26194, - 43.699975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.261654, - 43.702444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.261654, - 43.702444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26174, - 43.699974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26354, - 43.701569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26142, - 43.7024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26141, - 43.7024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26354, - 43.715637 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26354, - 43.715637 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.26354, - 43.701569 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.059012, - 49.099824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.059012, - 49.099824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.059012, - 49.099824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37073, - 49.8643 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30791, - 49.8919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30589, - 49.8895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3058, - 49.8894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3058, - 49.8894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56401, - 50.215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56401, - 50.215 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.67121, - 50.2714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56315, - 50.3394 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.67121, - 50.2714 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3919, - 49.8582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.70682475, - 49.81575871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.176, - 49.7761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90787, - 49.7763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90787, - 49.7763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83478, - 50.1061 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.98128, - 49.7751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83478, - 50.1061 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31097, - 49.9519 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83392, - 50.1087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34281, - 50.1542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30589, - 49.8895 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.70682475, - 49.81575871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48249, - 49.7722 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.98128, - 49.7751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34536, - 50.157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34536, - 50.157 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.14021, - 50.0526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36253, - 49.7565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.14021, - 50.0526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48249, - 49.7722 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.79988, - 49.8186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3919, - 49.8582 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.98929, - 49.7777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30787, - 49.8918 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30094, - 49.8964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30791, - 49.8919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30787, - 49.8918 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83392, - 50.1087 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31097, - 49.9519 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83241, - 50.1046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83149, - 50.1058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83241, - 50.1046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30094, - 49.8965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30094, - 49.8965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56315, - 50.3394 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34281, - 50.1542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61484, - 50.2231 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6347, - 50.3164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.547, - 50.3221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88484, - 50.2525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.547, - 50.3221 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.54923, - 50.0905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.54923, - 50.0905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88484, - 50.2525 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31279, - 49.9465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31279, - 49.9465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31327, - 50.0036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6347, - 50.3164 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37073, - 49.8643 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47597, - 49.7768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47597, - 49.7768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39232, - 49.7994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25834, - 50.1074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39232, - 49.7994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44312, - 49.9422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83717, - 50.1072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83717, - 50.1072 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.06713, - 49.7043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25834, - 50.1074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35330023, - 49.74584581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35330023, - 49.74584581 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.546898, - 49.721911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2748, - 50.0338 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2748, - 50.0338 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48123, - 50.0887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26056625, - 50.00290897 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48123, - 50.0887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75093, - 50.0251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53337, - 50.0721 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53337, - 50.0721 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39265, - 50.0858 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75093, - 50.0251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39265, - 50.0858 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333792, - 50.108029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.924962, - 49.759965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333792, - 50.108029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62313, - 50.214967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62313, - 50.214967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.924962, - 49.759965 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.546898, - 49.721911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26056625, - 50.00290897 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.77914, - 49.8437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.77914, - 49.8437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.06713, - 49.7043 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8217, - 50.0498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8654, - 50.0086 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.81664, - 49.8557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59817, - 50.0689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.81664, - 49.8557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99244, - 50.0106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99244, - 50.0106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3022, - 50.1682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.81289081, - 50.15544663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3022, - 50.1682 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8217, - 50.0498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6274, - 49.9366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9789, - 50.0389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9789, - 50.0389 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7041, - 50.1874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.81289081, - 50.15544663 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7041, - 50.1874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59817, - 50.0689 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.68852, - 50.0526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.609513, - 49.908878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.68852, - 50.0526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8654, - 50.0086 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04167, - 50.0336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82438593, - 50.20570326 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59001, - 50.2692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30029, - 49.8926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.95655, - 49.8963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.98929, - 49.7777 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83149, - 50.1058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.95655, - 49.8963 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30024, - 49.8925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31097, - 49.8912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31097, - 49.8912 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30024, - 49.8925 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59001, - 50.2692 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6274, - 49.9366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.647152, - 49.745562 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6175, - 49.6602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44307, - 49.9861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44307, - 49.9861 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29792, - 49.8914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29792, - 49.8914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6175, - 49.6602 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31095, - 49.8911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31095, - 49.8911 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65235, - 49.9795 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65235, - 49.9795 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94704, - 50.1327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.54158, - 50.0717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.64344, - 50.1832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3163, - 49.8155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.54158, - 50.0717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3163, - 49.8155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21363, - 49.9392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21363, - 49.9392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47289, - 50.0369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47289, - 50.0369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.54158, - 50.0717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.54158, - 50.0717 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62812, - 50.2155 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75484, - 50.314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56457, - 50.3346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46179, - 50.0637 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36253, - 49.7565 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46179, - 50.0637 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75484, - 50.314 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56457, - 50.3346 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82438593, - 50.20570326 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61484, - 50.2231 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.64344, - 50.1832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42916, - 49.9383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.176, - 49.7761 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42916, - 49.9383 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94704, - 50.1327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.609513, - 49.908878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20023, - 49.9279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45285, - 50.0733 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34641, - 49.8592 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45285, - 50.0733 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.49746, - 50.1807 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.49746, - 50.1807 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56517, - 49.9533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56517, - 49.9533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.90118, - 49.8468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34641, - 49.8592 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.90118, - 49.8468 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30094, - 49.8964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.79988, - 49.8186 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0659, - 50.0286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08244, - 49.8227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0659, - 50.0286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08244, - 49.8227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44312, - 49.9422 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82567, - 50.1022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.059012, - 49.099824 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56131, - 49.9857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56131, - 49.9857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56131, - 49.9857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.77945, - 50.2116 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63651, - 50.1836 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.77945, - 50.2116 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88311, - 50.0638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99503, - 50.079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.88311, - 50.0638 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56131, - 49.9857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99503, - 50.079 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28636, - 49.8942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60418, - 49.7547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53544, - 50.0747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53544, - 50.0747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60418, - 49.7547 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.019612, - 49.485848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.856747, - 46.17183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.856747, - 46.17183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.074223, - 49.217853 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.074223, - 49.217853 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6087, - 50.061 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28636, - 49.8942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.76749, - 49.9557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38828882, - 50.0634183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.76749, - 49.9557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87841, - 49.9917 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.78809782, - 49.69999386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.78809782, - 49.69999386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34355, - 49.8875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5901, - 50.0709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5901, - 50.0709 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38828882, - 50.0634183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38828882, - 50.0634183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08123, - 50.0148 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63651, - 50.1836 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31327, - 50.0036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31397, - 49.8367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91150034, - 49.75711771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15622483, - 49.74154882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91150034, - 49.75711771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31397, - 49.8367 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94523, - 49.9649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34355, - 49.8875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6087, - 50.061 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604848, - 49.054628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61464, - 49.0454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604848, - 49.054628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18957371, - 48.63837151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93019521, - 44.92151277 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93019521, - 44.92151277 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73848707, - 48.52228948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.73848707, - 48.52228948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65936, - 43.8566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65936, - 43.8566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18957371, - 48.63837151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18957371, - 48.63837151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18957371, - 48.63837151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61464, - 49.0454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87593955, - 43.91875606 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3375268, - 43.8147048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25736117, - 43.3444747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.86681986, - 43.5796737 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3375268, - 43.8147048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.45532, - 48.97678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.45532, - 48.97678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.531192, - 49.150015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10757, - 46.256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11770382, - 46.26114326 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10757, - 46.256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10757, - 46.256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10757, - 46.256 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11770382, - 46.26114326 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.53424, - 47.9172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.53424, - 47.9172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3375268, - 43.8147048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3375268, - 43.8147048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25736117, - 43.3444747 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.120019, - 44.11633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0312769, - 43.1758711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.86681986, - 43.5796737 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.120019, - 44.11633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0312769, - 43.1758711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15622483, - 49.74154882 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87841, - 49.9917 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51509, - 49.9121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.01321, - 50.0101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.82981, - 49.874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50076, - 49.9112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.82981, - 49.874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.90322, - 50.0542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39839, - 49.8774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82567, - 50.1022 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10149066, - 49.97754705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.90322, - 50.0542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10149066, - 49.97754705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.01321, - 50.0101 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39839, - 49.8774 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1435, - 49.946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65116478, - 50.00111548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1435, - 49.946 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82272, - 50.3471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65116478, - 50.00111548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50076, - 49.9112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65116478, - 50.00111548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82272, - 50.3471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07323, - 49.7436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07323, - 49.7436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12083, - 50.0741 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94523, - 49.9649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83891, - 50.1103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38758, - 50.0655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65116478, - 50.00111548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7295, - 50.0924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.65116478, - 50.00111548 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38758, - 50.0655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25249, - 49.7366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12083, - 50.0741 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25249, - 49.7366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.83891, - 50.1103 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11913, - 50.0381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82875, - 50.1039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11913, - 50.0381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04167, - 50.0336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09822, - 49.9466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09822, - 49.9466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.82875, - 50.1039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71779, - 49.8906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7295, - 50.0924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71779, - 49.8906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51509, - 49.9121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08123, - 50.0148 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07243, - 49.7479 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07243, - 49.7479 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29526, - 49.8878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31302, - 49.8769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2906, - 49.8898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.266507, - 49.897935 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5247, - 50.0124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5247, - 50.0124 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.266507, - 49.897935 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.266507, - 49.897935 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.266507, - 49.897935 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29526, - 49.8878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29526, - 49.8878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63007, - 50.1874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6702662, - 49.84988351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28636, - 49.8942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29526, - 49.8878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31302, - 49.8769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31302, - 49.8769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31302, - 49.8769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30784, - 49.8923 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30784, - 49.8923 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28636, - 49.8942 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2906, - 49.8898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2906, - 49.8898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2906, - 49.8898 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6702662, - 49.84988351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55556, - 50.3396 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63007, - 50.1874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66911, - 50.2723 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0206, - 49.8835 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0206, - 49.8835 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94277, - 49.9656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66911, - 50.2723 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.94277, - 49.9656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36584, - 49.8644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57406822, - 50.06773373 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36584, - 49.8644 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1629, - 50.1325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1629, - 50.1325 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.57406822, - 50.06773373 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00316, - 50.0094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55556, - 50.3396 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.00316, - 50.0094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.44889318, - 50.10042512 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4552586, - 50.11000381 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.08563, - 43.657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13143985, - 45.83580508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.28205855, - 45.5318271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.28205855, - 45.5318271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13143985, - 45.83580508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13143985, - 45.83580508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13143985, - 45.83580508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13143985, - 45.83580508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13143985, - 45.83580508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13143985, - 45.83580508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13143985, - 45.83580508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.42513259, - 43.6455718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.28205855, - 45.5318271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.42513259, - 43.6455718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.42513259, - 43.6455718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.42513259, - 43.6455718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67113874, - 44.1818174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67113874, - 44.1818174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67113874, - 44.1818174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67113874, - 44.1818174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42826847, - 50.12985016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42826847, - 50.12985016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.28205855, - 45.5318271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.28205855, - 45.5318271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42826847, - 50.12985016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.28205855, - 45.5318271 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38717162, - 47.08218504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38717162, - 47.08218504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27879131, - 49.64119521 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27879131, - 49.64119521 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27879131, - 49.64119521 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27879131, - 49.64119521 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42826847, - 50.12985016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42826847, - 50.12985016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.15069214, - 48.12488625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25665585, - 49.15548873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25665585, - 49.15548873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08726284, - 48.2001145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08726284, - 48.2001145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08726284, - 48.2001145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08726284, - 48.2001145 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.15069214, - 48.12488625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.15069214, - 48.12488625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.15069214, - 48.12488625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.15069214, - 48.12488625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25665585, - 49.15548873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.15069214, - 48.12488625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.15069214, - 48.12488625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.15069214, - 48.12488625 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.740703, - 45.425126 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.740703, - 45.425126 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.740703, - 45.425126 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.740703, - 45.425126 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.72378857, - 47.2367842 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.72378857, - 47.2367842 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25665585, - 49.15548873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.168861, - 47.793686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42826847, - 50.12985016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42826847, - 50.12985016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42826847, - 50.12985016 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4145895, - 46.33485885 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4145895, - 46.33485885 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.168861, - 47.793686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.168861, - 47.793686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.16551303, - 47.79450475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.168861, - 47.793686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.168861, - 47.793686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.168861, - 47.793686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.168861, - 47.793686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.168861, - 47.793686 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.95592362, - 44.64292431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4461115, - 44.83617327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4461115, - 44.83617327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4461115, - 44.83617327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4461115, - 44.83617327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4461115, - 44.83617327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.84331096, - 44.92429655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.84331096, - 44.92429655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.84331096, - 44.92429655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.84331096, - 44.92429655 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.95592362, - 44.64292431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.95592362, - 44.64292431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.95592362, - 44.64292431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.95592362, - 44.64292431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.95592362, - 44.64292431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16893921, - 44.40991852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16893921, - 44.40991852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16893921, - 44.40991852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16893921, - 44.40991852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16893921, - 44.40991852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4461115, - 44.83617327 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44558967, - 43.50467849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.44111853, - 42.66602431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.44111853, - 42.66602431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.44111853, - 42.66602431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.44111853, - 42.66602431 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44558967, - 43.50467849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44558967, - 43.50467849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44558967, - 43.50467849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44558967, - 43.50467849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44558967, - 43.50467849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43088091, - 50.365493 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16893921, - 44.40991852 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.75343753, - 47.47545122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.75343753, - 47.47545122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.75343753, - 47.47545122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88157, - 44.9596 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.75343753, - 47.47545122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445372, - 48.940489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.488827, - 48.765642 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.72378857, - 47.2367842 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.72378857, - 47.2367842 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26441649, - 47.18261187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88858, - 48.6986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82252126, - 46.46420899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82252126, - 46.46420899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88858, - 48.6986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82252126, - 46.46420899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88858, - 48.6986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88858, - 48.6986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36467022, - 49.7261819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36467022, - 49.7261819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91940238, - 47.94408873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91940238, - 47.94408873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91940238, - 47.94408873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91940238, - 47.94408873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82106973, - 46.46429151 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91940238, - 47.94408873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.91940238, - 47.94408873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5057343, - 42.44829656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5057343, - 42.44829656 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.605439, - 47.403165 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.605439, - 47.403165 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.605439, - 47.403165 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.605439, - 47.403165 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.82252126, - 46.46420899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36467022, - 49.7261819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36467022, - 49.7261819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36467022, - 49.7261819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36467022, - 49.7261819 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36551805, - 49.72609867 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.700099, - 45.98354035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.700099, - 45.98354035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.700099, - 45.98354035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.700099, - 45.98354035 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26441649, - 47.18261187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08536519, - 49.00859509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08536519, - 49.00859509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08536519, - 49.00859509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08536519, - 49.00859509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.17782179, - 47.01083247 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.17782179, - 47.01083247 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39134625, - 49.03762432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26441649, - 47.18261187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26441649, - 47.18261187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26441649, - 47.18261187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26441649, - 47.18261187 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39134625, - 49.03762432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39134625, - 49.03762432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39134625, - 49.03762432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39134625, - 49.03762432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39134625, - 49.03762432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39134625, - 49.03762432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28119602, - 47.09754279 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39134625, - 49.03762432 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38766148, - 47.70646222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38766148, - 47.70646222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38766148, - 47.70646222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38766148, - 47.70646222 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.8195264, - 48.19529571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.8195264, - 48.19529571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.8195264, - 48.19529571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.8195264, - 48.19529571 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12198064, - 45.04544248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12198064, - 45.04544248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12198064, - 45.04544248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65832098, - 48.42879477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07824542, - 47.4360704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07824542, - 47.4360704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07824542, - 47.4360704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33390795, - 48.95405795 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33390795, - 48.95405795 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33390795, - 48.95405795 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33390795, - 48.95405795 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65832098, - 48.42879477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65832098, - 48.42879477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65832098, - 48.42879477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12198064, - 45.04544248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65832098, - 48.42879477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65832098, - 48.42879477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62805264, - 50.52631526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62805264, - 50.52631526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62805264, - 50.52631526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62805264, - 50.52631526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11928029, - 49.30662926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07824542, - 47.4360704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07824542, - 47.4360704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07824542, - 47.4360704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64296856, - 49.07614302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47203872, - 48.25104791 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.46957587, - 46.83499718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.46957587, - 46.83499718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.46957587, - 46.83499718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.46957587, - 46.83499718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.46957587, - 46.83499718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.46957587, - 46.83499718 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64296856, - 49.07614302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45423361, - 48.64595371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45423361, - 48.64595371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45208043, - 48.64571592 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45208043, - 48.64571592 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45423361, - 48.64595371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45423361, - 48.64595371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45423361, - 48.64595371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45423361, - 48.64595371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45423361, - 48.64595371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45423361, - 48.64595371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60774973, - 48.95311449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88181591, - 44.90926121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88181591, - 44.90926121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88181591, - 44.90926121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88181591, - 44.90926121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60774973, - 48.95311449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43113034, - 47.68657067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60774973, - 48.95311449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60774973, - 48.95311449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60774973, - 48.95311449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60774973, - 48.95311449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60774973, - 48.95311449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60774973, - 48.95311449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43113034, - 47.68657067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43113034, - 47.68657067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43113034, - 47.68657067 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145051, - 45.746572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145051, - 45.746572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145051, - 45.746572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145051, - 45.746572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145051, - 45.746572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.145051, - 45.746572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8222, - 49.2848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8222, - 49.2848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8222, - 49.2848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8222, - 49.2848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43076228, - 48.98947576 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.774255, - 49.612418 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26082407, - 49.00313849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22350978, - 44.87554985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26082407, - 49.00313849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09547022, - 48.93084288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09547022, - 48.93084288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09547022, - 48.93084288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09547022, - 48.93084288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.09547022, - 48.93084288 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26082407, - 49.00313849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26082407, - 49.00313849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.63342444, - 43.40173857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36738503, - 47.12095734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.72131004, - 46.05259811 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.72131004, - 46.05259811 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.72131004, - 46.05259811 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.72131004, - 46.05259811 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6332048, - 43.40185939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6332048, - 43.40185939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6332048, - 43.40185939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6332048, - 43.40185939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.63342444, - 43.40173857 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48017663, - 43.86358416 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18150558, - 43.51775442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18150558, - 43.51775442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18150558, - 43.51775442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18150558, - 43.51775442 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35140609, - 46.19570678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35140609, - 46.19570678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35140609, - 46.19570678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35140609, - 46.19570678 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48017663, - 43.86358416 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84975347, - 46.74662089 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462073, - 48.281484 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07980652, - 43.22059845 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84975347, - 46.74662089 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18479771, - 46.03362873 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34673378, - 48.98199846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68989667, - 47.85978662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58004253, - 47.79731994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58004253, - 47.79731994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58004253, - 47.79731994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58004253, - 47.79731994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58004253, - 47.79731994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58004253, - 47.79731994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58004253, - 47.79731994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58004253, - 47.79731994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68989667, - 47.85978662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68989667, - 47.85978662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84147316, - 50.19839846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68989667, - 47.85978662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19355476, - 48.75647905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19355476, - 48.75647905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19355476, - 48.75647905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19355476, - 48.75647905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19355476, - 48.75647905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19355476, - 48.75647905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19355476, - 48.75647905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19355476, - 48.75647905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.58004253, - 47.79731994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84147316, - 50.19839846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99961078, - 48.31750806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75765321, - 50.48235716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75531417, - 50.48283163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75531417, - 50.48283163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75765321, - 50.48235716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75531417, - 50.48283163 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84147316, - 50.19839846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3816455, - 44.59720568 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8417437, - 50.198508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8417437, - 50.198508 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84147316, - 50.19839846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84147316, - 50.19839846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84147316, - 50.19839846 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70271636, - 48.23802276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70271636, - 48.23802276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70271636, - 48.23802276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70271636, - 48.23802276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70271636, - 48.23802276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70271636, - 48.23802276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46312491, - 48.41155645 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99961078, - 48.31750806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99961078, - 48.31750806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08745032, - 48.40887156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08745032, - 48.40887156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08745032, - 48.40887156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08745032, - 48.40887156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08745032, - 48.40887156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08745032, - 48.40887156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08745032, - 48.40887156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08745032, - 48.40887156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08745032, - 48.40887156 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99961078, - 48.31750806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.89812, - 48.9298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33766291, - 49.91268377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.89812, - 48.9298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.89812, - 48.9298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.89812, - 48.9298 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88167512, - 48.18844301 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88167512, - 48.18844301 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88167512, - 48.18844301 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88167512, - 48.18844301 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17732201, - 48.65391331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17732201, - 48.65391331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17732201, - 48.65391331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17732201, - 48.65391331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.088952, - 48.398951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99961078, - 48.31750806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99961078, - 48.31750806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99961078, - 48.31750806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.99961078, - 48.31750806 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.575379, - 47.483878 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10758935, - 44.11759832 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.01657703, - 47.40421428 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45767958, - 48.86253975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45767958, - 48.86253975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45767958, - 48.86253975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45767958, - 48.86253975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34803255, - 48.38331171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77855612, - 48.49861058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77855612, - 48.49861058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77855612, - 48.49861058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.77855612, - 48.49861058 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34803255, - 48.38331171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34803255, - 48.38331171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34803255, - 48.38331171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34803255, - 48.38331171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34803255, - 48.38331171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34803255, - 48.38331171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40592341, - 47.93877206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.34803255, - 48.38331171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40592341, - 47.93877206 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02938061, - 47.9004567 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5346073, - 48.58220745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30127614, - -21.21755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30127614, - -21.21755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30127614, - -21.21755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30127614, - -21.21755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30127614, - -21.21755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30127614, - -21.21755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5346073, - 48.58220745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5346073, - 48.58220745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5346073, - 48.58220745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.91751857, - 48.17635366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02284172, - 47.89907447 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.91751857, - 48.17635366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.91751857, - 48.17635366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.91751857, - 48.17635366 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02973957, - 47.90055518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02973957, - 47.90055518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02973957, - 47.90055518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02938061, - 47.9004567 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02284172, - 47.89907447 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02973957, - 47.90055518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27597437, - 41.59735225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.89656484, - 50.05887052 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.89656484, - 50.05887052 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.08114988, - 47.43337469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.08114988, - 47.43337469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.08114988, - 47.43337469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.08114988, - 47.43337469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.08114988, - 47.43337469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.08114988, - 47.43337469 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27597437, - 41.59735225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27597437, - 41.59735225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35404564, - 46.56548395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27597437, - 41.59735225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27597437, - 41.59735225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27597437, - 41.59735225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27597437, - 41.59735225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27597437, - 41.59735225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14377052, - 47.6447619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14377052, - 47.6447619 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.71811691, - 45.18910526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.71811691, - 45.18910526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35404564, - 46.56548395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35404564, - 46.56548395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35404564, - 46.56548395 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7611361, - 48.53579815 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30127614, - -21.21755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.30127614, - -21.21755 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22571194, - 44.82527227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.53047358, - 48.12114958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.53047358, - 48.12114958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22571194, - 44.82527227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83145571, - 48.3298175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.67904098, - 50.47633241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.67904098, - 50.47633241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.67904098, - 50.47633241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83145571, - 48.3298175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83145571, - 48.3298175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83145571, - 48.3298175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83145571, - 48.3298175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83145571, - 48.3298175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83145571, - 48.3298175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83145571, - 48.3298175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17138856, - 49.06052439 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00522909, - 47.10985352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00522909, - 47.10985352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61935996, - 44.81050006 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22571194, - 44.82527227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22571194, - 44.82527227 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00522909, - 47.10985352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00522909, - 47.10985352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00522909, - 47.10985352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00522909, - 47.10985352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40632298, - 48.7419096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0886487, - 49.06580986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0886487, - 49.06580986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0886487, - 49.06580986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0886487, - 49.06580986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0886487, - 49.06580986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0886487, - 49.06580986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0886487, - 49.06580986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0886487, - 49.06580986 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.22413016, - 46.64877332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.22413016, - 46.64877332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00522909, - 47.10985352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.00522909, - 47.10985352 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.71811691, - 45.18910526 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00184627, - 49.28107517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00039995, - 49.28251109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00039995, - 49.28251109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00039995, - 49.28251109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00039995, - 49.28251109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00039995, - 49.28251109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00184627, - 49.28107517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00184627, - 49.28107517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00184627, - 49.28107517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00039995, - 49.28251109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21628188, - 46.98382924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89759651, - 48.40075355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21628188, - 46.98382924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89759651, - 48.40075355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89759651, - 48.40075355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80743472, - 48.06397015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91620303, - 45.89561984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80743472, - 48.06397015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80743472, - 48.06397015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80743472, - 48.06397015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80743472, - 48.06397015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91620303, - 45.89561984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91620303, - 45.89561984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91620303, - 45.89561984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91466843, - 45.89626572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91466843, - 45.89626572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91664318, - 45.89638519 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.89759651, - 48.40075355 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91664318, - 45.89638519 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91620303, - 45.89561984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91620303, - 45.89561984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91620303, - 45.89561984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91620303, - 45.89561984 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54661705, - 46.72399705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54661705, - 46.72399705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54661705, - 46.72399705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54661705, - 46.72399705 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66963499, - 46.82118142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.973002, - 48.657533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.973002, - 48.657533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.973002, - 48.657533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.973002, - 48.657533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.973002, - 48.657533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66963499, - 46.82118142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66963499, - 46.82118142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66963499, - 46.82118142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66963499, - 46.82118142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66963499, - 46.82118142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07381283, - 49.38695036 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66963499, - 46.82118142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66963499, - 46.82118142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69149513, - 44.88383502 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.973002, - 48.657533 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.66996705, - 47.46494175 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43341, - 49.5119 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80743472, - 48.06397015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80743472, - 48.06397015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.33768229, - 48.19015659 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.33768229, - 48.19015659 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.33768229, - 48.19015659 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.33768229, - 48.19015659 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05470158, - 46.04503677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05470158, - 46.04503677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05470158, - 46.04503677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.68367112, - 48.13823803 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80743472, - 48.06397015 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85628406, - 48.64680402 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08129056, - 48.0158875 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85628406, - 48.64680402 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85628406, - 48.64680402 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.85628406, - 48.64680402 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.71578361, - 48.10448437 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05470158, - 46.04503677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05470158, - 46.04503677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05470158, - 46.04503677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19413184, - 48.86208218 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77789362, - 46.51400657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77789362, - 46.51400657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77789362, - 46.51400657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77789362, - 46.51400657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77789362, - 46.51400657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77789362, - 46.51400657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77789362, - 46.51400657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77789362, - 46.51400657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71553555, - 47.37369171 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41551462, - 51.04589991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41551462, - 51.04589991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41551462, - 51.04589991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41551462, - 51.04589991 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99314212, - 45.63022046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.67904098, - 50.47633241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40923015, - 46.3375545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40923015, - 46.3375545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92669753, - 44.20242742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77707723, - 49.35859995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77707723, - 49.35859995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77707723, - 49.35859995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77707723, - 49.35859995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92669753, - 44.20242742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92669753, - 44.20242742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92669753, - 44.20242742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92669753, - 44.20242742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92669753, - 44.20242742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92669753, - 44.20242742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92669753, - 44.20242742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716476, - 46.17291786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716476, - 46.17291786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716476, - 46.17291786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12757874, - 45.76126962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.36859046, - 48.57543588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.36859046, - 48.57543588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.36859046, - 48.57543588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12757874, - 45.76126962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12757874, - 45.76126962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12757874, - 45.76126962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12757874, - 45.76126962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12757874, - 45.76126962 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.56037166, - -20.8976211 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716476, - 46.17291786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716476, - 46.17291786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716476, - 46.17291786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.33482504, - 47.83245411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.33482504, - 47.83245411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716476, - 46.17291786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.33482504, - 47.83245411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.33482504, - 47.83245411 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73548402, - 48.05367287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73548402, - 48.05367287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73548402, - 48.05367287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73548402, - 48.05367287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73548402, - 48.05367287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.73548402, - 48.05367287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06253811, - 46.63950321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.25399043, - 44.54360624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16716476, - 46.17291786 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.514001, - 48.459639 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06253811, - 46.63950321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94642684, - 43.65040657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94642684, - 43.65040657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94642684, - 43.65040657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94642684, - 43.65040657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15082552, - 48.55487429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94642684, - 43.65040657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94642684, - 43.65040657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46967649, - 48.43008916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46967649, - 48.43008916 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46994658, - 48.43078542 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.46992334, - 48.43073859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7206684, - 44.78683159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94642684, - 43.65040657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7206684, - 44.78683159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7206684, - 44.78683159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7206684, - 44.78683159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7206684, - 44.78683159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7206684, - 44.78683159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7206684, - 44.78683159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7206684, - 44.78683159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94642684, - 43.65040657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94642684, - 43.65040657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06614609, - 43.15138995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.24040872, - 47.90261331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.24040872, - 47.90261331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4388861, - 45.45249078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4388861, - 45.45249078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4388861, - 45.45249078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4388861, - 45.45249078 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06614609, - 43.15138995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06614609, - 43.15138995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06614609, - 43.15138995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06614609, - 43.15138995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06614609, - 43.15138995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06614609, - 43.15138995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06614609, - 43.15138995 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.36859046, - 48.57543588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.36859046, - 48.57543588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37042547, - 48.57633739 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.36859046, - 48.57543588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.24040872, - 47.90261331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.24040872, - 47.90261331 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07420586, - 49.91226323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07420586, - 49.91226323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3235812, - 49.84268062 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.31497627, - 47.45070608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.31497627, - 47.45070608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.31497627, - 47.45070608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.31497627, - 47.45070608 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33110231, - 50.36434323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33110231, - 50.36434323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07420586, - 49.91226323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07420586, - 49.91226323 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06253811, - 46.63950321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06253811, - 46.63950321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40923015, - 46.3375545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22077205, - 44.20556967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91854355, - 48.9573293 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.36077988, - 43.28039009 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.36077988, - 43.28039009 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91594919, - 48.95876899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91594919, - 48.95876899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91594919, - 48.95876899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91854355, - 48.9573293 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91594919, - 48.95876899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91594919, - 48.95876899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91854355, - 48.9573293 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91854355, - 48.9573293 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22077205, - 44.20556967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91594919, - 48.95876899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91594919, - 48.95876899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91594919, - 48.95876899 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22077205, - 44.20556967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22077205, - 44.20556967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22077205, - 44.20556967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22077205, - 44.20556967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22077205, - 44.20556967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22077205, - 44.20556967 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91944853, - 44.61754174 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.978028, - 44.48583474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41059155, - 46.33838782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41059155, - 46.33838782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41059155, - 46.33838782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41059155, - 46.33838782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.978028, - 44.48583474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40923015, - 46.3375545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41059155, - 46.33838782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41059155, - 46.33838782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41059155, - 46.33838782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40923015, - 46.3375545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40923015, - 46.3375545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40923015, - 46.3375545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41059155, - 46.33838782 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40923015, - 46.3375545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43276288, - 49.73437363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70409613, - 48.36969308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.978028, - 44.48583474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.978028, - 44.48583474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.372855, - 46.68264 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.372855, - 46.68264 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58079788, - 49.64795518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58079788, - 49.64795518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58079788, - 49.64795518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58967133, - 49.6477769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58967133, - 49.6477769 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58079788, - 49.64795518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20428736, - 48.88284716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20428736, - 48.88284716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20428736, - 48.88284716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20428736, - 48.88284716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20428736, - 48.88284716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20428736, - 48.88284716 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70409613, - 48.36969308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70409613, - 48.36969308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70409613, - 48.36969308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06253811, - 46.63950321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12089792, - 45.04597649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01433123, - 46.85754993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01433123, - 46.85754993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01433123, - 46.85754993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01433123, - 46.85754993 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92415692, - 45.28977905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92415692, - 45.28977905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92415692, - 45.28977905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.92415692, - 45.28977905 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12089792, - 45.04597649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12089792, - 45.04597649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408368, - 48.399504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12089792, - 45.04597649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12089792, - 45.04597649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12089792, - 45.04597649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12089792, - 45.04597649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12089792, - 45.04597649 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43093846, - 50.36551557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43093846, - 50.36551557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22248369, - 43.07297112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22248369, - 43.07297112 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408368, - 48.399504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408368, - 48.399504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133546, - 45.780771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06253811, - 46.63950321 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.47654804, - 46.80530308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.47654804, - 46.80530308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.47654804, - 46.80530308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.47654804, - 46.80530308 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133546, - 45.780771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133546, - 45.780771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133546, - 45.780771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133546, - 45.780771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133546, - 45.780771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408368, - 48.399504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133546, - 45.780771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133546, - 45.780771 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03791806, - 49.51315177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03791806, - 49.51315177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03791806, - 49.51315177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03791806, - 49.51315177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03791806, - 49.51315177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408368, - 48.399504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.408368, - 48.399504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26550488, - 49.14339336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26550488, - 49.14339336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86452709, - 50.44629974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02025, - 47.2802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02025, - 47.2802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02025, - 47.2802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02025, - 47.2802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86452709, - 50.44629974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238647, - 44.516744 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.20923656, - 43.41121455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.20923656, - 43.41121455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.20923656, - 43.41121455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.20923656, - 43.41121455 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86452709, - 50.44629974 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78752324, - 49.14671702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78752324, - 49.14671702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78752324, - 49.14671702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78752324, - 49.14671702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78752324, - 49.14671702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78752324, - 49.14671702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78752324, - 49.14671702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78752324, - 49.14671702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10322397, - 45.82316068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10322397, - 45.82316068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10322397, - 45.82316068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10322397, - 45.82316068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10322397, - 45.82316068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10322397, - 45.82316068 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87814407, - 48.93710762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87814407, - 48.93710762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87814407, - 48.93710762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87814407, - 48.93710762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.770562, - 43.891 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.65493811, - 48.70277172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42744, - 43.8057 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.297844, - 48.166445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78531, - 43.2498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31206103, - 48.09960583 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31206103, - 48.09960583 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31206103, - 48.09960583 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31206103, - 48.09960583 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31206103, - 48.09960583 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31206103, - 48.09960583 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.870604, - 48.072849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.870604, - 48.072849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.870604, - 48.072849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.870604, - 48.072849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.870604, - 48.072849 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.297844, - 48.166445 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.091863, - 45.78029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.04393, - 48.4501 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.091863, - 45.78029 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14258278, - 48.04076238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14264016, - 48.0407261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14258278, - 48.04076238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14264016, - 48.0407261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14258278, - 48.04076238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.14258278, - 48.04076238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35012218, - 46.95691921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35012218, - 46.95691921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35012218, - 46.95691921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35012218, - 46.95691921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.030098, - 43.769336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.030098, - 43.769336 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78531, - 43.2498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.04393, - 48.4501 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.610648, - 46.40711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.83550402, - 43.64251785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88935, - 50.50677 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.584135, - 45.296859 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.136389, - 48.060172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.136389, - 48.060172 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41340377, - 43.54042536 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76673, - 48.4924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76673, - 48.4924 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.83550402, - 43.64251785 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66641541, - 49.46825563 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806072, - 45.730848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.806072, - 45.730848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36597, - 49.760985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36597, - 49.760985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36597, - 49.760985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36597, - 49.760985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36597, - 49.760985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36597, - 49.760985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36597, - 49.760985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36597, - 49.760985 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66641541, - 49.46825563 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66641541, - 49.46825563 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66641541, - 49.46825563 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.610648, - 46.40711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.883309, - 43.606377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.804629, - 48.874334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.76242327, - 45.21069827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.76242327, - 45.21069827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31707683, - 46.18655661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31707683, - 46.18655661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31707683, - 46.18655661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31707683, - 46.18655661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31707683, - 46.18655661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31707683, - 46.18655661 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.76242327, - 45.21069827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43373965, - 48.09236037 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65746865, - 45.24507897 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.65746865, - 45.24507897 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.73772034, - 46.28927651 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.73772034, - 46.28927651 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.76242327, - 45.21069827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.83278305, - 45.13686827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.883309, - 43.606377 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.77615, - 45.46779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61906492, - 45.85932994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61906492, - 45.85932994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61906492, - 45.85932994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61906492, - 45.85932994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61906492, - 45.85932994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61906492, - 45.85932994 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74974182, - 45.78160822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74974182, - 45.78160822 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83762445, - 47.01736159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83762445, - 47.01736159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83762445, - 47.01736159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83762445, - 47.01736159 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.77615, - 45.46779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.77615, - 45.46779 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.83278305, - 45.13686827 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8066987, - 48.87171566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8066987, - 48.87171566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8066987, - 48.87171566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8066987, - 48.87171566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8066987, - 48.87171566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8066987, - 48.87171566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.919372, - 46.537886 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11060367, - 49.03166095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11060367, - 49.03166095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11060367, - 49.03166095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11060367, - 49.03166095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55611542, - 45.04765628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55611542, - 45.04765628 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543, - 48.7458 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35005, - 48.7419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35306, - 48.7436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35005, - 48.7419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35306, - 48.7436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35306, - 48.7436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.757224, - 43.9983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35306, - 48.7436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35306, - 48.7436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35927, - 48.7443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35306, - 48.7436 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35377, - 48.7481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543, - 48.7458 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35377, - 48.7481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35446974, - 48.74618634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35377, - 48.7481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35446974, - 48.74618634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35446974, - 48.74618634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35582, - 48.7465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35582, - 48.7465 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543, - 48.7458 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543, - 48.7458 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368547, - 48.903675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368547, - 48.903675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36208, - 48.9039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36208, - 48.9039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36208, - 48.9039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368547, - 48.903675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368547, - 48.903675 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35377, - 48.7481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35927, - 48.7443 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.242749, - 45.596732 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86508738, - 45.51496871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86508738, - 45.51496871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86508738, - 45.51496871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86508738, - 45.51496871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86508738, - 45.51496871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86508738, - 45.51496871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86508738, - 45.51496871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35446974, - 48.74618634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.868463, - 48.946306 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.868463, - 48.946306 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.868463, - 48.946306 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.868463, - 48.946306 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62611, - 49.0529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62611, - 49.0529 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35377, - 48.7481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35446974, - 48.74618634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35446974, - 48.74618634 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35377, - 48.7481 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35005, - 48.7419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35005, - 48.7419 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36208, - 48.9039 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36463848, - 48.90400096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36463848, - 48.90400096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46815625, - -21.3289511 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.137653, - 49.046195 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.137653, - 49.046195 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.137653, - 49.046195 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.364032, - 46.653018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.364032, - 46.653018 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.97879207, - 43.45844847 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.97879207, - 43.45844847 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.09649, - 49.4552 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.09649, - 49.4552 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.09649, - 49.4552 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.09649, - 49.4552 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46816129, - -21.3289489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46814331, - -21.3289464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46817615, - -21.3289264 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36463848, - 48.90400096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46815448, - -21.3289464 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4681296, - -21.3289561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46813475, - -21.3289361 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.46815089, - -21.3289561 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.569035, - 50.598908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.569035, - 50.598908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.569035, - 50.598908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.569035, - 50.598908 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23518, - 45.56136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23518, - 45.56136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23518, - 45.56136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1525197, - 48.64828872 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1525197, - 48.64828872 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33047, - 48.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33047, - 48.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33047, - 48.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33047, - 48.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36463848, - 48.90400096 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36821393, - 48.90413143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36821393, - 48.90413143 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3682, - 48.9034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3682, - 48.9034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3682, - 48.9034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3682, - 48.9034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3682, - 48.9034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3682, - 48.9034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624, - 48.9046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624, - 48.9046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37188056, - 48.90376471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624, - 48.9046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624, - 48.9046 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3682, - 48.9034 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37188056, - 48.90376471 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37998112, - 48.89706454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37998112, - 48.89706454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37998112, - 48.89706454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37998112, - 48.89706454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37998112, - 48.89706454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37998112, - 48.89706454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33047, - 48.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33047, - 48.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33047, - 48.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33047, - 48.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33047, - 48.7555 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.712898, - 48.034409 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.712898, - 48.034409 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.712898, - 48.034409 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.31019479, - 45.68013251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47866314, - 44.82811635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47866314, - 44.82811635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47866314, - 44.82811635 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.67772, - 48.990862 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.67772, - 48.990862 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.368334, - 49.228624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.368334, - 49.228624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.050956, - 48.904821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.050956, - 48.904821 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18227025, - 45.68803044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18227025, - 45.68803044 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12183284, - 45.77891706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12183284, - 45.77891706 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.31019479, - 45.68013251 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68789218, - 49.28357489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.8052, - 48.794997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.8052, - 48.794997 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206145, - 48.688707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206145, - 48.688707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206145, - 48.688707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206145, - 48.688707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206145, - 48.688707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.206145, - 48.688707 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.268832, - 45.868085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.268832, - 45.868085 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28527514, - 49.14325703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28527514, - 49.14325703 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81263702, - 46.28645376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.68789218, - 49.28357489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.644976, - 43.665405 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16499, - 49.1302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3083, - 48.9545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93959, - 48.30733 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.250787, - 48.772359 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.250787, - 48.772359 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.250787, - 48.772359 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.250787, - 48.772359 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.250787, - 48.772359 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.250787, - 48.772359 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.250787, - 48.772359 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.77454, - 49.1237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.77454, - 49.1237 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.447477, - 48.63802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.447477, - 48.63802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08837, - 49.3624 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3083, - 48.9545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.644976, - 43.665405 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.862838, - 47.646763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.862838, - 47.646763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.862838, - 47.646763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.862838, - 47.646763 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.401075, - 43.520193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.401075, - 43.520193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.506584, - 48.225123 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69210433, - 44.83526429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69210433, - 44.83526429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69210433, - 44.83526429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69210433, - 44.83526429 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256181, - 48.956538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256181, - 48.956538 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81263702, - 46.28645376 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27224721, - 48.64780704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27224721, - 48.64780704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07022881, - 44.14649426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.917405, - 46.531099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37255875, - 45.41546181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37255875, - 45.41546181 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.881069, - 45.28534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.881069, - 45.28534 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.407229, - 45.4200166 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.407229, - 45.4200166 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15086097, - 47.00840403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15086097, - 47.00840403 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.305312, - 47.83651 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.305312, - 47.83651 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07022881, - 44.14649426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07022881, - 44.14649426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07022881, - 44.14649426 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34729512, - 43.8199057 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.89312701, - 49.01167572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.89312701, - 49.01167572 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43852197, - 43.52868452 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.362787, - 48.099197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.362787, - 48.099197 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.64545, - 43.2659 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.64545, - 43.2659 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.64545, - 43.2659 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.64545, - 43.2659 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.391097, - 49.203711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.391097, - 49.203711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.391097, - 49.203711 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.639236, - 41.909315 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.19763794, - 47.97468621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.19763794, - 47.97468621 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64404, - 46.03226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64404, - 46.03226 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34729512, - 43.8199057 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319827, - 46.608804 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319827, - 46.608804 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9855801, - 45.63093544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9855801, - 45.63093544 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62615129, - 50.68792454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62615129, - 50.68792454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.120087, - 49.034662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.120087, - 49.034662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.120087, - 49.034662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.120087, - 49.034662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.120087, - 49.034662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.120087, - 49.034662 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.63991607, - 45.72249332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.63991607, - 45.72249332 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.027515, - 48.326696 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.027515, - 48.326696 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.446859, - 48.738614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.446859, - 48.738614 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.559006, - 48.958653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.559006, - 48.958653 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105858, - 49.105122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105858, - 49.105122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105858, - 49.105122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105858, - 49.105122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105858, - 49.105122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.105858, - 49.105122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93959, - 48.30733 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16499, - 49.1302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.712898, - 48.034409 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.804629, - 48.874334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4726431, - 50.37769734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4726431, - 50.37769734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4726431, - 50.37769734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4726431, - 50.37769734 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22049675, - 47.96471951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22049675, - 47.96471951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22049675, - 47.96471951 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78003218, - 43.93196066 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78003218, - 43.93196066 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3980443, - 48.75665765 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3980443, - 48.75665765 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.804629, - 48.874334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.804629, - 48.874334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.804629, - 48.874334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.398596, - 45.442679 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.804629, - 48.874334 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.13137, - 43.652371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.481858, - 45.147704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.481858, - 45.147704 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.789685, - 43.452269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.789685, - 43.452269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.789685, - 43.452269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.789685, - 43.452269 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88988, - 44.960648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88988, - 44.960648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88988, - 44.960648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88988, - 44.960648 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33668507, - 45.78753257 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.398596, - 45.442679 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378455, - 45.465818 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16499, - 49.1302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9603301, - 45.70767024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80192, - 45.5369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80192, - 45.5369 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.139213798, - 45.89527515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.139213798, - 45.89527515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.139213798, - 45.89527515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1392138, - 45.89527515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.139213798, - 45.89527515 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17871845, - 49.11377766 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17871845, - 49.11377766 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9079, - 48.9564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9079, - 48.9564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9079, - 48.9564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9603301, - 45.70767024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9603301, - 45.70767024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378455, - 45.465818 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9603301, - 45.70767024 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.18397726, - 48.42329139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.18397726, - 48.42329139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.18397726, - 48.42329139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.18397726, - 48.42329139 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4993222, - 43.30801307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4993222, - 43.30801307 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.770523, - 46.513922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.770523, - 46.513922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.770523, - 46.513922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.770523, - 46.513922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.179008, - 45.6934 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.179008, - 45.6934 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33668507, - 45.78753257 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.62903136, - 48.0967915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.62903136, - 48.0967915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741488, - 47.83939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025142, - 47.30362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025142, - 47.30362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04838712, - 44.08577017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04838712, - 44.08577017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49791327, - 45.17219105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49791327, - 45.17219105 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.274226, - 47.8393865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741853, - 47.8397671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741907, - 47.8390091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741907, - 47.8390091 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.274226, - 47.8393865 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2737274, - 47.8390095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741136, - 47.8390122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741488, - 47.83939 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.459112, - 48.419313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2737274, - 47.8390095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741136, - 47.8390122 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2737274, - 47.8390095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2737274, - 47.8390095 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741853, - 47.8397671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741853, - 47.8397671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2741853, - 47.8397671 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.19705, - 43.6853 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.19705, - 43.6853 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.316336, - 43.32296 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16499, - 49.1302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16499, - 49.1302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16499, - 49.1302 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025142, - 47.30362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025142, - 47.30362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025142, - 47.30362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.025142, - 47.30362 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.459112, - 48.419313 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.647216, - 47.263248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.62903136, - 48.0967915 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.647216, - 47.263248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.647216, - 47.263248 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.204654, - 46.152179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.204654, - 46.152179 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49336, - 49.5474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49336, - 49.5474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49336, - 49.5474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49336, - 49.5474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024663, - 47.301901 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024663, - 47.301901 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024957, - 47.302794 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86508738, - 45.51496871 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.463361, - 48.418952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.07803362, - 48.89969182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.07803362, - 48.89969182 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67808295, - 48.08433633 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.691828, - 48.978725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.691828, - 48.978725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56617758, - 48.58069919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56617758, - 48.58069919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56617758, - 48.58069919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.55033209, - 48.83297261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.55033209, - 48.83297261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.55033209, - 48.83297261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.55033209, - 48.83297261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01379, - 43.5738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.796775, - 48.546048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99288892, - 48.65405506 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.796775, - 48.546048 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.690373, - 48.181674 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.690373, - 48.181674 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.019182, - 47.982768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.463361, - 48.418952 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.019182, - 47.982768 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022432, - 47.303241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022432, - 47.303241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022432, - 47.303241 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99288892, - 48.65405506 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99288892, - 48.65405506 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11788002, - 45.83878616 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.66300173, - 47.92060591 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48936, - 47.0887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4970623, - 47.0903921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48936, - 47.0887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48936, - 47.0887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.48936, - 47.0887 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75531, - 43.2518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75531, - 43.2518 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.88118532, - 43.5830557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.88118532, - 43.5830557 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.601068, - 48.020193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.601068, - 48.020193 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76079398, - 47.88165922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.76079398, - 47.88165922 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.66300173, - 47.92060591 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.987925, - 48.972848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01379, - 43.5738 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.29887, - 48.6106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07251158, - 45.88901564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07251158, - 45.88901564 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89605592, - 44.42091556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89605592, - 44.42091556 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.586486, - 44.70702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.586486, - 44.70702 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.319334, - -17.7426183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.319334, - -17.7426183 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.613263, - -17.6226109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.613263, - -17.6226109 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.987925, - 48.972848 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16641258, - 45.65972238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16641258, - 45.65972238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16641258, - 45.65972238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16641258, - 45.65972238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16641258, - 45.65972238 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.11715548, - 46.1551693 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6642695, - 45.74606184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6642695, - 45.74606184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6642695, - 45.74606184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6642695, - 45.74606184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6642695, - 45.74606184 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.13137, - 43.652371 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.056644, - 48.609489 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05903764, - 48.4648759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05903764, - 48.4648759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05903764, - 48.4648759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.05903764, - 48.4648759 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08322656, - 49.00326919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08322656, - 49.00326919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06978178, - 49.44698715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06978178, - 49.44698715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06978178, - 49.44698715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06978178, - 49.44698715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03999, - 43.1475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63722, - 43.4613 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03999, - 43.1475 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02929, - 43.136 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95996435, - 49.53778454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95996435, - 49.53778454 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14688354, - 49.49387319 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14688354, - 49.49387319 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14688354, - 49.49387319 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14688354, - 49.49387319 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14688354, - 49.49387319 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14688354, - 49.49387319 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06978178, - 49.44698715 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4867079, - 47.0956585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4867079, - 47.0956585 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4970623, - 47.0903921 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22995082, - 43.99335094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.915598, - 43.4745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.592952, - 43.652 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929674, - 43.4906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929674, - 43.4906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.97845, - 43.7229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.97845, - 43.7229 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.646619, - 43.344 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.372822, - 43.9558 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.600131, - 43.6679 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66865, - 44.0031 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0435403, - 43.9499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.590491, - 43.6488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22995082, - 43.99335094 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.372822, - 43.9558 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.592221, - 43.4917 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.103122, - 43.8593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0435403, - 43.9499 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.873202, - 43.63 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57849, - 43.4282 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2364, - 43.7032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.301174, - 43.757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16162, - 43.5243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.381984, - 43.8829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.301174, - 43.757 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57849, - 43.4282 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.873202, - 43.63 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2364, - 43.7032 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.592221, - 43.4917 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.733544, - 43.4498 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.646619, - 43.344 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.592952, - 43.652 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.590491, - 43.6488 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.306926, - 43.4287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.237184, - 43.8843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.757224, - 43.9983 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.625206, - 43.9343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87814433, - 43.73183265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87814433, - 43.73183265 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.306926, - 43.4287 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.625206, - 43.9343 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07928, - 43.6137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.07928, - 43.6137 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49866, - 43.9812 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49866, - 43.9812 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.328356, - 43.5783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.08563, - 43.657 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19905, - 43.4017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.083122, - 43.6975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.406859, - 43.5144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.083122, - 43.6975 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.237184, - 43.8843 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42744, - 43.8057 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.328356, - 43.5783 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.406859, - 43.5144 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.666379, - 43.8505 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.585688, - 43.6363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.585688, - 43.6363 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.103122, - 43.8593 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.666379, - 43.8505 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.460499, - 43.7579 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.915598, - 43.4745 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44807, - 47.06341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.902219, - 47.157872 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7029, - 44.9449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.02598493, - 48.73767482 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.02598493, - 48.73767482 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38006236, - 43.67342588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38006236, - 43.67342588 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29651028, - 49.14390071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29651028, - 49.14390071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29651028, - 49.14390071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29651028, - 49.14390071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29651028, - 49.14390071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29651028, - 49.14390071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29651028, - 49.14390071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29651028, - 49.14390071 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.902219, - 47.157872 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16162, - 43.5243 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02526, - 47.2351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01959915, - 47.2340438 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02526, - 47.2351 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90226, - 47.1742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03128, - 47.2392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96365, - 47.2273 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90226, - 47.1742 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96365, - 47.2273 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01967, - 47.2341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02107, - 47.2349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03128, - 47.2392 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02107, - 47.2349 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44807, - 47.06341 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7029, - 44.9449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7029, - 44.9449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7029, - 44.9449 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.47975, - 47.509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.381984, - 43.8829 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.633763, - 44.774632 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.633763, - 44.774632 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.132028, - 48.593161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.132028, - 48.593161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.919598, - 47.611388 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.919598, - 47.611388 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.99871, - 45.642324 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.99871, - 45.642324 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77221, - 50.39142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77221, - 50.39142 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8491821, - 47.07137504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8491821, - 47.07137504 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.490938, - 43.504979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08304118, - 48.73065177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08304118, - 48.73065177 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.29887, - 48.6106 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.152751, - 43.090864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.152751, - 43.090864 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22669529, - 47.49898491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22669529, - 47.49898491 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.886405, - 46.992607 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.518977, - 48.806386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.518977, - 48.806386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.518977, - 48.806386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.518977, - 48.806386 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.47975, - 47.509 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08322656, - 49.00326919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.08322656, - 49.00326919 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.14865627, - 48.8912276 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410487, - 43.263906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84058, - 43.6979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84058, - 43.6979 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38644165, - 43.36181463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38644165, - 43.36181463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38644165, - 43.36181463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38644165, - 43.36181463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38644165, - 43.36181463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38644165, - 43.36181463 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59452267, - 45.90408668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59452267, - 45.90408668 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410487, - 43.263906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410487, - 43.263906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410487, - 43.263906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410487, - 43.263906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43499931, - 43.28402011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410487, - 43.263906 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.42649482, - 43.29657762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.42649482, - 43.29657762 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02937, - 46.263818 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02937, - 46.263818 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02937, - 46.263818 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02937, - 46.263818 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7523946, - 46.18586958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7523946, - 46.18586958 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52857245, - 48.84490787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52857245, - 48.84490787 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65437666, - 46.40083477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65437666, - 46.40083477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87375, - 48.8936 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43499931, - 43.28402011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24836, - 46.18666 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55377, - 46.2188 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55377, - 46.2188 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.25536, - 47.9017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.25536, - 47.9017 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.24630929, - 48.7698957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.24630929, - 48.7698957 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.464839, - 48.276894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.464839, - 48.276894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.464839, - 48.276894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.464839, - 48.276894 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43499931, - 43.28402011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70244833, - 45.26052084 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43499931, - 43.28402011 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65437666, - 46.40083477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65437666, - 46.40083477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65437666, - 46.40083477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35702758, - 43.14094926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45245219, - 43.61737466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45245219, - 43.61737466 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98865039, - 45.66025517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98865039, - 45.66025517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98865039, - 45.66025517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98865039, - 45.66025517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.98865039, - 45.66025517 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.84526556, - 42.66333802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.84526556, - 42.66333802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.84526556, - 42.66333802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.84526556, - 42.66333802 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.29586834, - 48.62320433 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35702758, - 43.14094926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35702758, - 43.14094926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65437666, - 46.40083477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35702758, - 43.14094926 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50889736, - 48.92885447 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50889736, - 48.92885447 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.997, - 42.6065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.997, - 42.6065 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.219877, - 43.616781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.219877, - 43.616781 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07039204, - 49.10701789 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07039204, - 49.10701789 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07039204, - 49.10701789 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.07039204, - 49.10701789 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71373892, - 45.9858627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71373892, - 45.9858627 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10895358, - 47.37055261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10895358, - 47.37055261 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.449587, - 43.532474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.449587, - 43.532474 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5312669, - 49.21197641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5312669, - 49.21197641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5312669, - 49.21197641 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43806053, - 49.2490948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43806053, - 49.2490948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43806053, - 49.2490948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43806053, - 49.2490948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43806053, - 49.2490948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.43806053, - 49.2490948 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60437868, - 44.19037435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60437868, - 44.19037435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60437868, - 44.19037435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60437868, - 44.19037435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60437868, - 44.19037435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60437868, - 44.19037435 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72069789, - 50.63525212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72069789, - 50.63525212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72069789, - 50.63525212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72069789, - 50.63525212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72069789, - 50.63525212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72069789, - 50.63525212 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.40689934, - 44.61638549 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.40689934, - 44.61638549 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.40689934, - 44.61638549 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.40689934, - 44.61638549 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61702, - 44.6615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61702, - 44.6615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32832409, - 48.0584202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24836, - 46.18666 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24836, - 46.18666 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.96653, - 48.03724 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.532914, - 47.449045 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.532914, - 47.449045 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07700755, - 47.35132365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07700755, - 47.35132365 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8488895, - 47.0251425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8488895, - 47.0251425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8488895, - 47.0251425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8488895, - 47.0251425 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.71336, - 49.50626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38385, - 47.9146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38385, - 47.9146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.38385, - 47.9146 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.71336, - 49.50626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.96653, - 48.03724 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.275852, - 45.89023 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.79702566, - 47.90490444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.79702566, - 47.90490444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.79702566, - 47.90490444 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.96653, - 48.03724 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.71336, - 49.50626 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717087, - 45.945883 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717087, - 45.945883 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8119235, - 46.28973074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8119235, - 46.28973074 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27436091, - 49.8456372 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27436091, - 49.8456372 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27436091, - 49.8456372 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27436091, - 49.8456372 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.275852, - 45.89023 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96870198, - 45.56644198 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.763751, - 50.308914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21888, - 49.1121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32832409, - 48.0584202 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60960815, - 48.57796729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60960815, - 48.57796729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60960815, - 48.57796729 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60638081, - 48.69764566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60638081, - 48.69764566 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3419384, - 48.68083874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3419384, - 48.68083874 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.775882, - 48.215477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.775882, - 48.215477 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21888, - 49.1121 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21648656, - 49.11128239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21648656, - 49.11128239 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.6461922, - 42.406751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3706712, - 49.184013 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.6461922, - 42.406751 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.865644, - 48.051225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.865644, - 48.051225 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65855422, - 43.23148161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65855422, - 43.23148161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65855422, - 43.23148161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65855422, - 43.23148161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65855422, - 43.23148161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65855422, - 43.23148161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65855422, - 43.23148161 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.315753, - 43.438134 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.315753, - 43.438134 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3706712, - 49.184013 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.763751, - 50.308914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.763751, - 50.308914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24836, - 46.18666 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204701, - 48.672099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52695959, - 46.84565242 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27719449, - 45.37768304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27719449, - 45.37768304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27719449, - 45.37768304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27719449, - 45.37768304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27719449, - 45.37768304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27719449, - 45.37768304 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.20613, - 48.671001 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204959, - 48.67191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204831, - 48.672004 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204831, - 48.672004 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.20613, - 48.671001 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204701, - 48.672099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204701, - 48.672099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52473302, - 46.84668342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204024, - 48.672451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204024, - 48.672451 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204319, - 48.672286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204701, - 48.672099 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204959, - 48.67191 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204319, - 48.672286 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.09320972, - 43.91656357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.09320972, - 43.91656357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.09320972, - 43.91656357 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2466, - 49.3318 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74388889, - 50.2855964 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24836, - 46.18666 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24836, - 46.18666 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52695959, - 46.84565242 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52695959, - 46.84565242 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.763751, - 50.308914 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52695959, - 46.84565242 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343837, - 48.952699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343837, - 48.952699 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.87236, - 48.18615 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61780108, - 50.38016725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61780108, - 50.38016725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61780108, - 50.38016725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61780108, - 50.38016725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61780108, - 50.38016725 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.668832, - 47.809545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.668832, - 47.809545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.668832, - 47.809545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.668832, - 47.809545 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52473302, - 46.84668342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52473302, - 46.84668342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52695959, - 46.84565242 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52473302, - 46.84668342 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.52695959, - 46.84565242 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.639236, - 41.909315 - ] - }, - "properties": { - "undefined": "freshmile-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87, - 47.44 - ] - }, - "properties": { - "undefined": "Villers-Chemin-et-Mont-lès-Étrelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.487105, - 48.345345 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.21, - 48.12 - ] - }, - "properties": { - "undefined": "Vitré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1781618, - 44.9177712 - ] - }, - "properties": { - "undefined": "Saint-Émilion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.93, - 47.24 - ] - }, - "properties": { - "undefined": "Serre-les-Sapins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1165115, - 49.0227649 - ] - }, - "properties": { - "undefined": "Herblay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.559237, - 45.087757 - ] - }, - "properties": { - "undefined": "Villard-de-Lans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.559237, - 45.087757 - ] - }, - "properties": { - "undefined": "Villard-de-Lans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8043099, - 50.2817902 - ] - }, - "properties": { - "undefined": "Arras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.670170199999, - 44.8539403 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.62, - 43.67 - ] - }, - "properties": { - "undefined": "Arles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83, - 43.78 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4019962, - 49.0376111 - ] - }, - "properties": { - "undefined": "Château-Thierry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4019962, - 49.0376111 - ] - }, - "properties": { - "undefined": "Château-Thierry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18225850129804153, - 44.677126551459914 - ] - }, - "properties": { - "undefined": "Duras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1984829, - 44.6656545 - ] - }, - "properties": { - "undefined": "Duras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7363293, - 48.0578853 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7363293, - 48.0578853 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.91, - 43.9 - ] - }, - "properties": { - "undefined": "Oraison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.980447, - 49.108413 - ] - }, - "properties": { - "undefined": "Hundling" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2, - 43.77 - ] - }, - "properties": { - "undefined": "Carros" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.976324, - 49.091403 - ] - }, - "properties": { - "undefined": "Champillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.976324, - 49.091403 - ] - }, - "properties": { - "undefined": "Champillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.976324, - 49.091403 - ] - }, - "properties": { - "undefined": "Champillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.976324, - 49.091403 - ] - }, - "properties": { - "undefined": "Champillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.976324, - 49.091403 - ] - }, - "properties": { - "undefined": "Champillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3746, - 43.638003 - ] - }, - "properties": { - "undefined": "Blagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3746, - 43.638003 - ] - }, - "properties": { - "undefined": "Blagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3746, - 43.638003 - ] - }, - "properties": { - "undefined": "Blagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3746, - 43.638003 - ] - }, - "properties": { - "undefined": "Blagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.398171, - 46.698981 - ] - }, - "properties": { - "undefined": "Jaunay-Marigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.398226, - 46.698967 - ] - }, - "properties": { - "undefined": "Jaunay-Marigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.398226, - 46.698967 - ] - }, - "properties": { - "undefined": "Jaunay-Marigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.398171, - 46.698981 - ] - }, - "properties": { - "undefined": "Jaunay-Marigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.398099, - 46.698999 - ] - }, - "properties": { - "undefined": "Jaunay-Marigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.398099, - 46.698999 - ] - }, - "properties": { - "undefined": "Jaunay-Marigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58, - 48.89 - ] - }, - "properties": { - "undefined": "Uhrwiller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5203551, - 44.821036 - ] - }, - "properties": { - "undefined": "Floirac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.654599599999, - 44.8662562 - ] - }, - "properties": { - "undefined": "Eysines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37615, - 51.01408 - ] - }, - "properties": { - "undefined": "Coudekerque-Branche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.964415, - 49.058989 - ] - }, - "properties": { - "undefined": "Magenta" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.964415, - 49.058989 - ] - }, - "properties": { - "undefined": "Magenta" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7, - 43.36 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4253467530332162, - 49.06520319135481 - ] - }, - "properties": { - "undefined": "Douains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4253467530332162, - 49.06520319135481 - ] - }, - "properties": { - "undefined": "Douains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4253467530332162, - 49.06520319135481 - ] - }, - "properties": { - "undefined": "Douains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4253467530332162, - 49.06520319135481 - ] - }, - "properties": { - "undefined": "Douains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4253467530332162, - 49.06520319135481 - ] - }, - "properties": { - "undefined": "Douains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.923926, - 50.277657 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51178345, - 47.48421863 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51178345, - 47.48421863 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5269, - 44.5888 - ] - }, - "properties": { - "undefined": "Saint-Jean-le-Centenier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.45, - 45.86 - ] - }, - "properties": { - "undefined": "Saint-Forgeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32, - 48.92 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32, - 48.92 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35, - 43.28 - ] - }, - "properties": { - "undefined": "Portiragnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2, - 48.91 - ] - }, - "properties": { - "undefined": "Bezons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32, - 48.92 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.93, - 47.87 - ] - }, - "properties": { - "undefined": "nvh" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2, - 48.91 - ] - }, - "properties": { - "undefined": "Bezons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68, - 44.57 - ] - }, - "properties": { - "undefined": "Vars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68, - 44.57 - ] - }, - "properties": { - "undefined": "Vars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.93, - 47.87 - ] - }, - "properties": { - "undefined": "nvh" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6, - 43.43 - ] - }, - "properties": { - "undefined": "Bidart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6, - 43.43 - ] - }, - "properties": { - "undefined": "Bidart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35, - 43.28 - ] - }, - "properties": { - "undefined": "Portiragnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.78 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2081186, - 50.1621653 - ] - }, - "properties": { - "undefined": "Proville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2081186, - 50.1621653 - ] - }, - "properties": { - "undefined": "Proville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8872073, - 47.6485392 - ] - }, - "properties": { - "undefined": "Denney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8872073, - 47.6485392 - ] - }, - "properties": { - "undefined": "Denney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.54, - 48.04 - ] - }, - "properties": { - "undefined": "Biesheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0766169, - 48.8869587 - ] - }, - "properties": { - "undefined": "Mâcon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.046409, - 46.020022 - ] - }, - "properties": { - "undefined": "Villerest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.046409, - 46.020022 - ] - }, - "properties": { - "undefined": "Villerest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.31, - 44.51 - ] - }, - "properties": { - "undefined": "Montréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.99, - 44.08 - ] - }, - "properties": { - "undefined": "Loriol-du-Comtat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4307718, - 43.4535293 - ] - }, - "properties": { - "undefined": "Saintes-Maries-de-la-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.48, - 44.49 - ] - }, - "properties": { - "undefined": "Saint-Maurice-d'Ibie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2868817, - 45.6190876 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2868817, - 45.6190876 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.071825, - 48.432196 - ] - }, - "properties": { - "undefined": "Alençon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02, - 50.61 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02, - 50.61 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02, - 50.61 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.598465, - 46.047794 - ] - }, - "properties": { - "undefined": "Cluses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.598465, - 46.047794 - ] - }, - "properties": { - "undefined": "Cluses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.430464, - 46.708982 - ] - }, - "properties": { - "undefined": "Mouilleron-le-Captif" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.430464, - 46.708982 - ] - }, - "properties": { - "undefined": "Mouilleron-le-Captif" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3688759, - 49.1825257 - ] - }, - "properties": { - "undefined": "Belleville-sur-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1352017, - 49.3591525 - ] - }, - "properties": { - "undefined": "Thionville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.676455, - 48.478447 - ] - }, - "properties": { - "undefined": "Yffiniac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.676455, - 48.478447 - ] - }, - "properties": { - "undefined": "Yffiniac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5024568, - 48.9874447 - ] - }, - "properties": { - "undefined": "Courtisols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5024568, - 48.9874447 - ] - }, - "properties": { - "undefined": "Courtisols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5024568, - 48.9874447 - ] - }, - "properties": { - "undefined": "Courtisols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5024568, - 48.9874447 - ] - }, - "properties": { - "undefined": "Courtisols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0766169, - 48.8869587 - ] - }, - "properties": { - "undefined": "Mareil-Marly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4149303, - 47.1112893 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.804283, - 48.796153 - ] - }, - "properties": { - "undefined": "Haguenau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.804283, - 48.796153 - ] - }, - "properties": { - "undefined": "Haguenau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1444077, - 47.7402178 - ] - }, - "properties": { - "undefined": "Burnhaupt-le-Haut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1012758, - 47.8108275 - ] - }, - "properties": { - "undefined": "Thann" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.371309, - 48.159583 - ] - }, - "properties": { - "undefined": "Ostheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0, - 0 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0, - 0 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0, - 0 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0, - 0 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0996823, - 44.5662689 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0996823, - 44.5662689 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0996823, - 44.5662689 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0996823, - 44.5662689 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8675419, - 46.7680197 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8675419, - 46.7680197 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4, - 43.79 - ] - }, - "properties": { - "undefined": "Rougon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38, - 45.47 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.66609, - 48.75567 - ] - }, - "properties": { - "undefined": "Mommenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3664798, - 48.0956304 - ] - }, - "properties": { - "undefined": "Colmar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.44, - 48.21 - ] - }, - "properties": { - "undefined": "Golbey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69, - 43.46 - ] - }, - "properties": { - "undefined": "lumiin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014273, - 50.615449 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014273, - 50.615449 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014273, - 50.615449 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.63357, - 48.81823 - ] - }, - "properties": { - "undefined": "Morschwiller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2858373, - 48.2050603 - ] - }, - "properties": { - "undefined": "Sens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2858373, - 48.2050603 - ] - }, - "properties": { - "undefined": "Sens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9592363524417444, - 45.048291304036994 - ] - }, - "properties": { - "undefined": "Saint-Germain-Laprade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9811023182169172, - 43.426421561643096 - ] - }, - "properties": { - "undefined": "maneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4808844929161726, - 43.6137170539075 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.639024184472166, - 41.90917768392654 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9811023182169172, - 43.426421561643096 - ] - }, - "properties": { - "undefined": "maneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.615871, - 48.816567 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.615871, - 48.816567 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.615871, - 48.816567 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.615871, - 48.816567 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33756327, - 47.77843796 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.33756327, - 47.77843796 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4936366, - 43.2910961 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.763026, - 41.947088 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6151818, - 48.8161972 - ] - }, - "properties": { - "undefined": "zeborne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0239871, - 48.3302804 - ] - }, - "properties": { - "undefined": "Barberey-Saint-Sulpice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0239871, - 48.3302804 - ] - }, - "properties": { - "undefined": "Barberey-Saint-Sulpice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.67, - 48.52 - ] - }, - "properties": { - "undefined": "La Rochette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.009613, - 50.617509 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.009613, - 50.617509 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.009613, - 50.617509 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9941156, - 47.2429598 - ] - }, - "properties": { - "undefined": "Besançon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9941156, - 47.2429598 - ] - }, - "properties": { - "undefined": "Besançon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9941156, - 47.2429598 - ] - }, - "properties": { - "undefined": "Besançon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9941156, - 47.2429598 - ] - }, - "properties": { - "undefined": "Besançon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8811268, - 49.1763809 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8811268, - 49.1763809 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8811268, - 49.1763809 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8811268, - 49.1763809 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.084008, - 49.238637 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.084008, - 49.238637 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.084008, - 49.238637 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.084008, - 49.238637 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.084008, - 49.238637 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1, - 47.27 - ] - }, - "properties": { - "undefined": "Roche-lez-Beaupré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36, - 44.01 - ] - }, - "properties": { - "undefined": "Condom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0657217, - 44.1432574 - ] - }, - "properties": { - "undefined": "lumiin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.637703999999, - 44.7755151 - ] - }, - "properties": { - "undefined": "Gradignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1669286, - 44.3974258 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3, - 44.46 - ] - }, - "properties": { - "undefined": "Ubaye-Serre-Ponçon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.33, - 44.4 - ] - }, - "properties": { - "undefined": "Montclar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.729, - 48.642 - ] - }, - "properties": { - "undefined": "Mundolsheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.52, - 44.41 - ] - }, - "properties": { - "undefined": "lumiin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1726385, - 48.4270586 - ] - }, - "properties": { - "undefined": "Étampes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1726385, - 48.4270586 - ] - }, - "properties": { - "undefined": "Étampes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842811, - 43.926543 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.31, - 44.51 - ] - }, - "properties": { - "undefined": "Montréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.398988, - 48.944432 - ] - }, - "properties": { - "undefined": "Saint-Memmie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.398988, - 48.944432 - ] - }, - "properties": { - "undefined": "Saint-Memmie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8007328050838853, - 47.813308037603726 - ] - }, - "properties": { - "undefined": "Préhy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38138, - 43.337325 - ] - }, - "properties": { - "undefined": "Lons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38138, - 43.337325 - ] - }, - "properties": { - "undefined": "Lons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0825122, - 45.9306913 - ] - }, - "properties": { - "undefined": "Epagny Metz-Tessy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.403729, - 43.358055 - ] - }, - "properties": { - "undefined": "Cambo-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.654645323753357, - 47.234375 - ] - }, - "properties": { - "undefined": "Saint-Herblain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2770973, - 50.916263 - ] - }, - "properties": { - "undefined": "Looberghe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.598737, - 50.4726 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8764533, - 45.6213337 - ] - }, - "properties": { - "undefined": "Voglans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8764533, - 45.6213337 - ] - }, - "properties": { - "undefined": "Voglans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.438868, - 46.349082 - ] - }, - "properties": { - "undefined": "Anthy-sur-Léman" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.438868, - 46.349082 - ] - }, - "properties": { - "undefined": "Anthy-sur-Léman" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.391484, - 43.841971 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.391484, - 43.841971 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.391484, - 43.841971 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.391484, - 43.841971 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.649456, - 48.901031 - ] - }, - "properties": { - "undefined": "Gundershoffen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.649456, - 48.901031 - ] - }, - "properties": { - "undefined": "Gundershoffen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15, - 48.53 - ] - }, - "properties": { - "undefined": "bornevo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15, - 48.53 - ] - }, - "properties": { - "undefined": "bornevo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15, - 48.53 - ] - }, - "properties": { - "undefined": "bornevo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15, - 48.53 - ] - }, - "properties": { - "undefined": "bornevo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.15, - 48.53 - ] - }, - "properties": { - "undefined": "bornevo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9057774, - 43.660005 - ] - }, - "properties": { - "undefined": "Jacou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9057774, - 43.660005 - ] - }, - "properties": { - "undefined": "Jacou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2614333, - 46.2014483 - ] - }, - "properties": { - "undefined": "Ville-la-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2614333, - 46.2014483 - ] - }, - "properties": { - "undefined": "Ville-la-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.079967, - 45.894798 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.079967, - 45.894798 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165022, - 50.606513 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165022, - 50.606513 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.897273, - 45.459233 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74223, - 45.979647 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13535, - 45.686943 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74223, - 45.979647 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.079026, - 45.893398 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.079026, - 45.893398 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13535, - 45.686943 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.079026, - 45.893398 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.079026, - 45.893398 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.079026, - 45.893398 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.178151, - 45.830847 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.178151, - 45.830847 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.178151, - 45.830847 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.178151, - 45.830847 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.079026, - 45.893398 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74223, - 45.979647 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74223, - 45.979647 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74223, - 45.979647 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74223, - 45.979647 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111914, - 45.881672 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111914, - 45.881672 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111914, - 45.881672 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13535, - 45.686943 - ] - }, - "properties": { - "undefined": "nexteneo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.811676, - 48.0690269 - ] - }, - "properties": { - "undefined": "Saint-Berthevin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.811676, - 48.0690269 - ] - }, - "properties": { - "undefined": "Saint-Berthevin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.811676, - 48.0690269 - ] - }, - "properties": { - "undefined": "Saint-Berthevin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.91 - ] - }, - "properties": { - "undefined": "Nanterre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.21, - 48.91 - ] - }, - "properties": { - "undefined": "Nanterre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4088906, - 49.0256943 - ] - }, - "properties": { - "undefined": "Nogentel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.408807, - 49.025824 - ] - }, - "properties": { - "undefined": "Nogentel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.654599599999, - 44.8662562 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82, - 49.13 - ] - }, - "properties": { - "undefined": "Betting" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867657, - 45.9168004 - ] - }, - "properties": { - "undefined": "Chamonix-Mont-Blanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867657, - 45.9168004 - ] - }, - "properties": { - "undefined": "Chamonix-Mont-Blanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5487, - 45.31885 - ] - }, - "properties": { - "undefined": "Les Belleville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5487, - 45.31885 - ] - }, - "properties": { - "undefined": "Les Belleville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5, - 49 - ] - }, - "properties": { - "undefined": "Roissy-en-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.729, - 48.642 - ] - }, - "properties": { - "undefined": "Mundolsheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.605048, - 49.644253 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.729, - 48.642 - ] - }, - "properties": { - "undefined": "Mundolsheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.347742, - 49.214436 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.347742, - 49.214436 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.716682, - 45.975531 - ] - }, - "properties": { - "undefined": "Limas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.716682, - 45.975531 - ] - }, - "properties": { - "undefined": "Limas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.716682, - 45.975531 - ] - }, - "properties": { - "undefined": "Limas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.716682, - 45.975531 - ] - }, - "properties": { - "undefined": "Limas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6073542, - 45.5257463 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6073542, - 45.5257463 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0316692, - 50.6421108 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0316692, - 50.6421108 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.676037, - 48.991536 - ] - }, - "properties": { - "undefined": "Buchelay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.155058, - 48.995907 - ] - }, - "properties": { - "undefined": "Angerville-la-Campagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.462146, - 48.204388 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.462146, - 48.204388 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5, - 46.3 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49, - 47.93 - ] - }, - "properties": { - "undefined": "Le Val-d'Ajol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.56065, - 48.73133 - ] - }, - "properties": { - "undefined": "Hochfelden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.56065, - 48.73133 - ] - }, - "properties": { - "undefined": "Hochfelden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58, - 42.37 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Cerdans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1299419, - 47.3207567 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1299419, - 47.3207567 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1299419, - 47.3207567 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1299419, - 47.3207567 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.074071, - 44.616646 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.074071, - 44.616646 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.074071, - 44.616646 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.074071, - 44.616646 - ] - }, - "properties": { - "undefined": "Gujan-Mestras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.41, - 16.01 - ] - }, - "properties": { - "undefined": "suraya" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.72048039949465, - 15.999101989340252 - ] - }, - "properties": { - "undefined": "Basse-Terre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1446482, - 45.7582871 - ] - }, - "properties": { - "undefined": "Aubière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8066202, - 46.1815093 - ] - }, - "properties": { - "undefined": "Montaigut-en-Combraille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601411, - 48.601857 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.508871, - 47.309592 - ] - }, - "properties": { - "undefined": "Druye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795777, - 43.54637 - ] - }, - "properties": { - "undefined": "Fabrègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969035, - 42.9494317 - ] - }, - "properties": { - "undefined": "La Palme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86041194, - 48.26813266 - ] - }, - "properties": { - "undefined": "Sandaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4200054, - 43.7535892 - ] - }, - "properties": { - "undefined": "Beausoleil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395574, - 43.441127 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.490309, - 45.189955 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29451923, - 46.20556621 - ] - }, - "properties": { - "undefined": "Jasseron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12712458, - 47.32890163 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.171659, - 47.421321 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125201, - 47.327026 - ] - }, - "properties": { - "undefined": "Marchaux-Chaudefontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.549728, - 43.48261 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1724724, - 47.4218283 - ] - }, - "properties": { - "undefined": "Brognon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.49542672, - 47.3148725 - ] - }, - "properties": { - "undefined": "Gissey-le-Vieil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.89, - 43.96 - ] - }, - "properties": { - "undefined": "Puget-Théniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05, - 44.05 - ] - }, - "properties": { - "undefined": "Malijai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.657888301758055, - 41.908579309038004 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.493569567590577, - 48.832677935169805 - ] - }, - "properties": { - "undefined": "Nogent-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.476711409891, - 43.476583984941 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.407609123225763, - 43.41959147913006 - ] - }, - "properties": { - "undefined": "Pézenas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27, - 46.2 - ] - }, - "properties": { - "undefined": "Ville-la-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27, - 46.2 - ] - }, - "properties": { - "undefined": "Ville-la-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4883644, - 45.147515 - ] - }, - "properties": { - "undefined": "Brive-la-Gaillarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.860127, - 46.768978 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1391855, - 48.534072 - ] - }, - "properties": { - "undefined": "Arcis-sur-Aube" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1391855, - 48.534072 - ] - }, - "properties": { - "undefined": "Arcis-sur-Aube" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.99, - 44.08 - ] - }, - "properties": { - "undefined": "Loriol-du-Comtat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.323404, - 49.17014 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.323404, - 49.17014 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4191715, - 43.2791824 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4191715, - 43.2791824 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59939, - 43.336796 - ] - }, - "properties": { - "undefined": "Roquevaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59939, - 43.336796 - ] - }, - "properties": { - "undefined": "Roquevaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59939, - 43.336796 - ] - }, - "properties": { - "undefined": "Roquevaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59939, - 43.336796 - ] - }, - "properties": { - "undefined": "Roquevaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6089027, - 48.5699316 - ] - }, - "properties": { - "undefined": "Vert-Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1472556, - 44.6109419 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1472556, - 44.6109419 - ] - }, - "properties": { - "undefined": "La Teste-de-Buch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.210311, - 46.189385 - ] - }, - "properties": { - "undefined": "Péronnas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.210311, - 46.189385 - ] - }, - "properties": { - "undefined": "Péronnas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8959, - 48.9294 - ] - }, - "properties": { - "undefined": "Mareuil-lès-Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0880539, - 43.6023265 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0880539, - 43.6023265 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0880539, - 43.6023265 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0880539, - 43.6023265 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14, - 45 - ] - }, - "properties": { - "undefined": "Lacanau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.8293749, - 48.5750142 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.43, - 48.37 - ] - }, - "properties": { - "undefined": "Itterswiller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.201547, - 43.6885902 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.201547, - 43.6885902 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86859, - 45.91998 - ] - }, - "properties": { - "undefined": "Chamonix-Mont-Blanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86859, - 45.91998 - ] - }, - "properties": { - "undefined": "Chamonix-Mont-Blanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3319719, - 43.9905133 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3319719, - 43.9905133 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3319719, - 43.9905133 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3319719, - 43.9905133 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147915, - 43.123458 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.147915, - 43.123458 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0497765, - 43.573139 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.759704, - 49.780879 - ] - }, - "properties": { - "undefined": "Gauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.759704, - 49.780879 - ] - }, - "properties": { - "undefined": "Gauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.519401, - 43.28532 - ] - }, - "properties": { - "undefined": "lumiin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86, - 46.22 - ] - }, - "properties": { - "undefined": "Chézery-Forens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3800762, - 47.7717847 - ] - }, - "properties": { - "undefined": "Illzach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.526, - 48.8227 - ] - }, - "properties": { - "undefined": "vincent-moule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.21, - 45.84 - ] - }, - "properties": { - "undefined": "Talloires-Montmin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6709003, - 45.5432207 - ] - }, - "properties": { - "undefined": "Nontron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6709003, - 45.5432207 - ] - }, - "properties": { - "undefined": "Nontron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.24, - 44.48 - ] - }, - "properties": { - "undefined": "Joyeuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2592028, - 46.1746523 - ] - }, - "properties": { - "undefined": "Montagnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2592028, - 46.1746523 - ] - }, - "properties": { - "undefined": "Montagnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2592028, - 46.1746523 - ] - }, - "properties": { - "undefined": "Montagnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2592028, - 46.1746523 - ] - }, - "properties": { - "undefined": "Montagnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7461104, - 45.17941688 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7461104, - 45.17941688 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7461104, - 45.17941688 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7461104, - 45.17941688 - ] - }, - "properties": { - "undefined": "Boulazac Isle Manoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.065799, - 47.354481 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.065799, - 47.354481 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86082418, - 47.0236522 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86082418, - 47.0236522 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2174783, - 46.1858677 - ] - }, - "properties": { - "undefined": "Gaillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2174783, - 46.1858677 - ] - }, - "properties": { - "undefined": "Gaillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2174783, - 46.1858677 - ] - }, - "properties": { - "undefined": "Gaillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2174783, - 46.1858677 - ] - }, - "properties": { - "undefined": "Gaillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2174783, - 46.1858677 - ] - }, - "properties": { - "undefined": "Gaillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1393838, - 49.2819168 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1393838, - 49.2819168 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0901155, - 43.822462 - ] - }, - "properties": { - "undefined": "Riez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0901155, - 43.822462 - ] - }, - "properties": { - "undefined": "Riez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16, - 46.14 - ] - }, - "properties": { - "undefined": "Collonges-sous-Salève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.029971, - 45.210931 - ] - }, - "properties": { - "undefined": "Retournac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.029971, - 45.210931 - ] - }, - "properties": { - "undefined": "Retournac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.012564, - 43.576079 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.012564, - 43.576079 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.012564, - 43.576079 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5263958, - 43.4252619 - ] - }, - "properties": { - "undefined": "Arcangues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5922295, - 49.0396456 - ] - }, - "properties": { - "undefined": "Freneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5922295, - 49.0396456 - ] - }, - "properties": { - "undefined": "Freneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.417247, - 46.644182 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1756309, - 50.6884145 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1521191, - 50.7065043 - ] - }, - "properties": { - "undefined": "Tourcoing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6746938, - 44.838434799999 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1357063, - 47.2277788 - ] - }, - "properties": { - "undefined": "Distré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4612672413424779, - 49.33620273281156 - ] - }, - "properties": { - "undefined": "Courseulles-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.494583, - 49.105377 - ] - }, - "properties": { - "undefined": "Évrecy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4612672413424779, - 49.33620273281156 - ] - }, - "properties": { - "undefined": "Courseulles-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0622478, - 46.3266042 - ] - }, - "properties": { - "undefined": "Cessy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0622478, - 46.3266042 - ] - }, - "properties": { - "undefined": "Cessy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3372150061411605, - 49.22868351448894 - ] - }, - "properties": { - "undefined": "Biéville-Beuville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8501, - 44.97406 - ] - }, - "properties": { - "undefined": "Altillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8501, - 44.97406 - ] - }, - "properties": { - "undefined": "Altillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6180124, - 50.2224538 - ] - }, - "properties": { - "undefined": "Le Crotoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.12, - 43.87 - ] - }, - "properties": { - "undefined": "Robion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.91, - 43.9 - ] - }, - "properties": { - "undefined": "Oraison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.263081045755, - 45.633753981745 - ] - }, - "properties": { - "undefined": "Louhans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.157229, - 50.716487 - ] - }, - "properties": { - "undefined": "Tourcoing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0737222, - 43.7274444 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0737222, - 43.7274444 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0737222, - 43.7274444 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0737222, - 43.7274444 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Dax" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4182742, - 43.8834392 - ] - }, - "properties": { - "undefined": "Sospel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37, - 43.82 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.841263, - 50.689838 - ] - }, - "properties": { - "undefined": "Nieppe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.243401, - 45.591954 - ] - }, - "properties": { - "undefined": "Bourgoin-Jallieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2026184999999, - 50.1754619 - ] - }, - "properties": { - "undefined": "Cambrai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.325962, - 46.1798642 - ] - }, - "properties": { - "undefined": "La Flotte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.325962, - 46.1798642 - ] - }, - "properties": { - "undefined": "La Flotte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.797441, - 45.776709 - ] - }, - "properties": { - "undefined": "Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0793613022707724, - 49.04113387118815 - ] - }, - "properties": { - "undefined": "Cergy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.031726083467107, - 49.051990901751864 - ] - }, - "properties": { - "undefined": "Cergy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.923877087310788, - 49.08592862729444 - ] - }, - "properties": { - "undefined": "Vigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4969902, - 49.0483698 - ] - }, - "properties": { - "undefined": "secal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8208158, - 45.7100001 - ] - }, - "properties": { - "undefined": "Oullins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.871622, - 45.719162 - ] - }, - "properties": { - "undefined": "Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1891329694156174, - 47.407691498712914 - ] - }, - "properties": { - "undefined": "Ancenis-Saint-Géréon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.11003453009083, - 46.81020598702974 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.82, - 47.88 - ] - }, - "properties": { - "undefined": "Fresse-sur-Moselle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5, - 47.93 - ] - }, - "properties": { - "undefined": "Le Val-d'Ajol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47419, - 48.427342 - ] - }, - "properties": { - "undefined": "Brest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.47419, - 48.427342 - ] - }, - "properties": { - "undefined": "Brest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95, - 43.57 - ] - }, - "properties": { - "undefined": "Pérols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.338526, - 43.814852 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9, - 44.12 - ] - }, - "properties": { - "undefined": "Jonquières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5258151, - 51.071259299999 - ] - }, - "properties": { - "undefined": "Bray-Dunes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568217899999, - 44.8856271 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8505335, - 50.2733386 - ] - }, - "properties": { - "undefined": "Feuchy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6032602, - 50.3941188 - ] - }, - "properties": { - "undefined": "Onnaing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.38, - 49.29 - ] - }, - "properties": { - "undefined": "Douvres-la-Délivrande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7417018, - 44.52534544 - ] - }, - "properties": { - "undefined": "Montélimar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.269016, - 45.868052 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.269016, - 45.868052 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2914635, - 43.7346869 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1188297, - 50.3450779 - ] - }, - "properties": { - "undefined": "Dechy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.679598, - 45.191796 - ] - }, - "properties": { - "undefined": "Fontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.679598, - 45.191796 - ] - }, - "properties": { - "undefined": "Fontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6060341, - 48.697317 - ] - }, - "properties": { - "undefined": "Brie-Comte-Robert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8932515, - 47.6515701 - ] - }, - "properties": { - "undefined": "Denney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.412921, - 48.147118 - ] - }, - "properties": { - "undefined": "Évron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.412921, - 48.147118 - ] - }, - "properties": { - "undefined": "Évron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.412921, - 48.147118 - ] - }, - "properties": { - "undefined": "Évron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.412921, - 48.147118 - ] - }, - "properties": { - "undefined": "Évron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.72, - 45.51 - ] - }, - "properties": { - "undefined": "Saint-Béron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.630679, - 43.108445 - ] - }, - "properties": { - "undefined": "Pamiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.630679, - 43.108445 - ] - }, - "properties": { - "undefined": "Pamiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.865277, - 46.858488 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.865277, - 46.858488 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9023407, - 49.1824605 - ] - }, - "properties": { - "undefined": "Thillois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9023407, - 49.1824605 - ] - }, - "properties": { - "undefined": "Thillois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12813301, - 45.759645 - ] - }, - "properties": { - "undefined": "La Tremblade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12813301, - 45.759645 - ] - }, - "properties": { - "undefined": "La Tremblade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12813301, - 45.759645 - ] - }, - "properties": { - "undefined": "La Tremblade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.12813301, - 45.759645 - ] - }, - "properties": { - "undefined": "La Tremblade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65, - 45.91 - ] - }, - "properties": { - "undefined": "Domancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.586281, - 48.115374 - ] - }, - "properties": { - "undefined": "Cesson-Sévigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1454473, - 50.6428226 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35, - 43.62 - ] - }, - "properties": { - "undefined": "Mourèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.94, - 44.01 - ] - }, - "properties": { - "undefined": "Entraigues-sur-la-Sorgue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7093627, - 49.7380567 - ] - }, - "properties": { - "undefined": "Charleville-Mézières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.44, - 46.35 - ] - }, - "properties": { - "undefined": "Thonon-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1653782, - 43.96015 - ] - }, - "properties": { - "undefined": "Lescure-d'Albigeois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3932432, - 48.9479326 - ] - }, - "properties": { - "undefined": "Saint-Memmie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8647466, - 45.644607 - ] - }, - "properties": { - "undefined": "Le Bourget-du-Lac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0697451419812665, - 50.66179854122704 - ] - }, - "properties": { - "undefined": "La Madeleine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1056502, - 49.0245985 - ] - }, - "properties": { - "undefined": "Éragny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4, - 47.59 - ] - }, - "properties": { - "undefined": "Le Guerno" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.47, - 43.45 - ] - }, - "properties": { - "undefined": "Les Arcs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.47, - 43.45 - ] - }, - "properties": { - "undefined": "Les Arcs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39192, - 46.71109 - ] - }, - "properties": { - "undefined": "nelec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.22, - 44.55 - ] - }, - "properties": { - "undefined": "Viviez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.149585, - 44.507331 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.149585, - 44.507331 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1596264000000005, - 45.74132497221715 - ] - }, - "properties": { - "undefined": "Cournon-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59, - 46.26 - ] - }, - "properties": { - "undefined": "Saint-Genest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9824881, - 50.8550651 - ] - }, - "properties": { - "undefined": "Ardres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13, - 45.76 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.094773232378359, - 45.827466656256114 - ] - }, - "properties": { - "undefined": "Marennes-Hiers-Brouage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.094773232378359, - 45.827466656256114 - ] - }, - "properties": { - "undefined": "Marennes-Hiers-Brouage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.094773232378359, - 45.827466656256114 - ] - }, - "properties": { - "undefined": "Marennes-Hiers-Brouage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.094773232378359, - 45.827466656256114 - ] - }, - "properties": { - "undefined": "Marennes-Hiers-Brouage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4046961, - 51.0360565 - ] - }, - "properties": { - "undefined": "Dunkerque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4974859, - 51.0330233 - ] - }, - "properties": { - "undefined": "Ghyvelde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61, - 46.41 - ] - }, - "properties": { - "undefined": "Saint-Victor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2012429, - 43.7718429 - ] - }, - "properties": { - "undefined": "Carros" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.592142, - 50.352955 - ] - }, - "properties": { - "undefined": "Aubigny-en-Artois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6233490421436728, - 44.180912759319284 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6233490421436728, - 44.180912759319284 - ] - }, - "properties": { - "undefined": "Agen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.936156, - 42.636601 - ] - }, - "properties": { - "undefined": "L'Île-Rousse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.938499, - 42.635771 - ] - }, - "properties": { - "undefined": "L'Île-Rousse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.124327, - 41.40988 - ] - }, - "properties": { - "undefined": "Bonifacio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.176994, - 42.227227 - ] - }, - "properties": { - "undefined": "Venaco" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.934076, - 42.637674 - ] - }, - "properties": { - "undefined": "L'Île-Rousse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.211675, - 41.406843 - ] - }, - "properties": { - "undefined": "Bonifacio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.367982, - 41.686208 - ] - }, - "properties": { - "undefined": "Sainte-Lucie-de-Tallano" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.346448, - 41.697254 - ] - }, - "properties": { - "undefined": "Zonza" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.440808, - 42.550419 - ] - }, - "properties": { - "undefined": "Borgo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.762064, - 42.554579 - ] - }, - "properties": { - "undefined": "Calvi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.762181, - 42.554473 - ] - }, - "properties": { - "undefined": "Calvi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.367982, - 41.686208 - ] - }, - "properties": { - "undefined": "Zonza" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.165863, - 42.169635 - ] - }, - "properties": { - "undefined": "Vivario" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.455771, - 42.957671 - ] - }, - "properties": { - "undefined": "Rogliano" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.740141, - 41.927716 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.753212, - 41.943433 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.740676, - 41.932975 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.725979, - 41.916807 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.679228, - 41.907975 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.764996, - 41.928461 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.148584, - 42.30688 - ] - }, - "properties": { - "undefined": "Corte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.795516, - 42.252954 - ] - }, - "properties": { - "undefined": "Évisa" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.9579, - 41.64414 - ] - }, - "properties": { - "undefined": "Sartène" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.705408, - 42.130362 - ] - }, - "properties": { - "undefined": "Vico" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.865745, - 42.009528 - ] - }, - "properties": { - "undefined": "Peri" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.277918, - 41.60664 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.277871, - 41.60646 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.277841, - 41.606329 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.277811, - 41.606221 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.277777, - 41.60608 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.16492, - 41.390111 - ] - }, - "properties": { - "undefined": "Bonifacio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.473992, - 42.77468 - ] - }, - "properties": { - "undefined": "Brando" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.406403, - 42.017286 - ] - }, - "properties": { - "undefined": "Ghisonaccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.157313, - 42.301834 - ] - }, - "properties": { - "undefined": "Corte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.757366, - 42.568969 - ] - }, - "properties": { - "undefined": "Calvi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.697524, - 42.401596 - ] - }, - "properties": { - "undefined": "Galéria" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.437093, - 42.594663 - ] - }, - "properties": { - "undefined": "Biguglia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.437152, - 42.594581 - ] - }, - "properties": { - "undefined": "Biguglia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.046333, - 42.000249 - ] - }, - "properties": { - "undefined": "Bastelica" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.668901, - 41.906105 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.506677, - 42.4479 - ] - }, - "properties": { - "undefined": "Penta-di-Casinca" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.20858, - 42.466325 - ] - }, - "properties": { - "undefined": "Morosaglia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.35969, - 42.60074 - ] - }, - "properties": { - "undefined": "Olmeta-di-Tuda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.30191, - 42.673079 - ] - }, - "properties": { - "undefined": "Saint-Florent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.855216, - 42.508404 - ] - }, - "properties": { - "undefined": "Calenzana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.212628, - 42.103312 - ] - }, - "properties": { - "undefined": "Ghisoni" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.918164, - 41.672692 - ] - }, - "properties": { - "undefined": "Propriano" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.801244, - 42.167298 - ] - }, - "properties": { - "undefined": "Vico" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.467278, - 42.628813 - ] - }, - "properties": { - "undefined": "Biguglia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.636855, - 42.238424 - ] - }, - "properties": { - "undefined": "Piana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.154738, - 41.934884 - ] - }, - "properties": { - "undefined": "Cozzano" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.348162, - 42.964422 - ] - }, - "properties": { - "undefined": "Centuri" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.148236, - 41.721265 - ] - }, - "properties": { - "undefined": "San-Gavino-di-Carbini" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.008317, - 42.334186 - ] - }, - "properties": { - "undefined": "Calacuccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.021637, - 42.637722 - ] - }, - "properties": { - "undefined": "Belgodère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.389963, - 41.924136 - ] - }, - "properties": { - "undefined": "e-motum-sas-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.793688, - 41.707589 - ] - }, - "properties": { - "undefined": "Serra-di-Ferro" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.805342, - 41.89218 - ] - }, - "properties": { - "undefined": "Grosseto-Prugna" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.440757, - 42.655748 - ] - }, - "properties": { - "undefined": "Furiani" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.479663, - 42.54706 - ] - }, - "properties": { - "undefined": "Lucciana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.757215, - 42.543506 - ] - }, - "properties": { - "undefined": "Calvi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7585, - 42.568042 - ] - }, - "properties": { - "undefined": "Calvi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.868565, - 41.645788 - ] - }, - "properties": { - "undefined": "Belvédère-Campomoro" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.326701, - 41.565514 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.930927, - 41.688053 - ] - }, - "properties": { - "undefined": "Olmeto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.835956, - 41.703089 - ] - }, - "properties": { - "undefined": "Olmeto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.835726, - 41.703037 - ] - }, - "properties": { - "undefined": "Olmeto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.896435, - 41.697897 - ] - }, - "properties": { - "undefined": "Olmeto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.896456, - 41.698015 - ] - }, - "properties": { - "undefined": "Olmeto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.458543, - 42.465956 - ] - }, - "properties": { - "undefined": "Penta-di-Casinca" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.37966, - 41.666035 - ] - }, - "properties": { - "undefined": "Zonza" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.351695, - 42.908693 - ] - }, - "properties": { - "undefined": "Pino" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.535097, - 42.405317 - ] - }, - "properties": { - "undefined": "Poggio-Mezzana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.786427, - 41.877695 - ] - }, - "properties": { - "undefined": "Grosseto-Prugna" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.807748, - 41.894111 - ] - }, - "properties": { - "undefined": "Grosseto-Prugna" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.806314, - 41.893857 - ] - }, - "properties": { - "undefined": "Grosseto-Prugna" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.721916, - 42.253555 - ] - }, - "properties": { - "undefined": "Ota" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.300442, - 41.620129 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.27674, - 41.593491 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.531038, - 42.38426 - ] - }, - "properties": { - "undefined": "Santa-Lucia-di-Moriani" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.276693, - 41.591126 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.28433, - 41.599686 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.279842, - 41.612182 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.254713, - 41.580418 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.300121, - 41.623434 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.915746, - 41.680914 - ] - }, - "properties": { - "undefined": "Propriano" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.905017, - 42.121415 - ] - }, - "properties": { - "undefined": "Salice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.95273, - 41.570971 - ] - }, - "properties": { - "undefined": "Sartène" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.964013, - 41.621461 - ] - }, - "properties": { - "undefined": "Sartène" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.963848, - 41.621902 - ] - }, - "properties": { - "undefined": "Sartène" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.868415, - 41.645732 - ] - }, - "properties": { - "undefined": "Belvédère-Campomoro" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.709331, - 42.301326 - ] - }, - "properties": { - "undefined": "Serriera" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.483918, - 42.809196 - ] - }, - "properties": { - "undefined": "Sisco" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.394812, - 41.699134 - ] - }, - "properties": { - "undefined": "Zonza" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.350042, - 42.614509 - ] - }, - "properties": { - "undefined": "Olmeta-di-Tuda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.803926, - 41.712381 - ] - }, - "properties": { - "undefined": "Serra-di-Ferro" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.529622, - 42.363212 - ] - }, - "properties": { - "undefined": "San-Nicolao" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.446608, - 42.550499 - ] - }, - "properties": { - "undefined": "Lucciana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.146628, - 41.678688 - ] - }, - "properties": { - "undefined": "Carbini" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.350708, - 42.96541 - ] - }, - "properties": { - "undefined": "Centuri" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.435675, - 41.999154 - ] - }, - "properties": { - "undefined": "Ghisonaccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.949884, - 42.168536 - ] - }, - "properties": { - "undefined": "Guagno" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.548939, - 42.225865 - ] - }, - "properties": { - "undefined": "Linguizzetta" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.548778, - 42.225964 - ] - }, - "properties": { - "undefined": "Linguizzetta" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.428504, - 42.476445 - ] - }, - "properties": { - "undefined": "Loreto-di-Casinca" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.333253, - 41.645189 - ] - }, - "properties": { - "undefined": "Lecci" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.954898, - 42.629787 - ] - }, - "properties": { - "undefined": "Monticello" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.961906, - 42.632429 - ] - }, - "properties": { - "undefined": "Monticello" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.53063, - 42.548657 - ] - }, - "properties": { - "undefined": "Lucciana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.465466, - 42.550769 - ] - }, - "properties": { - "undefined": "Lucciana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.442201, - 42.528147 - ] - }, - "properties": { - "undefined": "Lucciana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.408167, - 42.897789 - ] - }, - "properties": { - "undefined": "Luri" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.456341, - 42.741337 - ] - }, - "properties": { - "undefined": "San-Martino-di-Lota" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.389505, - 42.469061 - ] - }, - "properties": { - "undefined": "Monte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.38071, - 48.91828 - ] - }, - "properties": { - "undefined": "Wingen-sur-Moder" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.2747532, - 41.5372318 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.609770199999, - 45.7115857 - ] - }, - "properties": { - "undefined": "Les Gonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.079235881798033, - 44.125333499688494 - ] - }, - "properties": { - "undefined": "Alès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.143857839450771, - 43.67179371848097 - ] - }, - "properties": { - "undefined": "Lunel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.02472, - 44.04578 - ] - }, - "properties": { - "undefined": "Boisset-et-Gaujac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9778, - 45.70419 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8865, - 43.98066 - ] - }, - "properties": { - "undefined": "Monoblet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.4605483, - 42.73825410000001 - ] - }, - "properties": { - "undefined": "L'Île-Rousse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85870711, - 43.11350701 - ] - }, - "properties": { - "undefined": "La Seyne-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85870711, - 43.11350701 - ] - }, - "properties": { - "undefined": "La Seyne-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.369951, - 48.685055 - ] - }, - "properties": { - "undefined": "Avranches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53584, - 46.77338 - ] - }, - "properties": { - "undefined": "Cenon-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64471, - 46.56817 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00364, - 46.66113 - ] - }, - "properties": { - "undefined": "Chalandray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.32491, - 46.31971 - ] - }, - "properties": { - "undefined": "Champagné-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.32491, - 46.31971 - ] - }, - "properties": { - "undefined": "Champagné-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40692, - 46.1429 - ] - }, - "properties": { - "undefined": "Charroux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40692, - 46.1429 - ] - }, - "properties": { - "undefined": "Charroux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42732, - 46.2589 - ] - }, - "properties": { - "undefined": "Château-Garnier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42732, - 46.2589 - ] - }, - "properties": { - "undefined": "Château-Garnier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31243, - 46.41752 - ] - }, - "properties": { - "undefined": "Château-Larcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31243, - 46.41752 - ] - }, - "properties": { - "undefined": "Château-Larcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5452, - 46.81861 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5452, - 46.81861 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54894, - 46.8183 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54894, - 46.8183 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64471, - 46.56817 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53227, - 46.81327 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53227, - 46.81327 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53507, - 46.81348 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53507, - 46.81348 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5426, - 46.8363 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62974, - 46.56323 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62974, - 46.56323 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64653, - 46.57301 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64653, - 46.57301 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64261, - 46.56539 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64261, - 46.56539 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00364, - 46.66113 - ] - }, - "properties": { - "undefined": "Chalandray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05075, - 46.56231 - ] - }, - "properties": { - "undefined": "soregies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53584, - 46.77338 - ] - }, - "properties": { - "undefined": "Cenon-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18734, - 46.42672 - ] - }, - "properties": { - "undefined": "Celle-Lévescault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28073, - 46.73765 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37142, - 46.56913 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37142, - 46.56913 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.79966, - 46.25815 - ] - }, - "properties": { - "undefined": "Adriers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.79966, - 46.25815 - ] - }, - "properties": { - "undefined": "Adriers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88642, - 46.69456 - ] - }, - "properties": { - "undefined": "Angles-sur-l'Anglin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88642, - 46.69456 - ] - }, - "properties": { - "undefined": "Angles-sur-l'Anglin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.11232, - 46.94515 - ] - }, - "properties": { - "undefined": "Angliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.11232, - 46.94515 - ] - }, - "properties": { - "undefined": "Angliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65243, - 46.67327 - ] - }, - "properties": { - "undefined": "Archigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65243, - 46.67327 - ] - }, - "properties": { - "undefined": "Archigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57998, - 46.75684 - ] - }, - "properties": { - "undefined": "Availles-en-Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57998, - 46.75684 - ] - }, - "properties": { - "undefined": "Availles-en-Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07623, - 46.66011 - ] - }, - "properties": { - "undefined": "Ayron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07623, - 46.66011 - ] - }, - "properties": { - "undefined": "Ayron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05075, - 46.56231 - ] - }, - "properties": { - "undefined": "soregies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30572, - 46.57666 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30572, - 46.57666 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60268, - 46.60733 - ] - }, - "properties": { - "undefined": "Bonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60268, - 46.60733 - ] - }, - "properties": { - "undefined": "Bonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56957, - 46.68164 - ] - }, - "properties": { - "undefined": "Bonneuil-Matours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56957, - 46.68164 - ] - }, - "properties": { - "undefined": "Bonneuil-Matours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61114, - 46.36157 - ] - }, - "properties": { - "undefined": "Bouresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61114, - 46.36157 - ] - }, - "properties": { - "undefined": "Bouresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35242, - 46.59822 - ] - }, - "properties": { - "undefined": "Buxerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35242, - 46.59822 - ] - }, - "properties": { - "undefined": "Buxerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18734, - 46.42672 - ] - }, - "properties": { - "undefined": "Celle-Lévescault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28073, - 46.73765 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5426, - 46.8363 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65501, - 46.72772 - ] - }, - "properties": { - "undefined": "Chenevelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68699, - 46.18983 - ] - }, - "properties": { - "undefined": "Millac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45408, - 46.48322 - ] - }, - "properties": { - "undefined": "Nieuil-l'Espoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4882, - 46.76122 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4882, - 46.76122 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48267, - 46.76305 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48267, - 46.76305 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.02363, - 47.10853 - ] - }, - "properties": { - "undefined": "Morton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.02363, - 47.10853 - ] - }, - "properties": { - "undefined": "Morton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.21306, - 46.91925 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.21306, - 46.91925 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86969, - 46.42582 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86969, - 46.42582 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88005, - 46.43179 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.88005, - 46.43179 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87701, - 46.43351 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87701, - 46.43351 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0199, - 46.88099 - ] - }, - "properties": { - "undefined": "Moncontour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0199, - 46.88099 - ] - }, - "properties": { - "undefined": "Moncontour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45408, - 46.48322 - ] - }, - "properties": { - "undefined": "Nieuil-l'Espoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.41466, - 46.50859 - ] - }, - "properties": { - "undefined": "Nouaillé-Maupertuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.41466, - 46.50859 - ] - }, - "properties": { - "undefined": "Nouaillé-Maupertuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.04111, - 46.42062 - ] - }, - "properties": { - "undefined": "Rouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0437, - 47.07127 - ] - }, - "properties": { - "undefined": "Saint-Léger-de-Montbrillais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54547, - 46.39088 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Jourdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54547, - 46.39088 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Jourdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49724, - 46.5597 - ] - }, - "properties": { - "undefined": "Saint-Julien-l'Ars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49724, - 46.5597 - ] - }, - "properties": { - "undefined": "Saint-Julien-l'Ars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09176, - 46.84099 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Sauves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09176, - 46.84099 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Sauves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.04111, - 46.42062 - ] - }, - "properties": { - "undefined": "Rouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76626, - 46.73847 - ] - }, - "properties": { - "undefined": "Pleumartin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30311, - 46.27048 - ] - }, - "properties": { - "undefined": "Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30311, - 46.27048 - ] - }, - "properties": { - "undefined": "Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22979, - 46.6104 - ] - }, - "properties": { - "undefined": "Quinçay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22979, - 46.6104 - ] - }, - "properties": { - "undefined": "Quinçay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57314, - 46.11511 - ] - }, - "properties": { - "undefined": "Pressac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57314, - 46.11511 - ] - }, - "properties": { - "undefined": "Pressac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.76626, - 46.73847 - ] - }, - "properties": { - "undefined": "Pleumartin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68699, - 46.18983 - ] - }, - "properties": { - "undefined": "Millac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31113, - 46.61954 - ] - }, - "properties": { - "undefined": "Migné-Auxances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99439, - 46.43572 - ] - }, - "properties": { - "undefined": "Saint-Léomer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31113, - 46.61954 - ] - }, - "properties": { - "undefined": "Migné-Auxances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37044, - 46.5711 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37044, - 46.5711 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37044, - 46.5711 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37044, - 46.5711 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.11593, - 46.42912 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43986, - 46.73119 - ] - }, - "properties": { - "undefined": "Beaumont Saint-Cyr" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37178, - 46.56869 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.65501, - 46.72772 - ] - }, - "properties": { - "undefined": "Chenevelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37178, - 46.56869 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64471, - 46.56817 - ] - }, - "properties": { - "undefined": "Chauvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3464, - 46.61769 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3464, - 46.61769 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34631, - 46.61766 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36019, - 46.66112 - ] - }, - "properties": { - "undefined": "Chasseneuil-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36019, - 46.66112 - ] - }, - "properties": { - "undefined": "Chasseneuil-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3933, - 46.35718 - ] - }, - "properties": { - "undefined": "Magné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.72518, - 46.40225 - ] - }, - "properties": { - "undefined": "Lussac-les-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81045, - 46.4907 - ] - }, - "properties": { - "undefined": "Pindray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81045, - 46.4907 - ] - }, - "properties": { - "undefined": "Pindray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53496, - 46.77659 - ] - }, - "properties": { - "undefined": "Cenon-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34093, - 46.3962 - ] - }, - "properties": { - "undefined": "Marnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4139, - 46.54147 - ] - }, - "properties": { - "undefined": "Mignaloux-Beauvoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.4139, - 46.54147 - ] - }, - "properties": { - "undefined": "Mignaloux-Beauvoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.51656, - 46.17257 - ] - }, - "properties": { - "undefined": "Mauprévoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.51656, - 46.17257 - ] - }, - "properties": { - "undefined": "Mauprévoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.06018, - 46.91653 - ] - }, - "properties": { - "undefined": "Martaizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.06018, - 46.91653 - ] - }, - "properties": { - "undefined": "Martaizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34093, - 46.3962 - ] - }, - "properties": { - "undefined": "Marnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.21484, - 46.42481 - ] - }, - "properties": { - "undefined": "Marigny-Chemereau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.53496, - 46.77659 - ] - }, - "properties": { - "undefined": "Cenon-sur-Vienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3933, - 46.35718 - ] - }, - "properties": { - "undefined": "Magné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28977, - 46.24312 - ] - }, - "properties": { - "undefined": "Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28977, - 46.24312 - ] - }, - "properties": { - "undefined": "Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43986, - 46.73118 - ] - }, - "properties": { - "undefined": "Beaumont Saint-Cyr" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43986, - 46.73118 - ] - }, - "properties": { - "undefined": "Beaumont Saint-Cyr" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60611, - 46.93734 - ] - }, - "properties": { - "undefined": "Dangé-Saint-Romain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60611, - 46.93734 - ] - }, - "properties": { - "undefined": "Dangé-Saint-Romain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0437, - 47.07127 - ] - }, - "properties": { - "undefined": "Saint-Léger-de-Montbrillais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.99439, - 46.43572 - ] - }, - "properties": { - "undefined": "Saint-Léomer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08608, - 47.00618 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18175, - 46.64537 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30925, - 46.73564 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.70529, - 46.75958 - ] - }, - "properties": { - "undefined": "Leigné-les-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.70529, - 46.75958 - ] - }, - "properties": { - "undefined": "Leigné-les-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87585, - 46.37715 - ] - }, - "properties": { - "undefined": "Saulgé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.87585, - 46.37715 - ] - }, - "properties": { - "undefined": "Saulgé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18378, - 46.79024 - ] - }, - "properties": { - "undefined": "Mirebeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18378, - 46.79024 - ] - }, - "properties": { - "undefined": "Mirebeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18065, - 46.78656 - ] - }, - "properties": { - "undefined": "Mirebeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18065, - 46.78656 - ] - }, - "properties": { - "undefined": "Mirebeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.77655, - 46.50507 - ] - }, - "properties": { - "undefined": "Leignes-sur-Fontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.77655, - 46.50507 - ] - }, - "properties": { - "undefined": "Leignes-sur-Fontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48492, - 46.75725 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.48492, - 46.75725 - ] - }, - "properties": { - "undefined": "Naintré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09633, - 46.71077 - ] - }, - "properties": { - "undefined": "Vouzailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09633, - 46.71077 - ] - }, - "properties": { - "undefined": "Vouzailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.27232, - 46.57058 - ] - }, - "properties": { - "undefined": "Vouneuil-sous-Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.27232, - 46.57058 - ] - }, - "properties": { - "undefined": "Vouneuil-sous-Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30925, - 46.73564 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49537, - 46.32872 - ] - }, - "properties": { - "undefined": "Saint-Secondin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49537, - 46.32872 - ] - }, - "properties": { - "undefined": "Saint-Secondin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37658, - 46.55698 - ] - }, - "properties": { - "undefined": "Mignaloux-Beauvoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81115, - 46.78645 - ] - }, - "properties": { - "undefined": "La Roche-Posay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.25833, - 46.71738 - ] - }, - "properties": { - "undefined": "Chabournay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.25833, - 46.71738 - ] - }, - "properties": { - "undefined": "Chabournay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19754, - 46.56906 - ] - }, - "properties": { - "undefined": "Béruges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19754, - 46.56906 - ] - }, - "properties": { - "undefined": "Béruges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36394, - 46.6551 - ] - }, - "properties": { - "undefined": "Chasseneuil-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36394, - 46.6551 - ] - }, - "properties": { - "undefined": "Chasseneuil-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.37658, - 46.55698 - ] - }, - "properties": { - "undefined": "Mignaloux-Beauvoir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34213, - 46.54957 - ] - }, - "properties": { - "undefined": "Saint-Benoît" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24605, - 46.68789 - ] - }, - "properties": { - "undefined": "Neuville-de-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24605, - 46.68789 - ] - }, - "properties": { - "undefined": "Neuville-de-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26751, - 46.49409 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26751, - 46.49409 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40516, - 46.66909 - ] - }, - "properties": { - "undefined": "Saint-Georges-lès-Baillargeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40516, - 46.66909 - ] - }, - "properties": { - "undefined": "Saint-Georges-lès-Baillargeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.34213, - 46.54957 - ] - }, - "properties": { - "undefined": "Saint-Benoît" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18175, - 46.64537 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16553, - 46.63914 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2333, - 46.11744 - ] - }, - "properties": { - "undefined": "Saint-Macoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16553, - 46.63914 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61404, - 46.77956 - ] - }, - "properties": { - "undefined": "soregies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61404, - 46.77956 - ] - }, - "properties": { - "undefined": "soregies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28431, - 46.86971 - ] - }, - "properties": { - "undefined": "Savigny-sous-Faye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.28431, - 46.86971 - ] - }, - "properties": { - "undefined": "Savigny-sous-Faye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.311, - 46.1585 - ] - }, - "properties": { - "undefined": "Savigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.311, - 46.1585 - ] - }, - "properties": { - "undefined": "Savigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86389, - 46.56596 - ] - }, - "properties": { - "undefined": "Saint-Savin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86389, - 46.56596 - ] - }, - "properties": { - "undefined": "Saint-Savin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62647, - 46.80711 - ] - }, - "properties": { - "undefined": "Senillé-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62647, - 46.80711 - ] - }, - "properties": { - "undefined": "Senillé-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05509, - 46.35754 - ] - }, - "properties": { - "undefined": "Saint-Sauvant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05509, - 46.35754 - ] - }, - "properties": { - "undefined": "Saint-Sauvant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.84278, - 46.67931 - ] - }, - "properties": { - "undefined": "Saint-Pierre-de-Maillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.84278, - 46.67931 - ] - }, - "properties": { - "undefined": "Saint-Pierre-de-Maillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.41207, - 46.37738 - ] - }, - "properties": { - "undefined": "Saint-Maurice-la-Clouère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.41207, - 46.37738 - ] - }, - "properties": { - "undefined": "Saint-Maurice-la-Clouère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2333, - 46.11744 - ] - }, - "properties": { - "undefined": "Saint-Macoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.46523, - 46.57075 - ] - }, - "properties": { - "undefined": "Sèvres-Anxaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.46523, - 46.57075 - ] - }, - "properties": { - "undefined": "Sèvres-Anxaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35019, - 46.51127 - ] - }, - "properties": { - "undefined": "Smarves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59284, - 46.41083 - ] - }, - "properties": { - "undefined": "Verrières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26272, - 46.42595 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26272, - 46.42595 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17571, - 46.67593 - ] - }, - "properties": { - "undefined": "Villiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17571, - 46.67593 - ] - }, - "properties": { - "undefined": "Villiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.92126, - 46.55103 - ] - }, - "properties": { - "undefined": "Villemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.92126, - 46.55103 - ] - }, - "properties": { - "undefined": "Villemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.59284, - 46.41083 - ] - }, - "properties": { - "undefined": "Verrières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30653, - 46.73026 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.35019, - 46.51127 - ] - }, - "properties": { - "undefined": "Smarves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30653, - 46.73026 - ] - }, - "properties": { - "undefined": "Saint-Martin-la-Pallu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63465, - 46.50886 - ] - }, - "properties": { - "undefined": "Valdivienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63465, - 46.50886 - ] - }, - "properties": { - "undefined": "Valdivienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.52613, - 46.27595 - ] - }, - "properties": { - "undefined": "Usson-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.52613, - 46.27595 - ] - }, - "properties": { - "undefined": "Usson-du-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.12241, - 46.42201 - ] - }, - "properties": { - "undefined": "Thollet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.12241, - 46.42201 - ] - }, - "properties": { - "undefined": "Thollet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 46.64537 - ] - }, - "properties": { - "undefined": "Vouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.81115, - 46.78645 - ] - }, - "properties": { - "undefined": "La Roche-Posay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163263, - 46.206552 - ] - }, - "properties": { - "undefined": "Chaunay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16033, - 46.70139 - ] - }, - "properties": { - "undefined": "soregies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.11599, - 46.42918 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.12231, - 46.43525 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.12231, - 46.43525 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0859, - 47.006 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0859, - 47.006 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08278, - 47.0102 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08278, - 47.0102 - ] - }, - "properties": { - "undefined": "Loudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33276, - 46.5191 - ] - }, - "properties": { - "undefined": "Ligugé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33276, - 46.5191 - ] - }, - "properties": { - "undefined": "Ligugé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5978, - 46.43572 - ] - }, - "properties": { - "undefined": "Lhommaizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.5978, - 46.43572 - ] - }, - "properties": { - "undefined": "Lhommaizé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0177, - 47.0633 - ] - }, - "properties": { - "undefined": "Les Trois-Moutiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36949, - 46.47977 - ] - }, - "properties": { - "undefined": "Roches-Prémarie-Andillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.36949, - 46.47977 - ] - }, - "properties": { - "undefined": "Roches-Prémarie-Andillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67396, - 46.23086 - ] - }, - "properties": { - "undefined": "Le Vigeant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.11599, - 46.42918 - ] - }, - "properties": { - "undefined": "Lusignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.72538, - 46.40226 - ] - }, - "properties": { - "undefined": "Lussac-les-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.72538, - 46.40226 - ] - }, - "properties": { - "undefined": "Lussac-les-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210527, - 46.920493 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.54263, - 46.83623 - ] - }, - "properties": { - "undefined": "Châtellerault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19736, - 46.35839 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19736, - 46.35839 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19736, - 46.35839 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210555, - 46.92054 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210555, - 46.92054 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210527, - 46.920493 - ] - }, - "properties": { - "undefined": "Monts-sur-Guesnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.21484, - 46.42481 - ] - }, - "properties": { - "undefined": "Marigny-Chemereau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.311309, - 46.160084 - ] - }, - "properties": { - "undefined": "Savigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163327, - 46.20657 - ] - }, - "properties": { - "undefined": "Chaunay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163263, - 46.206552 - ] - }, - "properties": { - "undefined": "Chaunay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30007, - 46.54829 - ] - }, - "properties": { - "undefined": "Croutelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30007, - 46.54829 - ] - }, - "properties": { - "undefined": "Croutelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.30007, - 46.54829 - ] - }, - "properties": { - "undefined": "Croutelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.67396, - 46.23086 - ] - }, - "properties": { - "undefined": "Le Vigeant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0177, - 47.0633 - ] - }, - "properties": { - "undefined": "Les Trois-Moutiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16033, - 46.70139 - ] - }, - "properties": { - "undefined": "soregies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.185, - 46.48457 - ] - }, - "properties": { - "undefined": "Coulombiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09682, - 46.7588 - ] - }, - "properties": { - "undefined": "Cuhon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09682, - 46.7588 - ] - }, - "properties": { - "undefined": "Cuhon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17276, - 46.81292 - ] - }, - "properties": { - "undefined": "Chouppes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22874, - 46.64555 - ] - }, - "properties": { - "undefined": "Cissé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07669, - 46.61877 - ] - }, - "properties": { - "undefined": "Latillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.185, - 46.48457 - ] - }, - "properties": { - "undefined": "Coulombiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18271, - 46.30726 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66512, - 46.44447 - ] - }, - "properties": { - "undefined": "Civaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.22874, - 46.64555 - ] - }, - "properties": { - "undefined": "Cissé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18271, - 46.30726 - ] - }, - "properties": { - "undefined": "Valence-en-Poitou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16584, - 46.44436 - ] - }, - "properties": { - "undefined": "Cloué" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16584, - 46.44436 - ] - }, - "properties": { - "undefined": "Cloué" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29635, - 46.14706 - ] - }, - "properties": { - "undefined": "Civray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29635, - 46.14706 - ] - }, - "properties": { - "undefined": "Civray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.52324, - 46.47848 - ] - }, - "properties": { - "undefined": "Fleuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.52324, - 46.47848 - ] - }, - "properties": { - "undefined": "Fleuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26689, - 46.53334 - ] - }, - "properties": { - "undefined": "Fontaine-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26689, - 46.53334 - ] - }, - "properties": { - "undefined": "Fontaine-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.07669, - 46.61877 - ] - }, - "properties": { - "undefined": "Latillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04278, - 46.46695 - ] - }, - "properties": { - "undefined": "La Trimouille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.04278, - 46.46695 - ] - }, - "properties": { - "undefined": "La Trimouille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.01791, - 46.80673 - ] - }, - "properties": { - "undefined": "La Grimaudière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17276, - 46.81292 - ] - }, - "properties": { - "undefined": "Chouppes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.01791, - 46.80673 - ] - }, - "properties": { - "undefined": "La Grimaudière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47077, - 46.22636 - ] - }, - "properties": { - "undefined": "Joussé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.47077, - 46.22636 - ] - }, - "properties": { - "undefined": "Joussé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31542, - 46.48522 - ] - }, - "properties": { - "undefined": "Iteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31542, - 46.48522 - ] - }, - "properties": { - "undefined": "Iteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56652, - 46.87613 - ] - }, - "properties": { - "undefined": "Ingrandes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.56652, - 46.87613 - ] - }, - "properties": { - "undefined": "Ingrandes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42395, - 46.43994 - ] - }, - "properties": { - "undefined": "Gizay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.42395, - 46.43994 - ] - }, - "properties": { - "undefined": "Gizay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66512, - 46.44447 - ] - }, - "properties": { - "undefined": "Civaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3043377, - 49.1915441 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5514549, - 51.078304 - ] - }, - "properties": { - "undefined": "Bray-Dunes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9713852, - 50.9870357 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6536518, - 50.636603699999 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9722276, - 50.4945611 - ] - }, - "properties": { - "undefined": "Embry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.792899, - 48.034992 - ] - }, - "properties": { - "undefined": "Paucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.631166, - 47.940851 - ] - }, - "properties": { - "undefined": "Lombreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.62602, - 47.96226 - ] - }, - "properties": { - "undefined": "Chevillon-sur-Huillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.740797, - 48.043351 - ] - }, - "properties": { - "undefined": "Cepoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.672061, - 48.017411 - ] - }, - "properties": { - "undefined": "Pannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.786245, - 47.952592 - ] - }, - "properties": { - "undefined": "Conflans-sur-Loing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.709255, - 47.99084 - ] - }, - "properties": { - "undefined": "Villemandeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.774432, - 47.968048 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.772764, - 47.968284 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.736547, - 47.918313 - ] - }, - "properties": { - "undefined": "Solterre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.736391, - 47.930405 - ] - }, - "properties": { - "undefined": "Mormant-sur-Vernisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.730546, - 48.012275 - ] - }, - "properties": { - "undefined": "Châlette-sur-Loing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.618866, - 47.991795 - ] - }, - "properties": { - "undefined": "Saint-Maurice-sur-Fessard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.714751, - 47.989077 - ] - }, - "properties": { - "undefined": "Villemandeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.697983, - 48.045053 - ] - }, - "properties": { - "undefined": "Corquilleroy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.686007, - 47.945937 - ] - }, - "properties": { - "undefined": "Vimory" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.729456, - 48.000117 - ] - }, - "properties": { - "undefined": "Montargis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.715104, - 48.020196 - ] - }, - "properties": { - "undefined": "Châlette-sur-Loing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.72942, - 48.000205 - ] - }, - "properties": { - "undefined": "Montargis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.729438, - 48.000162 - ] - }, - "properties": { - "undefined": "Montargis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03, - 43.18 - ] - }, - "properties": { - "undefined": "Narbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.633379459639794, - 47.230062067926525 - ] - }, - "properties": { - "undefined": "Saint-Herblain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.633379459639794, - 47.230062067926525 - ] - }, - "properties": { - "undefined": "Saint-Herblain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.633379459639794, - 47.230062067926525 - ] - }, - "properties": { - "undefined": "Saint-Herblain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85, - 45.71 - ] - }, - "properties": { - "undefined": "Saint-Fons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63768, - 46.367228 - ] - }, - "properties": { - "undefined": "Benet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.63768, - 46.367228 - ] - }, - "properties": { - "undefined": "zeborne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.259898, - 48.895916 - ] - }, - "properties": { - "undefined": "Boitron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.236135, - 48.922424 - ] - }, - "properties": { - "undefined": "Bussières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.236135, - 48.922424 - ] - }, - "properties": { - "undefined": "Bussières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.237932, - 48.416935 - ] - }, - "properties": { - "undefined": "Bray-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.237932, - 48.416935 - ] - }, - "properties": { - "undefined": "Bray-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.906949, - 48.882027 - ] - }, - "properties": { - "undefined": "Bouleurs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.343567, - 48.69384 - ] - }, - "properties": { - "undefined": "Cerneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.906949, - 48.882027 - ] - }, - "properties": { - "undefined": "Bouleurs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.435735, - 48.257244 - ] - }, - "properties": { - "undefined": "Boulancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601874, - 48.56225 - ] - }, - "properties": { - "undefined": "Cesson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.435735, - 48.257244 - ] - }, - "properties": { - "undefined": "Boulancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.657576, - 48.195572 - ] - }, - "properties": { - "undefined": "Bougligny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.657576, - 48.195572 - ] - }, - "properties": { - "undefined": "Bougligny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.259898, - 48.895916 - ] - }, - "properties": { - "undefined": "Boitron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.588406, - 48.526657 - ] - }, - "properties": { - "undefined": "Boissise-la-Bertrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13829, - 48.8218 - ] - }, - "properties": { - "undefined": "Boissy-le-Châtel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.13829, - 48.8218 - ] - }, - "properties": { - "undefined": "Boissy-le-Châtel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.561816, - 48.503139 - ] - }, - "properties": { - "undefined": "Boissise-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.561816, - 48.503139 - ] - }, - "properties": { - "undefined": "Boissise-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.570593, - 48.525444 - ] - }, - "properties": { - "undefined": "Boissise-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.570593, - 48.525444 - ] - }, - "properties": { - "undefined": "Boissise-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.541457, - 48.499256 - ] - }, - "properties": { - "undefined": "Saint-Sauveur-sur-École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.226534, - 48.684597 - ] - }, - "properties": { - "undefined": "Boisdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.226534, - 48.684597 - ] - }, - "properties": { - "undefined": "Boisdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.24285, - 48.678036 - ] - }, - "properties": { - "undefined": "Bezalles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.24285, - 48.678036 - ] - }, - "properties": { - "undefined": "Bezalles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.244617, - 48.702133 - ] - }, - "properties": { - "undefined": "Beton-Bazoches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.244617, - 48.702133 - ] - }, - "properties": { - "undefined": "Beton-Bazoches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.343567, - 48.69384 - ] - }, - "properties": { - "undefined": "Cerneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.806383, - 49.039307 - ] - }, - "properties": { - "undefined": "Saint-Soupplets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.601874, - 48.56225 - ] - }, - "properties": { - "undefined": "Cesson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.70119, - 48.149586 - ] - }, - "properties": { - "undefined": "Château-Landon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.938246, - 48.675091 - ] - }, - "properties": { - "undefined": "Bernay-Vilbert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.841548, - 48.664284 - ] - }, - "properties": { - "undefined": "Chaumes-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.841548, - 48.664284 - ] - }, - "properties": { - "undefined": "Chaumes-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.184065, - 48.81773 - ] - }, - "properties": { - "undefined": "Chauffry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.184065, - 48.81773 - ] - }, - "properties": { - "undefined": "Chauffry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.837548, - 48.973423 - ] - }, - "properties": { - "undefined": "Chauconin-Neufmontiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.837548, - 48.973423 - ] - }, - "properties": { - "undefined": "Chauconin-Neufmontiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.835017, - 48.529648 - ] - }, - "properties": { - "undefined": "Châtillon-la-Borde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.835017, - 48.529648 - ] - }, - "properties": { - "undefined": "Châtillon-la-Borde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.62648, - 48.233624 - ] - }, - "properties": { - "undefined": "Châtenoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.62648, - 48.233624 - ] - }, - "properties": { - "undefined": "Châtenoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.096748, - 48.419575 - ] - }, - "properties": { - "undefined": "Châtenay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.096748, - 48.419575 - ] - }, - "properties": { - "undefined": "Châtenay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.70119, - 48.149586 - ] - }, - "properties": { - "undefined": "Château-Landon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.607938, - 48.465767 - ] - }, - "properties": { - "undefined": "Chailly-en-Bière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.700847, - 48.488678 - ] - }, - "properties": { - "undefined": "Chartrettes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.700847, - 48.488678 - ] - }, - "properties": { - "undefined": "Chartrettes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.760311, - 48.971008 - ] - }, - "properties": { - "undefined": "Charny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.760311, - 48.971008 - ] - }, - "properties": { - "undefined": "Charny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.250729, - 48.482674 - ] - }, - "properties": { - "undefined": "Chalmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.250729, - 48.482674 - ] - }, - "properties": { - "undefined": "Chalmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.314407, - 48.529079 - ] - }, - "properties": { - "undefined": "Chalautre-la-Petite" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.314407, - 48.529079 - ] - }, - "properties": { - "undefined": "Chalautre-la-Petite" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.459796, - 48.54184 - ] - }, - "properties": { - "undefined": "Chalautre-la-Grande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.459796, - 48.54184 - ] - }, - "properties": { - "undefined": "Chalautre-la-Grande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.124815, - 48.79105 - ] - }, - "properties": { - "undefined": "Chailly-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.124815, - 48.79105 - ] - }, - "properties": { - "undefined": "Chailly-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.607938, - 48.465767 - ] - }, - "properties": { - "undefined": "Chailly-en-Bière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.938246, - 48.675091 - ] - }, - "properties": { - "undefined": "Bernay-Vilbert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165309, - 48.439373 - ] - }, - "properties": { - "undefined": "Vimpelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.318183, - 48.85722 - ] - }, - "properties": { - "undefined": "Bellot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.318183, - 48.85722 - ] - }, - "properties": { - "undefined": "Bellot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.835405, - 48.644661 - ] - }, - "properties": { - "undefined": "Verneuil-l'Étang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.848262, - 48.325367 - ] - }, - "properties": { - "undefined": "Villecerf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.848262, - 48.325367 - ] - }, - "properties": { - "undefined": "Villecerf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.830368, - 48.813721 - ] - }, - "properties": { - "undefined": "Villeneuve-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.830368, - 48.813721 - ] - }, - "properties": { - "undefined": "Villeneuve-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.343021, - 48.861053 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Bellot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.343021, - 48.861053 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Bellot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.895756, - 48.342731 - ] - }, - "properties": { - "undefined": "Ville-Saint-Jacques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.895756, - 48.342731 - ] - }, - "properties": { - "undefined": "Ville-Saint-Jacques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.672179, - 48.900551 - ] - }, - "properties": { - "undefined": "Villevaudé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.672179, - 48.900551 - ] - }, - "properties": { - "undefined": "Villevaudé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.599086, - 48.494175 - ] - }, - "properties": { - "undefined": "Villiers-en-Bière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.599086, - 48.494175 - ] - }, - "properties": { - "undefined": "Villiers-en-Bière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406241, - 48.649963 - ] - }, - "properties": { - "undefined": "Villiers-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406241, - 48.649963 - ] - }, - "properties": { - "undefined": "Villiers-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.376131, - 48.455891 - ] - }, - "properties": { - "undefined": "Villiers-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.376131, - 48.455891 - ] - }, - "properties": { - "undefined": "Villiers-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.165309, - 48.439373 - ] - }, - "properties": { - "undefined": "Vimpelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.195108, - 48.616379 - ] - }, - "properties": { - "undefined": "Chenoise-Cucharmoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.003289, - 48.690327 - ] - }, - "properties": { - "undefined": "Voinsles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.003289, - 48.690327 - ] - }, - "properties": { - "undefined": "Voinsles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.664648, - 48.571087 - ] - }, - "properties": { - "undefined": "Voisenon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.664648, - 48.571087 - ] - }, - "properties": { - "undefined": "Voisenon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969121, - 48.282539 - ] - }, - "properties": { - "undefined": "Voulx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.969121, - 48.282539 - ] - }, - "properties": { - "undefined": "Voulx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.773878, - 48.637527 - ] - }, - "properties": { - "undefined": "Yèbles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.773878, - 48.637527 - ] - }, - "properties": { - "undefined": "Yèbles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.835405, - 48.644661 - ] - }, - "properties": { - "undefined": "Verneuil-l'Étang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.092751, - 49.046368 - ] - }, - "properties": { - "undefined": "Vendrest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.092751, - 49.046368 - ] - }, - "properties": { - "undefined": "Vendrest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.718575, - 48.924843 - ] - }, - "properties": { - "undefined": "Annet-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.478393, - 48.139336 - ] - }, - "properties": { - "undefined": "Beaumont-du-Gâtinais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.478393, - 48.139336 - ] - }, - "properties": { - "undefined": "Beaumont-du-Gâtinais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.188327, - 48.398651 - ] - }, - "properties": { - "undefined": "Bazoches-lès-Bray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.188327, - 48.398651 - ] - }, - "properties": { - "undefined": "Bazoches-lès-Bray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.603382, - 48.44495 - ] - }, - "properties": { - "undefined": "Barbizon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.603382, - 48.44495 - ] - }, - "properties": { - "undefined": "Barbizon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.146731, - 48.398796 - ] - }, - "properties": { - "undefined": "Balloy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.146731, - 48.398796 - ] - }, - "properties": { - "undefined": "Balloy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.706278, - 48.231504 - ] - }, - "properties": { - "undefined": "Bagneaux-sur-Loing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.706278, - 48.231504 - ] - }, - "properties": { - "undefined": "Bagneaux-sur-Loing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.021658, - 48.97871 - ] - }, - "properties": { - "undefined": "Armentières-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.021658, - 48.97871 - ] - }, - "properties": { - "undefined": "Armentières-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.718575, - 48.924843 - ] - }, - "properties": { - "undefined": "Annet-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.080205, - 48.688385 - ] - }, - "properties": { - "undefined": "Vaudoy-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.531976, - 48.279121 - ] - }, - "properties": { - "undefined": "Amponville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.531976, - 48.279121 - ] - }, - "properties": { - "undefined": "Amponville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56414, - 48.348167 - ] - }, - "properties": { - "undefined": "Achères-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56414, - 48.348167 - ] - }, - "properties": { - "undefined": "Achères-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.947197, - 48.958482 - ] - }, - "properties": { - "undefined": "Trilport" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.602099, - 48.342205 - ] - }, - "properties": { - "undefined": "Ury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.602099, - 48.342205 - ] - }, - "properties": { - "undefined": "Ury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.891339, - 48.44434 - ] - }, - "properties": { - "undefined": "Valence-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.891339, - 48.44434 - ] - }, - "properties": { - "undefined": "Valence-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92905, - 48.375946 - ] - }, - "properties": { - "undefined": "Varennes-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.92905, - 48.375946 - ] - }, - "properties": { - "undefined": "Varennes-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.080205, - 48.688385 - ] - }, - "properties": { - "undefined": "Vaudoy-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.195108, - 48.616379 - ] - }, - "properties": { - "undefined": "Chenoise-Cucharmoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.588406, - 48.526657 - ] - }, - "properties": { - "undefined": "Boissise-la-Bertrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.219879, - 48.758823 - ] - }, - "properties": { - "undefined": "Choisy-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.985625, - 48.941795 - ] - }, - "properties": { - "undefined": "Montceaux-lès-Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.427434, - 48.851772 - ] - }, - "properties": { - "undefined": "Montdauphin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69995, - 48.30003 - ] - }, - "properties": { - "undefined": "Montcourt-Fromonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69995, - 48.30003 - ] - }, - "properties": { - "undefined": "Montcourt-Fromonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.438183, - 48.694653 - ] - }, - "properties": { - "undefined": "Montceaux-lès-Provins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.438183, - 48.694653 - ] - }, - "properties": { - "undefined": "Montceaux-lès-Provins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.985625, - 48.941795 - ] - }, - "properties": { - "undefined": "Montceaux-lès-Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.850102, - 48.349255 - ] - }, - "properties": { - "undefined": "Moret-Loing-et-Orvanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.743907, - 49.025669 - ] - }, - "properties": { - "undefined": "Montgé-en-Goële" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.850102, - 48.349255 - ] - }, - "properties": { - "undefined": "Moret-Loing-et-Orvanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.581679, - 49.03389 - ] - }, - "properties": { - "undefined": "Mauregard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.581679, - 49.03389 - ] - }, - "properties": { - "undefined": "Mauregard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.163473, - 48.7766 - ] - }, - "properties": { - "undefined": "Marolles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.163473, - 48.7766 - ] - }, - "properties": { - "undefined": "Marolles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.034994, - 48.38625 - ] - }, - "properties": { - "undefined": "Marolles-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.427434, - 48.851772 - ] - }, - "properties": { - "undefined": "Montdauphin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.743907, - 49.025669 - ] - }, - "properties": { - "undefined": "Montgé-en-Goële" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.859685, - 48.926731 - ] - }, - "properties": { - "undefined": "Mareuil-lès-Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.915816, - 48.789227 - ] - }, - "properties": { - "undefined": "Mortcerf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.830538, - 48.768833 - ] - }, - "properties": { - "undefined": "Neufmoutiers-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.565315, - 48.580364 - ] - }, - "properties": { - "undefined": "Nandy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.565315, - 48.580364 - ] - }, - "properties": { - "undefined": "Nandy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.603089, - 49.064533 - ] - }, - "properties": { - "undefined": "Moussy-le-Neuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.603089, - 49.064533 - ] - }, - "properties": { - "undefined": "Moussy-le-Neuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.915816, - 48.789227 - ] - }, - "properties": { - "undefined": "Mortcerf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8905, - 48.6065 - ] - }, - "properties": { - "undefined": "Mormant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.828918, - 49.00922 - ] - }, - "properties": { - "undefined": "Monthyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8905, - 48.6065 - ] - }, - "properties": { - "undefined": "Mormant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.060808, - 48.452545 - ] - }, - "properties": { - "undefined": "Montigny-Lencoup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.060808, - 48.452545 - ] - }, - "properties": { - "undefined": "Montigny-Lencoup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.253999, - 48.383236 - ] - }, - "properties": { - "undefined": "Montigny-le-Guesdier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.253999, - 48.383236 - ] - }, - "properties": { - "undefined": "Montigny-le-Guesdier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.828918, - 49.00922 - ] - }, - "properties": { - "undefined": "Monthyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.034994, - 48.38625 - ] - }, - "properties": { - "undefined": "Marolles-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.859685, - 48.926731 - ] - }, - "properties": { - "undefined": "Mareuil-lès-Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.928877, - 48.335297 - ] - }, - "properties": { - "undefined": "Noisy-Rudignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.033389, - 48.713238 - ] - }, - "properties": { - "undefined": "Le Plessis-Feu-Aussoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.66521, - 48.62632 - ] - }, - "properties": { - "undefined": "Limoges-Fourches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.615704, - 48.747417 - ] - }, - "properties": { - "undefined": "Lésigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.615704, - 48.747417 - ] - }, - "properties": { - "undefined": "Lésigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.860826, - 48.50412 - ] - }, - "properties": { - "undefined": "Les Écrennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.860826, - 48.50412 - ] - }, - "properties": { - "undefined": "Les Écrennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.033389, - 48.713238 - ] - }, - "properties": { - "undefined": "Le Plessis-Feu-Aussoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.591242, - 49.017696 - ] - }, - "properties": { - "undefined": "Le Mesnil-Amelot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.694243, - 48.626202 - ] - }, - "properties": { - "undefined": "Lissy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.591242, - 49.017696 - ] - }, - "properties": { - "undefined": "Le Mesnil-Amelot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64036, - 48.542576 - ] - }, - "properties": { - "undefined": "Le Mée-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64036, - 48.542576 - ] - }, - "properties": { - "undefined": "Le Mée-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800076, - 48.509586 - ] - }, - "properties": { - "undefined": "Le Châtelet-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800076, - 48.509586 - ] - }, - "properties": { - "undefined": "Le Châtelet-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.79478, - 48.505161 - ] - }, - "properties": { - "undefined": "Le Châtelet-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.66521, - 48.62632 - ] - }, - "properties": { - "undefined": "Limoges-Fourches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.694243, - 48.626202 - ] - }, - "properties": { - "undefined": "Lissy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.771959, - 49.049637 - ] - }, - "properties": { - "undefined": "Marchémoret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.700226, - 48.548374 - ] - }, - "properties": { - "undefined": "Maincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.771959, - 49.049637 - ] - }, - "properties": { - "undefined": "Marchémoret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.151188, - 48.558975 - ] - }, - "properties": { - "undefined": "Maison-Rouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.151188, - 48.558975 - ] - }, - "properties": { - "undefined": "Maison-Rouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.991441, - 48.862556 - ] - }, - "properties": { - "undefined": "Maisoncelles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.991441, - 48.862556 - ] - }, - "properties": { - "undefined": "Maisoncelles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.700226, - 48.548374 - ] - }, - "properties": { - "undefined": "Maincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.829, - 48.455761 - ] - }, - "properties": { - "undefined": "Machault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.688477, - 48.511044 - ] - }, - "properties": { - "undefined": "Livry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.829, - 48.455761 - ] - }, - "properties": { - "undefined": "Machault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.246524, - 48.513992 - ] - }, - "properties": { - "undefined": "Longueville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.246524, - 48.513992 - ] - }, - "properties": { - "undefined": "Longueville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.026891, - 49.025196 - ] - }, - "properties": { - "undefined": "Lizy-sur-Ourcq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.026891, - 49.025196 - ] - }, - "properties": { - "undefined": "Lizy-sur-Ourcq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.688477, - 48.511044 - ] - }, - "properties": { - "undefined": "Livry-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.830538, - 48.768833 - ] - }, - "properties": { - "undefined": "Neufmoutiers-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.928877, - 48.335297 - ] - }, - "properties": { - "undefined": "Noisy-Rudignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59789, - 48.283298 - ] - }, - "properties": { - "undefined": "Larchant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.750641, - 48.52702 - ] - }, - "properties": { - "undefined": "Sivry-Courtry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.717254, - 48.657776 - ] - }, - "properties": { - "undefined": "Solers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.289959, - 48.509865 - ] - }, - "properties": { - "undefined": "Soisy-Bouy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.289959, - 48.509865 - ] - }, - "properties": { - "undefined": "Soisy-Bouy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69905, - 48.652874 - ] - }, - "properties": { - "undefined": "Soignolles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69905, - 48.652874 - ] - }, - "properties": { - "undefined": "Soignolles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.750641, - 48.52702 - ] - }, - "properties": { - "undefined": "Sivry-Courtry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068419, - 48.92791 - ] - }, - "properties": { - "undefined": "Signy-Signets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.73093, - 48.18083 - ] - }, - "properties": { - "undefined": "Souppes-sur-Loing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068419, - 48.92791 - ] - }, - "properties": { - "undefined": "Signy-Signets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.549188, - 48.557755 - ] - }, - "properties": { - "undefined": "Seine-Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.549188, - 48.557755 - ] - }, - "properties": { - "undefined": "Seine-Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.582113, - 48.596577 - ] - }, - "properties": { - "undefined": "Savigny-le-Temple" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.582113, - 48.596577 - ] - }, - "properties": { - "undefined": "Savigny-le-Temple" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.961653, - 48.885735 - ] - }, - "properties": { - "undefined": "Sancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.717254, - 48.657776 - ] - }, - "properties": { - "undefined": "Solers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.73093, - 48.18083 - ] - }, - "properties": { - "undefined": "Souppes-sur-Loing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.023394, - 48.421993 - ] - }, - "properties": { - "undefined": "Salins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.828953, - 48.578262 - ] - }, - "properties": { - "undefined": "Saint-Méry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.541457, - 48.499256 - ] - }, - "properties": { - "undefined": "Saint-Sauveur-sur-École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.232304, - 48.792183 - ] - }, - "properties": { - "undefined": "Saint-Rémy-la-Vanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.232304, - 48.792183 - ] - }, - "properties": { - "undefined": "Saint-Rémy-la-Vanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.915421, - 48.558926 - ] - }, - "properties": { - "undefined": "Saint-Ouen-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.915421, - 48.558926 - ] - }, - "properties": { - "undefined": "Saint-Ouen-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.828953, - 48.578262 - ] - }, - "properties": { - "undefined": "Saint-Méry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.708959, - 48.58168 - ] - }, - "properties": { - "undefined": "Saint-Germain-Laxis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35406, - 48.537212 - ] - }, - "properties": { - "undefined": "Sourdun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.708959, - 48.58168 - ] - }, - "properties": { - "undefined": "Saint-Germain-Laxis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18528, - 48.906219 - ] - }, - "properties": { - "undefined": "Saint-Cyr-sur-Morin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18528, - 48.906219 - ] - }, - "properties": { - "undefined": "Saint-Cyr-sur-Morin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.324744, - 48.566856 - ] - }, - "properties": { - "undefined": "Saint-Brice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.324744, - 48.566856 - ] - }, - "properties": { - "undefined": "Saint-Brice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35406, - 48.537212 - ] - }, - "properties": { - "undefined": "Sourdun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.961653, - 48.885735 - ] - }, - "properties": { - "undefined": "Sancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.023394, - 48.421993 - ] - }, - "properties": { - "undefined": "Salins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.496094, - 48.373798 - ] - }, - "properties": { - "undefined": "Noisy-sur-École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.772659, - 48.660645 - ] - }, - "properties": { - "undefined": "Ozouer-le-Voulgis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.984761, - 48.734184 - ] - }, - "properties": { - "undefined": "Pézarches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552458, - 48.474224 - ] - }, - "properties": { - "undefined": "Perthes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552458, - 48.474224 - ] - }, - "properties": { - "undefined": "Perthes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.079428, - 48.656075 - ] - }, - "properties": { - "undefined": "Pécy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.079428, - 48.656075 - ] - }, - "properties": { - "undefined": "Pécy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.772659, - 48.660645 - ] - }, - "properties": { - "undefined": "Ozouer-le-Voulgis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.654417, - 48.243546 - ] - }, - "properties": { - "undefined": "Ormesson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.040816, - 48.899723 - ] - }, - "properties": { - "undefined": "Pierre-Levée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.654417, - 48.243546 - ] - }, - "properties": { - "undefined": "Ormesson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.229534, - 48.904442 - ] - }, - "properties": { - "undefined": "Orly-sur-Morin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.229534, - 48.904442 - ] - }, - "properties": { - "undefined": "Orly-sur-Morin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35106, - 48.45281 - ] - }, - "properties": { - "undefined": "Noyen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35106, - 48.45281 - ] - }, - "properties": { - "undefined": "Noyen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.496094, - 48.373798 - ] - }, - "properties": { - "undefined": "Noisy-sur-École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.984761, - 48.734184 - ] - }, - "properties": { - "undefined": "Pézarches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.040816, - 48.899723 - ] - }, - "properties": { - "undefined": "Pierre-Levée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.048279, - 48.758305 - ] - }, - "properties": { - "undefined": "Beautheil-Saints" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.238447, - 48.850102 - ] - }, - "properties": { - "undefined": "Rebais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.048279, - 48.758305 - ] - }, - "properties": { - "undefined": "Beautheil-Saints" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29573, - 48.875221 - ] - }, - "properties": { - "undefined": "Sablonnières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29573, - 48.875221 - ] - }, - "properties": { - "undefined": "Sablonnières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.639528, - 48.346184 - ] - }, - "properties": { - "undefined": "Recloses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.639528, - 48.346184 - ] - }, - "properties": { - "undefined": "Recloses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.238447, - 48.850102 - ] - }, - "properties": { - "undefined": "Rebais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.233131, - 48.848412 - ] - }, - "properties": { - "undefined": "Rebais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.281679, - 48.539558 - ] - }, - "properties": { - "undefined": "Poigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.233131, - 48.848412 - ] - }, - "properties": { - "undefined": "Rebais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.62365, - 48.610615 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.62365, - 48.610615 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.740637, - 48.714993 - ] - }, - "properties": { - "undefined": "Presles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.740637, - 48.714993 - ] - }, - "properties": { - "undefined": "Presles-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.281679, - 48.539558 - ] - }, - "properties": { - "undefined": "Poigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.219879, - 48.758823 - ] - }, - "properties": { - "undefined": "Choisy-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.79478, - 48.505161 - ] - }, - "properties": { - "undefined": "Le Châtelet-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.945185, - 48.463512 - ] - }, - "properties": { - "undefined": "Échouboulains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.660926, - 48.521801 - ] - }, - "properties": { - "undefined": "La Rochette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.021417, - 48.343342 - ] - }, - "properties": { - "undefined": "La Brosse-Montceaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.671611, - 48.965435 - ] - }, - "properties": { - "undefined": "Gressy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120485, - 48.398468 - ] - }, - "properties": { - "undefined": "Gravon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.120485, - 48.398468 - ] - }, - "properties": { - "undefined": "Gravon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.293563, - 48.482601 - ] - }, - "properties": { - "undefined": "Gouaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.293563, - 48.482601 - ] - }, - "properties": { - "undefined": "Gouaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.744265, - 48.939857 - ] - }, - "properties": { - "undefined": "Fresnes-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.744265, - 48.939857 - ] - }, - "properties": { - "undefined": "Fresnes-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.961401, - 48.418995 - ] - }, - "properties": { - "undefined": "Forges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.961401, - 48.418995 - ] - }, - "properties": { - "undefined": "Forges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.951969, - 48.555733 - ] - }, - "properties": { - "undefined": "Fontenailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.951969, - 48.555733 - ] - }, - "properties": { - "undefined": "Fontenailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.756482, - 48.486507 - ] - }, - "properties": { - "undefined": "Fontaine-le-Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.021417, - 48.343342 - ] - }, - "properties": { - "undefined": "La Brosse-Montceaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.305767, - 48.782028 - ] - }, - "properties": { - "undefined": "La Ferté-Gaucher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.305767, - 48.782028 - ] - }, - "properties": { - "undefined": "La Ferté-Gaucher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.765274, - 48.448474 - ] - }, - "properties": { - "undefined": "Héricy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.660926, - 48.521801 - ] - }, - "properties": { - "undefined": "La Rochette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.874503, - 48.75351 - ] - }, - "properties": { - "undefined": "La Houssaye-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.756482, - 48.486507 - ] - }, - "properties": { - "undefined": "Fontaine-le-Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.874503, - 48.75351 - ] - }, - "properties": { - "undefined": "La Houssaye-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.349335, - 48.483391 - ] - }, - "properties": { - "undefined": "Hermé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.825952, - 48.912483 - ] - }, - "properties": { - "undefined": "Isles-lès-Villenoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.765274, - 48.448474 - ] - }, - "properties": { - "undefined": "Héricy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.957987, - 48.822292 - ] - }, - "properties": { - "undefined": "Guérard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.957987, - 48.822292 - ] - }, - "properties": { - "undefined": "Guérard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.671611, - 48.965435 - ] - }, - "properties": { - "undefined": "Gressy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.825952, - 48.912483 - ] - }, - "properties": { - "undefined": "Isles-lès-Villenoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.786925, - 48.999126 - ] - }, - "properties": { - "undefined": "Iverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.786925, - 48.999126 - ] - }, - "properties": { - "undefined": "Iverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054889, - 48.991291 - ] - }, - "properties": { - "undefined": "Jaignes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.054889, - 48.991291 - ] - }, - "properties": { - "undefined": "Jaignes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.123814, - 48.92767 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.123814, - 48.92767 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.568649, - 48.316978 - ] - }, - "properties": { - "undefined": "La Chapelle-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.568649, - 48.316978 - ] - }, - "properties": { - "undefined": "La Chapelle-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.971726, - 48.511906 - ] - }, - "properties": { - "undefined": "La Chapelle-Rablais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.971726, - 48.511906 - ] - }, - "properties": { - "undefined": "La Chapelle-Rablais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59789, - 48.283298 - ] - }, - "properties": { - "undefined": "Larchant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.349335, - 48.483391 - ] - }, - "properties": { - "undefined": "Hermé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39162, - 48.41394 - ] - }, - "properties": { - "undefined": "Fontaine-Fourches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068942, - 49.090664 - ] - }, - "properties": { - "undefined": "Crouy-sur-Ourcq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635144, - 48.515441 - ] - }, - "properties": { - "undefined": "Dammarie-les-Lys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635144, - 48.515441 - ] - }, - "properties": { - "undefined": "Dammarie-les-Lys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684942, - 49.053848 - ] - }, - "properties": { - "undefined": "Dammartin-en-Goële" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684942, - 49.053848 - ] - }, - "properties": { - "undefined": "Dammartin-en-Goële" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.139536, - 48.476547 - ] - }, - "properties": { - "undefined": "Donnemarie-Dontilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.139536, - 48.476547 - ] - }, - "properties": { - "undefined": "Donnemarie-Dontilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.945185, - 48.463512 - ] - }, - "properties": { - "undefined": "Échouboulains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.947197, - 48.958482 - ] - }, - "properties": { - "undefined": "Trilport" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.674363, - 48.230656 - ] - }, - "properties": { - "undefined": "Faÿ-lès-Nemours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.674363, - 48.230656 - ] - }, - "properties": { - "undefined": "Faÿ-lès-Nemours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011744, - 48.735561 - ] - }, - "properties": { - "undefined": "Touquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011744, - 48.735561 - ] - }, - "properties": { - "undefined": "Touquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.806383, - 49.039307 - ] - }, - "properties": { - "undefined": "Saint-Soupplets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8, - 48.4575 - ] - }, - "properties": { - "undefined": "Féricy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8, - 48.4575 - ] - }, - "properties": { - "undefined": "Féricy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.922666, - 48.312195 - ] - }, - "properties": { - "undefined": "Flagy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.922666, - 48.312195 - ] - }, - "properties": { - "undefined": "Flagy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068942, - 49.090664 - ] - }, - "properties": { - "undefined": "Crouy-sur-Ourcq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.39162, - 48.41394 - ] - }, - "properties": { - "undefined": "Fontaine-Fourches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08237, - 48.815 - ] - }, - "properties": { - "undefined": "Coulommiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.960665, - 48.647747 - ] - }, - "properties": { - "undefined": "Courpalay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.687649, - 48.945904 - ] - }, - "properties": { - "undefined": "Claye-Souilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.974578, - 49.006927 - ] - }, - "properties": { - "undefined": "Congis-sur-Thérouanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.974578, - 49.006927 - ] - }, - "properties": { - "undefined": "Congis-sur-Thérouanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.085838, - 48.81382 - ] - }, - "properties": { - "undefined": "Coulommiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.085838, - 48.81382 - ] - }, - "properties": { - "undefined": "Coulommiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08237, - 48.815 - ] - }, - "properties": { - "undefined": "Coulommiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90766, - 48.75396 - ] - }, - "properties": { - "undefined": "Crèvecœur-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.960665, - 48.647747 - ] - }, - "properties": { - "undefined": "Courpalay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.998514, - 48.469975 - ] - }, - "properties": { - "undefined": "Coutençon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.998514, - 48.469975 - ] - }, - "properties": { - "undefined": "Coutençon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.906715, - 48.858112 - ] - }, - "properties": { - "undefined": "Crécy-la-Chapelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.906715, - 48.858112 - ] - }, - "properties": { - "undefined": "Crécy-la-Chapelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.909066, - 48.857899 - ] - }, - "properties": { - "undefined": "Crécy-la-Chapelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.909066, - 48.857899 - ] - }, - "properties": { - "undefined": "Crécy-la-Chapelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.90766, - 48.75396 - ] - }, - "properties": { - "undefined": "Crèvecœur-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.687649, - 48.945904 - ] - }, - "properties": { - "undefined": "Claye-Souilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.51, - 43.54 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04, - 43.85 - ] - }, - "properties": { - "undefined": "Cavaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.97, - 45.73 - ] - }, - "properties": { - "undefined": "Chassieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.051543085729363, - 48.16127710253362 - ] - }, - "properties": { - "undefined": "Bazoches-les-Gallerandes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.311405, - 46.354612 - ] - }, - "properties": { - "undefined": "La Crèche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.311405, - 46.354612 - ] - }, - "properties": { - "undefined": "La Crèche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.131164, - 45.963065 - ] - }, - "properties": { - "undefined": "Fillière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.131164, - 45.963065 - ] - }, - "properties": { - "undefined": "Fillière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.131164, - 45.963065 - ] - }, - "properties": { - "undefined": "Fillière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9797605, - 48.6682107 - ] - }, - "properties": { - "undefined": "Saint-Malo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9797605, - 48.6682107 - ] - }, - "properties": { - "undefined": "Saint-Malo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402206153869494, - 50.483224599077815 - ] - }, - "properties": { - "undefined": "Pernes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402206153869494, - 50.483224599077815 - ] - }, - "properties": { - "undefined": "Pernes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.556822342990649, - 48.69566871299743 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.556822342990649, - 48.69566871299743 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.051543085729363, - 48.16127710253362 - ] - }, - "properties": { - "undefined": "Bazoches-les-Gallerandes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5669992, - 51.033072399999 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3196844, - 51.0175233 - ] - }, - "properties": { - "undefined": "Grande-Synthe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9863507, - 50.4699234 - ] - }, - "properties": { - "undefined": "Oignies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.081249, - 49.23891 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.081249, - 49.23891 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765641424794523, - 45.80602585384945 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765641424794523, - 45.80602585384945 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765641424794523, - 45.80602585384945 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765641424794523, - 45.80602585384945 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765641424794523, - 45.80602585384945 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765641424794523, - 45.80602585384945 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765641424794523, - 45.80602585384945 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765641424794523, - 45.80602585384945 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765641424794523, - 45.80602585384945 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0722651, - 49.0455191 - ] - }, - "properties": { - "undefined": "Cergy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0725349, - 49.0444744 - ] - }, - "properties": { - "undefined": "Cergy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.52645, - 48.75191 - ] - }, - "properties": { - "undefined": "Melsheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0767992, - 44.3455705 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.935854, - 49.32408 - ] - }, - "properties": { - "undefined": "Trieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.935854, - 49.32408 - ] - }, - "properties": { - "undefined": "Trieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64, - 43.79 - ] - }, - "properties": { - "undefined": "sanou-electricite" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.084008, - 49.238637 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.084008, - 49.238637 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.10671, - 48.89223 - ] - }, - "properties": { - "undefined": "Seltz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5774003, - 43.2402602 - ] - }, - "properties": { - "undefined": "Gassin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9277708, - 42.6585884 - ] - }, - "properties": { - "undefined": "Saleilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.03, - 48.12 - ] - }, - "properties": { - "undefined": "Saint-Pierre-la-Cour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84, - 45.79 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.135471415628564, - 44.079339763735184 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Brethmas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.136921215344072, - 41.50017664596053 - ] - }, - "properties": { - "undefined": "Figari" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.136921215344072, - 41.50017664596053 - ] - }, - "properties": { - "undefined": "Figari" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.136921215344072, - 41.50017664596053 - ] - }, - "properties": { - "undefined": "Figari" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5139025, - 42.1140208 - ] - }, - "properties": { - "undefined": "Aléria" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5139025, - 42.1140208 - ] - }, - "properties": { - "undefined": "Aléria" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.135471415628564, - 44.079339763735184 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Brethmas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.39, - 43.67 - ] - }, - "properties": { - "undefined": "we-sun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.895957, - 47.709747 - ] - }, - "properties": { - "undefined": "Combeaufontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.588925, - 47.650833 - ] - }, - "properties": { - "undefined": "Lyoffans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143673, - 47.64323 - ] - }, - "properties": { - "undefined": "Pusey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.781118, - 47.592013 - ] - }, - "properties": { - "undefined": "Échenans-sous-Mont-Vaudois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.159957, - 47.62037 - ] - }, - "properties": { - "undefined": "Vesoul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073609, - 47.423647 - ] - }, - "properties": { - "undefined": "Rioz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.174664, - 47.62926 - ] - }, - "properties": { - "undefined": "Frotey-lès-Vesoul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.365601, - 47.774631 - ] - }, - "properties": { - "undefined": "La Chapelle-lès-Luxeuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.993921, - 47.917131 - ] - }, - "properties": { - "undefined": "Corre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988465421806449, - 45.71576869086339 - ] - }, - "properties": { - "undefined": "Genas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3402467383073846, - 43.612262376081546 - ] - }, - "properties": { - "undefined": "Colomiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1198560355938945, - 45.90210582751428 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.192107439041139, - 43.6967734467621 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5428274, - 50.7244213 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0734169, - 48.5665745 - ] - }, - "properties": { - "undefined": "Nangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0734169, - 48.5665745 - ] - }, - "properties": { - "undefined": "Nangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0734169, - 48.5665745 - ] - }, - "properties": { - "undefined": "Nangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0734169, - 48.5665745 - ] - }, - "properties": { - "undefined": "Nangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0734169, - 48.5665745 - ] - }, - "properties": { - "undefined": "Nangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0734169, - 48.5665745 - ] - }, - "properties": { - "undefined": "Nangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0734169, - 48.5665745 - ] - }, - "properties": { - "undefined": "Nangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0734169, - 48.5665745 - ] - }, - "properties": { - "undefined": "Nangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.361448, - 43.812247 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3592, - 43.810977 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.472599, - 48.084312 - ] - }, - "properties": { - "undefined": "Beaune-la-Rolande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3592, - 43.810977 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3592, - 43.810977 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.361448, - 43.812247 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.361448, - 43.812247 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.398142, - 43.754762 - ] - }, - "properties": { - "undefined": "La Turbie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2339028, - 44.4425322 - ] - }, - "properties": { - "undefined": "Bazas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.356166554456669, - 43.7920082634787 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.356166554456669, - 43.7920082634787 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34201, - 47.046528 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34201, - 47.046528 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331869, - 47.612421 - ] - }, - "properties": { - "undefined": "Blois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331869, - 47.612421 - ] - }, - "properties": { - "undefined": "Blois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331869, - 47.612421 - ] - }, - "properties": { - "undefined": "Blois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.331869, - 47.612421 - ] - }, - "properties": { - "undefined": "Blois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65557, - 49.568055 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.323656, - 49.209081 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.323656, - 49.209081 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.323656, - 49.209081 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.323656, - 49.209081 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65557, - 49.568055 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34201, - 47.046528 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65557, - 49.568055 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.65557, - 49.568055 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34201, - 47.046528 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.655559, - 49.56802 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.251979, - 49.410967 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.251979, - 49.410967 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.251979, - 49.410967 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.251979, - 49.410967 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.655559, - 49.56802 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.655559, - 49.56802 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.655559, - 49.56802 - ] - }, - "properties": { - "undefined": "Laon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336322, - 51.022253 - ] - }, - "properties": { - "undefined": "Dunkerque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336322, - 51.022253 - ] - }, - "properties": { - "undefined": "Dunkerque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336322, - 51.022253 - ] - }, - "properties": { - "undefined": "Dunkerque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336322, - 51.022253 - ] - }, - "properties": { - "undefined": "Dunkerque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09623, - 49.347188 - ] - }, - "properties": { - "undefined": "Touques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09623, - 49.347188 - ] - }, - "properties": { - "undefined": "Touques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09623, - 49.347188 - ] - }, - "properties": { - "undefined": "Touques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09623, - 49.347188 - ] - }, - "properties": { - "undefined": "Touques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.169503, - 49.016271 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.169503, - 49.016271 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.169503, - 49.016271 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.334355, - 50.997593 - ] - }, - "properties": { - "undefined": "Armbouts-Cappel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.817843, - 50.453351 - ] - }, - "properties": { - "undefined": "Lens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.817843, - 50.453351 - ] - }, - "properties": { - "undefined": "Lens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.817843, - 50.453351 - ] - }, - "properties": { - "undefined": "Lens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.169503, - 49.016271 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.057926, - 50.383609 - ] - }, - "properties": { - "undefined": "Cuincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.057926, - 50.383609 - ] - }, - "properties": { - "undefined": "Cuincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.334355, - 50.997593 - ] - }, - "properties": { - "undefined": "Armbouts-Cappel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.094046, - 49.477319 - ] - }, - "properties": { - "undefined": "engie-mobilites-electriques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.334355, - 50.997593 - ] - }, - "properties": { - "undefined": "Armbouts-Cappel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.334355, - 50.997593 - ] - }, - "properties": { - "undefined": "Armbouts-Cappel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44438, - 44.913949 - ] - }, - "properties": { - "undefined": "Aurillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44438, - 44.913949 - ] - }, - "properties": { - "undefined": "Aurillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44438, - 44.913949 - ] - }, - "properties": { - "undefined": "Aurillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44438, - 44.913949 - ] - }, - "properties": { - "undefined": "Aurillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.817843, - 50.453351 - ] - }, - "properties": { - "undefined": "Lens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.057926, - 50.383609 - ] - }, - "properties": { - "undefined": "Cuincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.094046, - 49.477319 - ] - }, - "properties": { - "undefined": "engie-mobilites-electriques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.959227, - 49.540126 - ] - }, - "properties": { - "undefined": "Barentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.111005, - 49.40844 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.094046, - 49.477319 - ] - }, - "properties": { - "undefined": "engie-mobilites-electriques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.111005, - 49.40844 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.111005, - 49.40844 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.959227, - 49.540126 - ] - }, - "properties": { - "undefined": "Barentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.959227, - 49.540126 - ] - }, - "properties": { - "undefined": "Barentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.111005, - 49.40844 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.959227, - 49.540126 - ] - }, - "properties": { - "undefined": "Barentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.115604, - 50.682161 - ] - }, - "properties": { - "undefined": "Wasquehal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.115604, - 50.682161 - ] - }, - "properties": { - "undefined": "Wasquehal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.094046, - 49.477319 - ] - }, - "properties": { - "undefined": "Mont-Saint-Aignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.057926, - 50.383609 - ] - }, - "properties": { - "undefined": "Cuincy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.115604, - 50.682161 - ] - }, - "properties": { - "undefined": "Wasquehal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.115604, - 50.682161 - ] - }, - "properties": { - "undefined": "Wasquehal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.985609, - 50.273541 - ] - }, - "properties": { - "undefined": "Le Boisle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.985609, - 50.273541 - ] - }, - "properties": { - "undefined": "Le Boisle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.153194012, - 44.5041561 - ] - }, - "properties": { - "undefined": "Marmande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.61, - 45.59 - ] - }, - "properties": { - "undefined": "Aoste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.72, - 43.36 - ] - }, - "properties": { - "undefined": "eizmendi-restauration" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4978048, - 44.8526111 - ] - }, - "properties": { - "undefined": "Artigues-près-Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.073056, - 49.101681 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.380825275475741, - 44.288984939376896 - ] - }, - "properties": { - "undefined": "conectys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.380825275475741, - 44.288984939376896 - ] - }, - "properties": { - "undefined": "conectys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.380825275475741, - 44.288984939376896 - ] - }, - "properties": { - "undefined": "conectys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.073056, - 49.101681 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.919325, - 47.641882 - ] - }, - "properties": { - "undefined": "Bessoncourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.919329, - 47.641884 - ] - }, - "properties": { - "undefined": "Bessoncourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01672, - 43.6121039 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016626, - 43.611925 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01672, - 43.6121039 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01672, - 43.6121039 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01672, - 43.6121039 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01672, - 43.6121039 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01672, - 43.6121039 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.39091984844480976, - 49.20079970020356 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.578864, - 45.704218 - ] - }, - "properties": { - "undefined": "Yzeron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.029774, - 46.18141519 - ] - }, - "properties": { - "undefined": "Clussais-la-Pommeraie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.029774, - 46.18141519 - ] - }, - "properties": { - "undefined": "Clussais-la-Pommeraie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.148041, - 46.674512 - ] - }, - "properties": { - "undefined": "La Peyratte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.148041, - 46.674512 - ] - }, - "properties": { - "undefined": "La Peyratte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.649319, - 46.770453 - ] - }, - "properties": { - "undefined": "La Forêt-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.649319, - 46.770453 - ] - }, - "properties": { - "undefined": "La Forêt-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.074488, - 46.654902 - ] - }, - "properties": { - "undefined": "La Ferrière-en-Parthenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.074488, - 46.654902 - ] - }, - "properties": { - "undefined": "La Ferrière-en-Parthenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2994545, - 46.3623019 - ] - }, - "properties": { - "undefined": "La Crèche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2994545, - 46.3623019 - ] - }, - "properties": { - "undefined": "La Crèche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.296639, - 46.360436 - ] - }, - "properties": { - "undefined": "La Crèche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.296639, - 46.360436 - ] - }, - "properties": { - "undefined": "La Crèche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.326927, - 46.87922 - ] - }, - "properties": { - "undefined": "Geay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.326927, - 46.87922 - ] - }, - "properties": { - "undefined": "Geay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576905, - 46.633177 - ] - }, - "properties": { - "undefined": "L'Absie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352278, - 46.830708 - ] - }, - "properties": { - "undefined": "Faye-l'Abbesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.352278, - 46.830708 - ] - }, - "properties": { - "undefined": "Faye-l'Abbesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4166322, - 46.3885737 - ] - }, - "properties": { - "undefined": "Échiré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4166322, - 46.3885737 - ] - }, - "properties": { - "undefined": "Échiré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567109, - 46.779143 - ] - }, - "properties": { - "undefined": "Courlay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567109, - 46.779143 - ] - }, - "properties": { - "undefined": "Courlay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.357363, - 46.795306 - ] - }, - "properties": { - "undefined": "Chiché" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59730395, - 46.48260664 - ] - }, - "properties": { - "undefined": "Coulonges-sur-l'Autize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.589684, - 46.321324 - ] - }, - "properties": { - "undefined": "Coulon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.589684, - 46.321324 - ] - }, - "properties": { - "undefined": "Coulon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59730395, - 46.48260664 - ] - }, - "properties": { - "undefined": "Coulonges-sur-l'Autize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7384526, - 46.9219211 - ] - }, - "properties": { - "undefined": "Mauléon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576905, - 46.633177 - ] - }, - "properties": { - "undefined": "L'Absie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.358129, - 46.796145 - ] - }, - "properties": { - "undefined": "Chiché" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14574514, - 46.22041599 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14632978, - 46.2246696 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14632978, - 46.2246696 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14375894, - 46.22190306 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14375894, - 46.22190306 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14223895, - 46.22412259 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14223895, - 46.22412259 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.144056, - 46.21338 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.144056, - 46.21338 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3234604, - 46.53364734 - ] - }, - "properties": { - "undefined": "Mazières-en-Gâtine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3234604, - 46.53364734 - ] - }, - "properties": { - "undefined": "Mazières-en-Gâtine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7384526, - 46.9219211 - ] - }, - "properties": { - "undefined": "Mauléon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.23694974, - 46.73014296 - ] - }, - "properties": { - "undefined": "Lageon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.748457, - 46.923557 - ] - }, - "properties": { - "undefined": "Mauléon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.748457, - 46.923557 - ] - }, - "properties": { - "undefined": "Mauléon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5557142, - 46.3169129 - ] - }, - "properties": { - "undefined": "Magné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5557142, - 46.3169129 - ] - }, - "properties": { - "undefined": "Magné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.18853, - 47.01279 - ] - }, - "properties": { - "undefined": "Louzy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.18853, - 47.01279 - ] - }, - "properties": { - "undefined": "Louzy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.178913, - 46.133704 - ] - }, - "properties": { - "undefined": "Limalonges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.178913, - 46.133704 - ] - }, - "properties": { - "undefined": "Limalonges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0111787, - 46.2654959 - ] - }, - "properties": { - "undefined": "Lezay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0111787, - 46.2654959 - ] - }, - "properties": { - "undefined": "Lezay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.23694974, - 46.73014296 - ] - }, - "properties": { - "undefined": "Lageon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.357363, - 46.795306 - ] - }, - "properties": { - "undefined": "Chiché" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.18543031, - 47.0539167 - ] - }, - "properties": { - "undefined": "Brion-près-Thouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.358129, - 46.796145 - ] - }, - "properties": { - "undefined": "Chiché" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07567057, - 46.10834219 - ] - }, - "properties": { - "undefined": "Chef-Boutonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.495796, - 46.8509075 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4742407, - 46.8505132 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4742407, - 46.8505132 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.43454, - 46.77368 - ] - }, - "properties": { - "undefined": "Boismé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.43454, - 46.77368 - ] - }, - "properties": { - "undefined": "Boismé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49691272, - 46.3056042 - ] - }, - "properties": { - "undefined": "Bessines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49691272, - 46.3056042 - ] - }, - "properties": { - "undefined": "Bessines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.471974, - 46.184583 - ] - }, - "properties": { - "undefined": "Beauvoir-sur-Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.471974, - 46.184583 - ] - }, - "properties": { - "undefined": "Beauvoir-sur-Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4740947, - 46.3005485 - ] - }, - "properties": { - "undefined": "Beauvoir-sur-Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4740947, - 46.3005485 - ] - }, - "properties": { - "undefined": "Beauvoir-sur-Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2232991, - 46.4082556 - ] - }, - "properties": { - "undefined": "Azay-le-Brûlé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2232991, - 46.4082556 - ] - }, - "properties": { - "undefined": "Azay-le-Brûlé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1419912, - 46.05641465 - ] - }, - "properties": { - "undefined": "Aubigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1419912, - 46.05641465 - ] - }, - "properties": { - "undefined": "Aubigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.45415867, - 46.98505968 - ] - }, - "properties": { - "undefined": "Argentonnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.45415867, - 46.98505968 - ] - }, - "properties": { - "undefined": "Argentonnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55511357, - 46.47397865 - ] - }, - "properties": { - "undefined": "Ardin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55511357, - 46.47397865 - ] - }, - "properties": { - "undefined": "Ardin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.13181, - 46.82647 - ] - }, - "properties": { - "undefined": "Airvault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.13181, - 46.82647 - ] - }, - "properties": { - "undefined": "Airvault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.142448, - 46.825164 - ] - }, - "properties": { - "undefined": "Airvault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.142448, - 46.825164 - ] - }, - "properties": { - "undefined": "Airvault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.414381, - 46.2865953 - ] - }, - "properties": { - "undefined": "Aiffres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.414381, - 46.2865953 - ] - }, - "properties": { - "undefined": "Aiffres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.495796, - 46.8509075 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.494283, - 46.837561 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.494283, - 46.837561 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.670187, - 46.821 - ] - }, - "properties": { - "undefined": "Cerizay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07567057, - 46.10834219 - ] - }, - "properties": { - "undefined": "Chef-Boutonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06844854, - 46.1084164 - ] - }, - "properties": { - "undefined": "Chef-Boutonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.06844854, - 46.1084164 - ] - }, - "properties": { - "undefined": "Chef-Boutonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.373516, - 46.360322 - ] - }, - "properties": { - "undefined": "Chauray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.373516, - 46.360322 - ] - }, - "properties": { - "undefined": "Chauray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.253067, - 46.664542 - ] - }, - "properties": { - "undefined": "Châtillon-sur-Thouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.253067, - 46.664542 - ] - }, - "properties": { - "undefined": "Châtillon-sur-Thouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.248314, - 46.662615 - ] - }, - "properties": { - "undefined": "Châtillon-sur-Thouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.248314, - 46.662615 - ] - }, - "properties": { - "undefined": "Châtillon-sur-Thouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40244332, - 46.48549392 - ] - }, - "properties": { - "undefined": "Champdeniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40244332, - 46.48549392 - ] - }, - "properties": { - "undefined": "Champdeniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.670187, - 46.821 - ] - }, - "properties": { - "undefined": "Cerizay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.488702, - 46.842215 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.18543031, - 47.0539167 - ] - }, - "properties": { - "undefined": "Brion-près-Thouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14301159, - 46.2217749 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.418693, - 46.82054 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.416726, - 46.822523 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49713, - 46.838103 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.49713, - 46.838103 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.473538, - 46.839468 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.473538, - 46.839468 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.488702, - 46.842215 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14574514, - 46.22041599 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.471157, - 46.315578 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14301159, - 46.2217749 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2157898, - 46.9787321 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.02581, - 46.719493 - ] - }, - "properties": { - "undefined": "Thénezay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.02581, - 46.719493 - ] - }, - "properties": { - "undefined": "Thénezay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.418977, - 46.610536 - ] - }, - "properties": { - "undefined": "Secondigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.418977, - 46.610536 - ] - }, - "properties": { - "undefined": "Secondigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.10559154, - 46.1315471 - ] - }, - "properties": { - "undefined": "Sauzé-Vaussais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.10559154, - 46.1315471 - ] - }, - "properties": { - "undefined": "Sauzé-Vaussais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.232689, - 46.888542 - ] - }, - "properties": { - "undefined": "Saint-Varent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.232689, - 46.888542 - ] - }, - "properties": { - "undefined": "Saint-Varent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.18987608, - 46.2061172 - ] - }, - "properties": { - "undefined": "Saint-Romans-lès-Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.18987608, - 46.2061172 - ] - }, - "properties": { - "undefined": "Saint-Romans-lès-Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5216527, - 46.3730661 - ] - }, - "properties": { - "undefined": "Saint-Rémy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5216527, - 46.3730661 - ] - }, - "properties": { - "undefined": "Saint-Rémy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.742817, - 46.989946 - ] - }, - "properties": { - "undefined": "Saint-Pierre-des-Échaubrognes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.742817, - 46.989946 - ] - }, - "properties": { - "undefined": "Saint-Pierre-des-Échaubrognes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.296768, - 46.572497 - ] - }, - "properties": { - "undefined": "Saint-Pardoux-Soutiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.296768, - 46.572497 - ] - }, - "properties": { - "undefined": "Saint-Pardoux-Soutiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.202642, - 46.412127 - ] - }, - "properties": { - "undefined": "Saint-Maixent-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.202642, - 46.412127 - ] - }, - "properties": { - "undefined": "Saint-Maixent-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.19848589, - 46.41558618 - ] - }, - "properties": { - "undefined": "Saint-Maixent-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.19848589, - 46.41558618 - ] - }, - "properties": { - "undefined": "Saint-Maixent-l'École" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.16642619, - 46.78781078 - ] - }, - "properties": { - "undefined": "Saint-Loup-Lamairé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.16642619, - 46.78781078 - ] - }, - "properties": { - "undefined": "Saint-Loup-Lamairé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.217966, - 46.962352 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.217966, - 46.962352 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.71177102, - 46.26240115 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-la-Palud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.214995, - 46.978754 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2157898, - 46.9787321 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14501628, - 46.2223296 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1979541, - 46.981369 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5380875, - 46.4077779 - ] - }, - "properties": { - "undefined": "Villiers-en-Plaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5380875, - 46.4077779 - ] - }, - "properties": { - "undefined": "Villiers-en-Plaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.394435, - 46.144166 - ] - }, - "properties": { - "undefined": "Villiers-en-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.394435, - 46.144166 - ] - }, - "properties": { - "undefined": "Villiers-en-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2887617, - 46.5165944 - ] - }, - "properties": { - "undefined": "Verruyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2887617, - 46.5165944 - ] - }, - "properties": { - "undefined": "Verruyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0255528, - 46.57567772 - ] - }, - "properties": { - "undefined": "Vasles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0255528, - 46.57567772 - ] - }, - "properties": { - "undefined": "Vasles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.353478, - 46.045597 - ] - }, - "properties": { - "undefined": "Val en Vignes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.353478, - 46.045597 - ] - }, - "properties": { - "undefined": "Val en Vignes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.012737, - 46.083781 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.012737, - 46.083781 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2347598, - 46.991451 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2347598, - 46.991451 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244574, - 46.99604 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244574, - 46.99604 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.278269, - 46.976755 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.278269, - 46.976755 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2109496, - 46.9851529 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2109496, - 46.9851529 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.216844, - 46.972578 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.216844, - 46.972578 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.216606, - 46.975545 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.216606, - 46.975545 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1979541, - 46.981369 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.71177102, - 46.26240115 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-la-Palud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3532908, - 46.65044958 - ] - }, - "properties": { - "undefined": "Saint-Aubin-le-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3532908, - 46.65044958 - ] - }, - "properties": { - "undefined": "Saint-Aubin-le-Cloud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677204, - 46.782245 - ] - }, - "properties": { - "undefined": "Saint-André-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.437953, - 46.303875 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.460921, - 46.32145 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.460921, - 46.32145 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.489271, - 46.3307391 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.489271, - 46.3307391 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4074369, - 46.3157895 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4074369, - 46.3157895 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4604029, - 46.3288736 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4604029, - 46.3288736 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.467523, - 46.328049 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.467523, - 46.328049 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.471157, - 46.315578 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48823878, - 46.31882199 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48823878, - 46.31882199 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422689, - 46.335983 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422689, - 46.335983 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422692, - 46.336059 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422692, - 46.336059 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.589633, - 46.721541 - ] - }, - "properties": { - "undefined": "Moncoutant-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.589633, - 46.721541 - ] - }, - "properties": { - "undefined": "Moncoutant-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.05695068, - 46.49725688 - ] - }, - "properties": { - "undefined": "Ménigoute" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.05695068, - 46.49725688 - ] - }, - "properties": { - "undefined": "Ménigoute" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.15772504, - 46.2266485 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.15772504, - 46.2266485 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.14501628, - 46.2223296 - ] - }, - "properties": { - "undefined": "Melle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.437953, - 46.303875 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.437902, - 46.303843 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.437902, - 46.303843 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2476458, - 46.6477507 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677204, - 46.782245 - ] - }, - "properties": { - "undefined": "Saint-André-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11574545, - 46.29266393 - ] - }, - "properties": { - "undefined": "Rom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11574545, - 46.29266393 - ] - }, - "properties": { - "undefined": "Rom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34483773, - 46.25910761 - ] - }, - "properties": { - "undefined": "Prahecq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34483773, - 46.25910761 - ] - }, - "properties": { - "undefined": "Prahecq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.055385, - 46.881532 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.055385, - 46.881532 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.08293332, - 46.90095884 - ] - }, - "properties": { - "undefined": "Plaine-et-Vallées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.08293332, - 46.90095884 - ] - }, - "properties": { - "undefined": "Plaine-et-Vallées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.04221723, - 46.97521972 - ] - }, - "properties": { - "undefined": "Pas-de-Jeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.04221723, - 46.97521972 - ] - }, - "properties": { - "undefined": "Pas-de-Jeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2476458, - 46.6477507 - ] - }, - "properties": { - "undefined": "reseau-alterbase-79" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.463516, - 46.331921 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.251641, - 46.648833 - ] - }, - "properties": { - "undefined": "Parthenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.251641, - 46.648833 - ] - }, - "properties": { - "undefined": "Parthenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0521514, - 46.3965368 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0521514, - 46.3965368 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0553447, - 46.3959629 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0553447, - 46.3959629 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.593893, - 46.944964 - ] - }, - "properties": { - "undefined": "Nueil-les-Aubiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.593893, - 46.944964 - ] - }, - "properties": { - "undefined": "Nueil-les-Aubiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58792319, - 46.95686714 - ] - }, - "properties": { - "undefined": "Nueil-les-Aubiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.58792319, - 46.95686714 - ] - }, - "properties": { - "undefined": "Nueil-les-Aubiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.463516, - 46.331921 - ] - }, - "properties": { - "undefined": "Niort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.214995, - 46.978754 - ] - }, - "properties": { - "undefined": "Thouars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.371096600000001, - 48.15908049999999 - ] - }, - "properties": { - "undefined": "Ostheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9257621, - 43.5282927 - ] - }, - "properties": { - "undefined": "Palavas-les-Flots" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9652648, - 50.2669787 - ] - }, - "properties": { - "undefined": "Maubeuge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59567398310793, - 50.51999281984215 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5890656778496008, - 50.526149397749904 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5957009765331387, - 50.52003488743544 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5957009765331387, - 50.52003488743544 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5865497163965239, - 50.52024529238238 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5865497163965239, - 50.52024529238238 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5865782468226999, - 50.52023803636371 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5890656778496008, - 50.526149397749904 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5802344825222774, - 50.5237102932706 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5802344825222774, - 50.5237102932706 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.579135760951923, - 50.51658485952207 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.579135760951923, - 50.51658485952207 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7471049, - 45.4137074 - ] - }, - "properties": { - "undefined": "Entre-deux-Guiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677804, - 43.2866873 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677804, - 43.2866873 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677804, - 43.2866873 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677804, - 43.2866873 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677804, - 43.2866873 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057033999999999, - 45.84568999999999 - ] - }, - "properties": { - "undefined": "Montluel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0311097, - 44.0911453 - ] - }, - "properties": { - "undefined": "Aubignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.758025, - 42.484241 - ] - }, - "properties": { - "undefined": "Céret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.758025, - 42.484241 - ] - }, - "properties": { - "undefined": "Céret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.758025, - 42.484241 - ] - }, - "properties": { - "undefined": "Céret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1967988, - 44.4381511 - ] - }, - "properties": { - "undefined": "Banassac-Canilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1967988, - 44.4381511 - ] - }, - "properties": { - "undefined": "Banassac-Canilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677804, - 43.2866873 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1967988, - 44.4381511 - ] - }, - "properties": { - "undefined": "Banassac-Canilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677804, - 43.2866873 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677804, - 43.2866873 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5677804, - 43.2866873 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.372115, - 46.12509099999999 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4192407, - 44.4744571 - ] - }, - "properties": { - "undefined": "Lagorce" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057033999999999, - 45.84568999999999 - ] - }, - "properties": { - "undefined": "Montluel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057033999999999, - 45.84568999999999 - ] - }, - "properties": { - "undefined": "Montluel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057033999999999, - 45.84568999999999 - ] - }, - "properties": { - "undefined": "Montluel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057033999999999, - 45.84568999999999 - ] - }, - "properties": { - "undefined": "Montluel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057033999999999, - 45.84568999999999 - ] - }, - "properties": { - "undefined": "Montluel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3670389, - 46.10760080000001 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3670389, - 46.10760080000001 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3670389, - 46.10760080000001 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5955586, - 45.2732968 - ] - }, - "properties": { - "undefined": "Saint-Germain-les-Vergnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.79973, - 43.2076102 - ] - }, - "properties": { - "undefined": "Lézignan-Corbières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.79973, - 43.2076102 - ] - }, - "properties": { - "undefined": "Lézignan-Corbières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.143766265497639, - 43.3292004491334 - ] - }, - "properties": { - "undefined": "Carry-le-Rouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4524017, - 48.2368506 - ] - }, - "properties": { - "undefined": "Vendeuvre-sur-Barse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4524017, - 48.2368506 - ] - }, - "properties": { - "undefined": "Vendeuvre-sur-Barse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1348357, - 48.3005817 - ] - }, - "properties": { - "undefined": "Villechétif" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1348357, - 48.3005817 - ] - }, - "properties": { - "undefined": "Villechétif" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1348357, - 48.3005817 - ] - }, - "properties": { - "undefined": "Villechétif" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1348357, - 48.3005817 - ] - }, - "properties": { - "undefined": "Villechétif" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1348357, - 48.3005817 - ] - }, - "properties": { - "undefined": "Villechétif" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.954054532862406, - 47.2166457444792 - ] - }, - "properties": { - "undefined": "Besançon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9321064, - 48.7513226 - ] - }, - "properties": { - "undefined": "Coignières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0458858, - 48.7978439 - ] - }, - "properties": { - "undefined": "Montigny-le-Bretonneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.217619, - 50.566184 - ] - }, - "properties": { - "undefined": "Cysoing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.345135599999999, - 41.69983680000001 - ] - }, - "properties": { - "undefined": "Zonza" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4743602103553713, - 47.51236168509763 - ] - }, - "properties": { - "undefined": "Verrières-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.95, - 43.47 - ] - }, - "properties": { - "undefined": "Fos-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.987552127378094, - 43.442782142736384 - ] - }, - "properties": { - "undefined": "Vaudreuille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3670389, - 46.10760080000001 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6760356, - 46.441643 - ] - }, - "properties": { - "undefined": "Talmont-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057033999999999, - 45.84568999999999 - ] - }, - "properties": { - "undefined": "Montluel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.372115, - 46.12509099999999 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4192407, - 44.4744571 - ] - }, - "properties": { - "undefined": "Lagorce" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3670389, - 46.10760080000001 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3670389, - 46.10760080000001 - ] - }, - "properties": { - "undefined": "Bessines-sur-Gartempe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5955586, - 45.2732968 - ] - }, - "properties": { - "undefined": "Saint-Germain-les-Vergnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6760356, - 46.441643 - ] - }, - "properties": { - "undefined": "Talmont-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6760356, - 46.441643 - ] - }, - "properties": { - "undefined": "Talmont-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0311097, - 44.0911453 - ] - }, - "properties": { - "undefined": "Aubignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4218187, - 49.3959347 - ] - }, - "properties": { - "undefined": "Fitz-James" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4218187, - 49.3959347 - ] - }, - "properties": { - "undefined": "Fitz-James" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1178263, - 45.6494913 - ] - }, - "properties": { - "undefined": "Saint-Palais-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1178263, - 45.6494913 - ] - }, - "properties": { - "undefined": "Saint-Palais-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82, - 45.33 - ] - }, - "properties": { - "undefined": "Salaise-sur-Sanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.853408088061449, - 43.954525553229516 - ] - }, - "properties": { - "undefined": "Saint-Affrique" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.853408088061449, - 43.954525553229516 - ] - }, - "properties": { - "undefined": "Saint-Affrique" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52710519266027, - 48.832825866061164 - ] - }, - "properties": { - "undefined": "hopital-saint-camille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.16, - 45.8 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Forcalquier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Forcalquier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780446, - 43.9585575 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8846990973662954, - 44.107170327068204 - ] - }, - "properties": { - "undefined": "Saint-Jean-du-Gard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.136254786296182, - 43.54064693288783 - ] - }, - "properties": { - "undefined": "Le Grau-du-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.206137457654465, - 43.745680776707296 - ] - }, - "properties": { - "undefined": "Vergèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2585815, - 45.90524019999999 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2585815, - 45.90524019999999 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2585815, - 45.90524019999999 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2585815, - 45.90524019999999 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08, - 43.68 - ] - }, - "properties": { - "undefined": "Lunel-Viel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.23, - 49.11 - ] - }, - "properties": { - "undefined": "Clef Vallée d'Eure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.23, - 49.11 - ] - }, - "properties": { - "undefined": "Clef Vallée d'Eure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9863507, - 50.4699234 - ] - }, - "properties": { - "undefined": "Oignies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6075326, - 50.6962979 - ] - }, - "properties": { - "undefined": "Saint-Léonard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0558528, - 43.12799930000001 - ] - }, - "properties": { - "undefined": "Narbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0558528, - 43.12799930000001 - ] - }, - "properties": { - "undefined": "Narbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.363111, - 48.106855 - ] - }, - "properties": { - "undefined": "Colmar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.602383, - 50.405159 - ] - }, - "properties": { - "undefined": "Berck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11163, - 49.4094 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11163, - 49.4094 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11163, - 49.4094 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11163, - 49.4094 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11163, - 49.4094 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.602383, - 50.405159 - ] - }, - "properties": { - "undefined": "Berck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.602383, - 50.405159 - ] - }, - "properties": { - "undefined": "Berck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.602383, - 50.405159 - ] - }, - "properties": { - "undefined": "Berck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.602383, - 50.405159 - ] - }, - "properties": { - "undefined": "Berck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.288004, - 48.172688 - ] - }, - "properties": { - "undefined": "Sens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.647624, - 47.348542 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.288004, - 48.172688 - ] - }, - "properties": { - "undefined": "Sens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.288004, - 48.172688 - ] - }, - "properties": { - "undefined": "Sens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.988355, - 50.413551 - ] - }, - "properties": { - "undefined": "Noyelles-Godault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.988355, - 50.413551 - ] - }, - "properties": { - "undefined": "Noyelles-Godault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.988355, - 50.413551 - ] - }, - "properties": { - "undefined": "Noyelles-Godault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.988355, - 50.413551 - ] - }, - "properties": { - "undefined": "Noyelles-Godault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.988355, - 50.413551 - ] - }, - "properties": { - "undefined": "Noyelles-Godault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08386, - 50.58572 - ] - }, - "properties": { - "undefined": "Faches-Thumesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.647624, - 47.348542 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.647624, - 47.348542 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08386, - 50.58572 - ] - }, - "properties": { - "undefined": "Faches-Thumesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255056, - 50.182967 - ] - }, - "properties": { - "undefined": "Cambrai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.363111, - 48.106855 - ] - }, - "properties": { - "undefined": "Colmar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.019881, - 47.283199 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.363111, - 48.106855 - ] - }, - "properties": { - "undefined": "Colmar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.426173, - 50.129276 - ] - }, - "properties": { - "undefined": "Caudry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.426173, - 50.129276 - ] - }, - "properties": { - "undefined": "Caudry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.426173, - 50.129276 - ] - }, - "properties": { - "undefined": "Caudry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255056, - 50.182967 - ] - }, - "properties": { - "undefined": "Cambrai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255056, - 50.182967 - ] - }, - "properties": { - "undefined": "Cambrai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.629207, - 50.524317 - ] - }, - "properties": { - "undefined": "Béthune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.647624, - 47.348542 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.629207, - 50.524317 - ] - }, - "properties": { - "undefined": "Béthune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.629207, - 50.524317 - ] - }, - "properties": { - "undefined": "Béthune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.993622, - 47.283904 - ] - }, - "properties": { - "undefined": "École-Valentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.993622, - 47.283904 - ] - }, - "properties": { - "undefined": "École-Valentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.993622, - 47.283904 - ] - }, - "properties": { - "undefined": "École-Valentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.511242, - 50.333162 - ] - }, - "properties": { - "undefined": "Aulnoy-lez-Valenciennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.511242, - 50.333162 - ] - }, - "properties": { - "undefined": "Aulnoy-lez-Valenciennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.647624, - 47.348542 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08386, - 50.58572 - ] - }, - "properties": { - "undefined": "Faches-Thumesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.511242, - 50.333162 - ] - }, - "properties": { - "undefined": "Aulnoy-lez-Valenciennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08386, - 50.58572 - ] - }, - "properties": { - "undefined": "Faches-Thumesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08386, - 50.58572 - ] - }, - "properties": { - "undefined": "Faches-Thumesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.702759, - 50.308256 - ] - }, - "properties": { - "undefined": "Arras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.702759, - 50.308256 - ] - }, - "properties": { - "undefined": "Arras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.702759, - 50.308256 - ] - }, - "properties": { - "undefined": "Arras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.666764, - 50.730562 - ] - }, - "properties": { - "undefined": "Saint-Martin-Boulogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.666764, - 50.730562 - ] - }, - "properties": { - "undefined": "Saint-Martin-Boulogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.666764, - 50.730562 - ] - }, - "properties": { - "undefined": "Saint-Martin-Boulogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.666764, - 50.730562 - ] - }, - "properties": { - "undefined": "Saint-Martin-Boulogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.666764, - 50.730562 - ] - }, - "properties": { - "undefined": "Saint-Martin-Boulogne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.055979, - 49.213929 - ] - }, - "properties": { - "undefined": "Cormontreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.055979, - 49.213929 - ] - }, - "properties": { - "undefined": "Cormontreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.055979, - 49.213929 - ] - }, - "properties": { - "undefined": "Cormontreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.055979, - 49.213929 - ] - }, - "properties": { - "undefined": "Cormontreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.055979, - 49.213929 - ] - }, - "properties": { - "undefined": "Cormontreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.965283, - 50.63337 - ] - }, - "properties": { - "undefined": "Haubourdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.965283, - 50.63337 - ] - }, - "properties": { - "undefined": "Haubourdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.965283, - 50.63337 - ] - }, - "properties": { - "undefined": "Haubourdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.019881, - 47.283199 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.965283, - 50.63337 - ] - }, - "properties": { - "undefined": "Haubourdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.965283, - 50.63337 - ] - }, - "properties": { - "undefined": "Haubourdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.702759, - 50.308256 - ] - }, - "properties": { - "undefined": "Arras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.702759, - 50.308256 - ] - }, - "properties": { - "undefined": "Arras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77271, - 50.422518 - ] - }, - "properties": { - "undefined": "Liévin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.222288, - 50.68201 - ] - }, - "properties": { - "undefined": "Leers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.478509, - 50.381036 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.478509, - 50.381036 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.478509, - 50.381036 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.478509, - 50.381036 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.478509, - 50.381036 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.222288, - 50.68201 - ] - }, - "properties": { - "undefined": "Leers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.222288, - 50.68201 - ] - }, - "properties": { - "undefined": "Leers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.222288, - 50.68201 - ] - }, - "properties": { - "undefined": "Leers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.222288, - 50.68201 - ] - }, - "properties": { - "undefined": "Leers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77271, - 50.422518 - ] - }, - "properties": { - "undefined": "Liévin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.129024, - 50.615268 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.129024, - 50.615268 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.129024, - 50.615268 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.129024, - 50.615268 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.129024, - 50.615268 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77271, - 50.422518 - ] - }, - "properties": { - "undefined": "Liévin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77271, - 50.422518 - ] - }, - "properties": { - "undefined": "Liévin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77271, - 50.422518 - ] - }, - "properties": { - "undefined": "Liévin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.019881, - 47.283199 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.812512, - 47.500958 - ] - }, - "properties": { - "undefined": "Montbéliard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.382405, - 51.017619 - ] - }, - "properties": { - "undefined": "Coudekerque-Branche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409276, - 49.141723 - ] - }, - "properties": { - "undefined": "Haudainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133115, - 50.740027 - ] - }, - "properties": { - "undefined": "Roncq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12795, - 48.693561 - ] - }, - "properties": { - "undefined": "Laxou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12795, - 48.693561 - ] - }, - "properties": { - "undefined": "Laxou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12795, - 48.693561 - ] - }, - "properties": { - "undefined": "Laxou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12795, - 48.693561 - ] - }, - "properties": { - "undefined": "Laxou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12795, - 48.693561 - ] - }, - "properties": { - "undefined": "Laxou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143853, - 49.19134 - ] - }, - "properties": { - "undefined": "Semécourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143853, - 49.19134 - ] - }, - "properties": { - "undefined": "Semécourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143853, - 49.19134 - ] - }, - "properties": { - "undefined": "Semécourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143853, - 49.19134 - ] - }, - "properties": { - "undefined": "Semécourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143853, - 49.19134 - ] - }, - "properties": { - "undefined": "Semécourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.109315, - 49.081079 - ] - }, - "properties": { - "undefined": "Augny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.109315, - 49.081079 - ] - }, - "properties": { - "undefined": "Augny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.109315, - 49.081079 - ] - }, - "properties": { - "undefined": "Augny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.109315, - 49.081079 - ] - }, - "properties": { - "undefined": "Augny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.109315, - 49.081079 - ] - }, - "properties": { - "undefined": "Augny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409276, - 49.141723 - ] - }, - "properties": { - "undefined": "Haudainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409276, - 49.141723 - ] - }, - "properties": { - "undefined": "Haudainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409276, - 49.141723 - ] - }, - "properties": { - "undefined": "Haudainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133115, - 50.740027 - ] - }, - "properties": { - "undefined": "Roncq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133115, - 50.740027 - ] - }, - "properties": { - "undefined": "Roncq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133115, - 50.740027 - ] - }, - "properties": { - "undefined": "Roncq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.472424, - 50.379911 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.613217, - 50.485562 - ] - }, - "properties": { - "undefined": "Cucq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.613217, - 50.485562 - ] - }, - "properties": { - "undefined": "Cucq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.613217, - 50.485562 - ] - }, - "properties": { - "undefined": "Cucq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.613217, - 50.485562 - ] - }, - "properties": { - "undefined": "Cucq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.613217, - 50.485562 - ] - }, - "properties": { - "undefined": "Cucq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.382405, - 51.017619 - ] - }, - "properties": { - "undefined": "Coudekerque-Branche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.613217, - 50.485562 - ] - }, - "properties": { - "undefined": "Cucq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.472424, - 50.379911 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.472424, - 50.379911 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.133115, - 50.740027 - ] - }, - "properties": { - "undefined": "Roncq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.472424, - 50.379911 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.472424, - 50.379911 - ] - }, - "properties": { - "undefined": "Petite-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.935342, - 48.293876 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.935342, - 48.293876 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.935342, - 48.293876 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.921037, - 47.643211 - ] - }, - "properties": { - "undefined": "Bessoncourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.921037, - 47.643211 - ] - }, - "properties": { - "undefined": "Bessoncourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.921037, - 47.643211 - ] - }, - "properties": { - "undefined": "Bessoncourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409276, - 49.141723 - ] - }, - "properties": { - "undefined": "Haudainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.613217, - 50.485562 - ] - }, - "properties": { - "undefined": "Cucq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.099427, - 50.34138 - ] - }, - "properties": { - "undefined": "Sin-le-Noble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.812512, - 47.500958 - ] - }, - "properties": { - "undefined": "Montbéliard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.387607, - 47.822904 - ] - }, - "properties": { - "undefined": "Luxeuil-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.387607, - 47.822904 - ] - }, - "properties": { - "undefined": "Luxeuil-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.00296, - 50.613957 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.00296, - 50.613957 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.00296, - 50.613957 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.388127, - 47.771294 - ] - }, - "properties": { - "undefined": "Illzach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.388127, - 47.771294 - ] - }, - "properties": { - "undefined": "Illzach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.388127, - 47.771294 - ] - }, - "properties": { - "undefined": "Illzach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.388127, - 47.771294 - ] - }, - "properties": { - "undefined": "Illzach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.388127, - 47.771294 - ] - }, - "properties": { - "undefined": "Illzach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.878767, - 49.173237 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.878767, - 49.173237 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.878767, - 49.173237 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.047322, - 47.357664 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.047322, - 47.357664 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.382405, - 51.017619 - ] - }, - "properties": { - "undefined": "Coudekerque-Branche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.099427, - 50.34138 - ] - }, - "properties": { - "undefined": "Sin-le-Noble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.387607, - 47.822904 - ] - }, - "properties": { - "undefined": "Luxeuil-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.047322, - 47.357664 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.812512, - 47.500958 - ] - }, - "properties": { - "undefined": "Montbéliard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.02371, - 49.288753 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462091, - 48.280718 - ] - }, - "properties": { - "undefined": "Sélestat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.099427, - 50.34138 - ] - }, - "properties": { - "undefined": "Sin-le-Noble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462091, - 48.280718 - ] - }, - "properties": { - "undefined": "Sélestat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221258, - 50.759564 - ] - }, - "properties": { - "undefined": "Saint-Martin-lez-Tatinghem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221258, - 50.759564 - ] - }, - "properties": { - "undefined": "Saint-Martin-lez-Tatinghem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221258, - 50.759564 - ] - }, - "properties": { - "undefined": "Saint-Martin-lez-Tatinghem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.02371, - 49.288753 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.02371, - 49.288753 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462091, - 48.280718 - ] - }, - "properties": { - "undefined": "Sélestat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.02371, - 49.288753 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.978945, - 49.570806 - ] - }, - "properties": { - "undefined": "Noyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.02371, - 49.288753 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.978945, - 49.570806 - ] - }, - "properties": { - "undefined": "Noyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.978945, - 49.570806 - ] - }, - "properties": { - "undefined": "Noyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.101673, - 47.311365 - ] - }, - "properties": { - "undefined": "Quetigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.101673, - 47.311365 - ] - }, - "properties": { - "undefined": "Quetigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.101673, - 47.311365 - ] - }, - "properties": { - "undefined": "Quetigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25, - 48.94 - ] - }, - "properties": { - "undefined": "dubois-1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.203654999999999, - 45.8936172 - ] - }, - "properties": { - "undefined": "Meximieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.605048, - 49.644253 - ] - }, - "properties": { - "undefined": "Évrecy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04449, - 49.114638 - ] - }, - "properties": { - "undefined": "Sarreguemines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.083001, - 49.11801 - ] - }, - "properties": { - "undefined": "Sarreguemines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.075081, - 49.114571 - ] - }, - "properties": { - "undefined": "Sarreguemines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8678295, - 50.0958814 - ] - }, - "properties": { - "undefined": "Abbeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8678295, - 50.0958814 - ] - }, - "properties": { - "undefined": "Abbeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8678295, - 50.0958814 - ] - }, - "properties": { - "undefined": "Abbeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8678295, - 50.0958814 - ] - }, - "properties": { - "undefined": "Abbeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8678295, - 50.0958814 - ] - }, - "properties": { - "undefined": "Abbeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8678295, - 50.0958814 - ] - }, - "properties": { - "undefined": "Abbeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39149, - 43.56942 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39149, - 43.56942 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39149, - 43.56942 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39149, - 43.56942 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39149, - 43.56942 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39149, - 43.56942 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55014, - 43.48583 - ] - }, - "properties": { - "undefined": "Deyme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.28364, - 46.87354 - ] - }, - "properties": { - "undefined": "Chavagnes-en-Paillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.17878, - 45.69066 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29015, - 46.87914 - ] - }, - "properties": { - "undefined": "Les Brouzils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0183, - 46.45317 - ] - }, - "properties": { - "undefined": "Pamproux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58038, - 48.53897 - ] - }, - "properties": { - "undefined": "Duttlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.889034, - 43.58858 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45281, - 43.64246 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48157, - 43.62854 - ] - }, - "properties": { - "undefined": "Balma" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47735, - 43.55739 - ] - }, - "properties": { - "undefined": "allego" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87942, - 44.90681 - ] - }, - "properties": { - "undefined": "Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.73321, - 43.42367 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.344864, - 47.776331 - ] - }, - "properties": { - "undefined": "Lanester" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.022089, - 47.284263 - ] - }, - "properties": { - "undefined": "Chenôve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834461, - 43.927927 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.656658, - 47.376567 - ] - }, - "properties": { - "undefined": "La Riche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.277484, - 45.836617 - ] - }, - "properties": { - "undefined": "Limoges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40005, - 43.693127 - ] - }, - "properties": { - "undefined": "Fenouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.557195, - 47.583132 - ] - }, - "properties": { - "undefined": "Saint-Louis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424006, - 45.44038 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.18157, - 45.692753 - ] - }, - "properties": { - "undefined": "Champniers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417452, - 43.532883 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.361258, - 43.811153 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.985609, - 50.273541 - ] - }, - "properties": { - "undefined": "Le Boisle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.065306, - 44.116006 - ] - }, - "properties": { - "undefined": "Millau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.065306, - 44.116006 - ] - }, - "properties": { - "undefined": "Millau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.065306, - 44.116006 - ] - }, - "properties": { - "undefined": "Millau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.065306, - 44.116006 - ] - }, - "properties": { - "undefined": "Millau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4471530662225864, - 43.32939290277349 - ] - }, - "properties": { - "undefined": "Lescar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.294283, - 48.072785 - ] - }, - "properties": { - "undefined": "Wintzenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04, - 44.08 - ] - }, - "properties": { - "undefined": "e-leclerc-millau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8, - 44.12 - ] - }, - "properties": { - "undefined": "Orange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9630213737653, - 48.28993400965 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.876855607462602, - 48.07256195733498 - ] - }, - "properties": { - "undefined": "Gérardmer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8801712406498, - 48.37587100374 - ] - }, - "properties": { - "undefined": "Moyenmoutier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8801712406498, - 48.37587100374 - ] - }, - "properties": { - "undefined": "Moyenmoutier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8801260998633, - 48.376012836572 - ] - }, - "properties": { - "undefined": "Moyenmoutier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8801260998633, - 48.376012836572 - ] - }, - "properties": { - "undefined": "Moyenmoutier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9643743348954, - 48.289919288542 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9643743348954, - 48.289919288542 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.876855607462602, - 48.07256195733498 - ] - }, - "properties": { - "undefined": "sodel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9630213737653, - 48.28993400965 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9645139789942, - 48.289964210164 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.965496889543137, - 48.29004613244174 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.965496889543137, - 48.29004613244174 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.212029, - 44.196621 - ] - }, - "properties": { - "undefined": "irve-sm" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.212029, - 44.196621 - ] - }, - "properties": { - "undefined": "irve-sm" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0855646, - 49.2371711 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0855646, - 49.2371711 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014273, - 50.615449 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014273, - 50.615449 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.014273, - 50.615449 - ] - }, - "properties": { - "undefined": "Loos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.395016, - 50.6610416 - ] - }, - "properties": { - "undefined": "area-tech" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.395016, - 50.6610416 - ] - }, - "properties": { - "undefined": "area-tech" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.395016, - 50.6610416 - ] - }, - "properties": { - "undefined": "area-tech" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.395016, - 50.6610416 - ] - }, - "properties": { - "undefined": "area-tech" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44, - 43.33 - ] - }, - "properties": { - "undefined": "Lescar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.466439, - 48.594319 - ] - }, - "properties": { - "undefined": "Pontorson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.824020549638603, - 43.144379705624395 - ] - }, - "properties": { - "undefined": "Sanary-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.84, - 43.14 - ] - }, - "properties": { - "undefined": "lumiin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.83, - 43.12 - ] - }, - "properties": { - "undefined": "lumiin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02, - 44.12 - ] - }, - "properties": { - "undefined": "Beaumes-de-Venise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4541187, - 49.0202152 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.504764, - 48.903776 - ] - }, - "properties": { - "undefined": "Bréhal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59176364, - 46.47844882 - ] - }, - "properties": { - "undefined": "Coulonges-sur-l'Autize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59176364, - 46.47844882 - ] - }, - "properties": { - "undefined": "Coulonges-sur-l'Autize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.846839699999999, - 45.7618696 - ] - }, - "properties": { - "undefined": "Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2113974, - 44.9769783 - ] - }, - "properties": { - "undefined": "Saint-Denis-de-Pile" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84, - 45.79 - ] - }, - "properties": { - "undefined": "Caluire-et-Cuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1, - 47.27 - ] - }, - "properties": { - "undefined": "Roche-lez-Beaupré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9849957, - 45.7312637 - ] - }, - "properties": { - "undefined": "Genas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.38, - 46.75 - ] - }, - "properties": { - "undefined": "Jougne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.93, - 47.24 - ] - }, - "properties": { - "undefined": "Serre-les-Sapins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26, - 44.5 - ] - }, - "properties": { - "undefined": "Bazas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26, - 44.5 - ] - }, - "properties": { - "undefined": "Bazas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26, - 44.5 - ] - }, - "properties": { - "undefined": "Bazas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.63, - 44.82 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.63, - 44.82 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.26, - 44.5 - ] - }, - "properties": { - "undefined": "Bazas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5582183, - 51.0072064 - ] - }, - "properties": { - "undefined": "Ghyvelde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31, - 46.59 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3126718, - 46.585065 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3126718, - 46.585065 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3126718, - 46.585065 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3126718, - 46.585065 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31, - 46.59 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31, - 46.59 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3126718, - 46.585065 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31, - 46.59 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.31, - 46.59 - ] - }, - "properties": { - "undefined": "Biard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2943536, - 49.1928486 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4, - 45.44 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38, - 45.47 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4799048, - 43.89146969999999 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8283161, - 46.4675537 - ] - }, - "properties": { - "undefined": "Cheffois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8283161, - 46.4675537 - ] - }, - "properties": { - "undefined": "Cheffois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304633617401123, - 50.90874481201172 - ] - }, - "properties": { - "undefined": "Drincham" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8718, - 48.07067 - ] - }, - "properties": { - "undefined": "france-solar-sas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9342, - 48.70158 - ] - }, - "properties": { - "undefined": "france-solar-sas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.746956, - 49.495106 - ] - }, - "properties": { - "undefined": "france-solar-sas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3841132506467066, - 48.90602152741062 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.290915231602582, - 43.70607256724716 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.012604743905726, - 43.57438496198235 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.012604743905726, - 43.57438496198235 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3812921, - 46.3406381 - ] - }, - "properties": { - "undefined": "Chauray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3812921, - 46.3406381 - ] - }, - "properties": { - "undefined": "Chauray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.25, - 47.29 - ] - }, - "properties": { - "undefined": "Saint-Nazaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96, - 43.54 - ] - }, - "properties": { - "undefined": "Palavas-les-Flots" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11641, - 48.82899 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12707, - 48.82238 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12707, - 48.82238 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12707, - 48.82238 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11641, - 48.82899 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12831, - 48.81617 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11641, - 48.82899 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11855, - 48.83427 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11641, - 48.82899 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11641, - 48.82899 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11859, - 48.82555 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12136, - 48.81823 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12136, - 48.81823 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12831, - 48.81617 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12831, - 48.81617 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12831, - 48.81617 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.13736, - 48.82647 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.13736, - 48.82647 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11859, - 48.82555 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8739, - 45.52472 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.441108, - 48.198048 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11641, - 48.82899 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8739, - 45.52472 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87537, - 45.52576 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87667, - 45.52714 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87419, - 45.52793 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86831, - 45.52124 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8647, - 45.51407 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87279, - 45.52143 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86466, - 45.51317 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849718, - 45.501381 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.849718, - 45.501381 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.441108, - 48.198048 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87537, - 45.52576 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87667, - 45.52714 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87108, - 45.52345 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8716, - 45.52442 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87564, - 45.52464 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87279, - 45.52143 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87108, - 45.52345 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86466, - 45.51317 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8647, - 45.51407 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8716, - 45.52442 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87564, - 45.52464 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.441108, - 48.198048 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06130988, - 44.54188269 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.422346, - 48.183955 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.610229, - 49.10076 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.033491, - 47.905369 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.189956, - 49.015557 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.033491, - 47.905369 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.610229, - 49.10076 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.189956, - 49.015557 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.033491, - 47.905369 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.033491, - 47.905369 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.033491, - 47.905369 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.610229, - 49.10076 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.623218, - 50.48689 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.425071, - 48.204234 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.623218, - 50.48689 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.623218, - 50.48689 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.589814, - 50.481269 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6274056, - 50.50043 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6274056, - 50.50043 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.589814, - 50.481269 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.645486, - 44.901527 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.645486, - 44.901527 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.645486, - 44.901527 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.189956, - 49.015557 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.189956, - 49.015557 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.189956, - 49.015557 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.189956, - 49.015557 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.422346, - 48.183955 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42217, - 48.203893 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42217, - 48.203893 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.425071, - 48.204234 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10233384, - 44.56943231 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10233384, - 44.56943231 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06127559, - 44.54181494 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10233384, - 44.56943231 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06127559, - 44.54181494 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06127559, - 44.54181494 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05445737, - 44.55803133 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05445737, - 44.55803133 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87419, - 45.52793 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05445737, - 44.55803133 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06130988, - 44.54188269 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06130988, - 44.54188269 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06130988, - 44.54188269 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05445737, - 44.55803133 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.033491, - 47.905369 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86831, - 45.52124 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.11855, - 48.83427 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.396071, - 47.290493 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.355691, - 47.280084 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.390635, - 47.288267 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.33396657, - 47.27512821 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.343717, - 47.271461 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.39379, - 47.287674 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41180177, - 47.28378784 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.355691, - 47.280084 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.378618, - 47.28234 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.39379, - 47.287674 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.390635, - 47.288267 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35827385, - 47.29464201 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.378618, - 47.28234 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41498069, - 47.27943453 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35827385, - 47.29464201 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.355691, - 47.280084 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41498069, - 47.27943453 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.378618, - 47.28234 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.378618, - 47.28234 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.39379, - 47.287674 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.355691, - 47.280084 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.33396657, - 47.27512821 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.343717, - 47.271461 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41498069, - 47.27943453 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1259, - 48.82597 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1297, - 48.82966 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1297, - 48.82966 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1259, - 48.82597 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1259, - 48.82597 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1297, - 48.82966 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1259, - 48.82597 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1259, - 48.82597 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1297, - 48.82966 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.396071, - 47.290493 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.343717, - 47.271461 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1297, - 48.82966 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1259, - 48.82597 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1297, - 48.82966 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.848091, - 45.628359 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.848091, - 45.628359 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.848091, - 45.628359 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.343717, - 47.271461 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41498069, - 47.27943453 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41498069, - 47.27943453 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41498069, - 47.27943453 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35827385, - 47.29464201 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.406672, - 47.281257 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.406672, - 47.281257 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.394561, - 47.282039 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.406672, - 47.281257 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.406672, - 47.281257 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41180177, - 47.28378784 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41180177, - 47.28378784 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.406672, - 47.281257 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41180177, - 47.28378784 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41180177, - 47.28378784 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.394561, - 47.282039 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.394561, - 47.282039 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.396071, - 47.290493 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.394561, - 47.282039 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.41180177, - 47.28378784 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.394561, - 47.282039 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.396071, - 47.290493 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.396071, - 47.290493 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.394561, - 47.282039 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.396071, - 47.290493 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.33396657, - 47.27512821 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.406672, - 47.281257 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35827385, - 47.29464201 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.378618, - 47.28234 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.33396657, - 47.27512821 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35827385, - 47.29464201 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.39379, - 47.287674 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.390635, - 47.288267 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.390635, - 47.288267 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35827385, - 47.29464201 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.39379, - 47.287674 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.390635, - 47.288267 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.39379, - 47.287674 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.355691, - 47.280084 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.355691, - 47.280084 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.378618, - 47.28234 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.33396657, - 47.27512821 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.343717, - 47.271461 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.343717, - 47.271461 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.33396657, - 47.27512821 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.390635, - 47.288267 - ] - }, - "properties": { - "undefined": "easycharge-services" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6492, - 48.7561 - ] - }, - "properties": { - "undefined": "sergent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8261274, - 46.46755 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8261274, - 46.46755 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89, - 44.02 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2398801, - 46.6646193 - ] - }, - "properties": { - "undefined": "Parthenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2398801, - 46.6646193 - ] - }, - "properties": { - "undefined": "Parthenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4943484, - 46.8369672 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4943484, - 46.8369672 - ] - }, - "properties": { - "undefined": "Bressuire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83444, - 48.068958 - ] - }, - "properties": { - "undefined": "herve-thermique" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83444, - 48.068958 - ] - }, - "properties": { - "undefined": "herve-thermique" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83444, - 48.068958 - ] - }, - "properties": { - "undefined": "Mordelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83444, - 48.068958 - ] - }, - "properties": { - "undefined": "herve-thermique" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83444, - 48.068958 - ] - }, - "properties": { - "undefined": "herve-thermique" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83444, - 48.068958 - ] - }, - "properties": { - "undefined": "herve-thermique" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0873826, - 49.1011474 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0151949687525528, - 49.491605515295085 - ] - }, - "properties": { - "undefined": "Saint-Jean-du-Cardonnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.955188, - 47.160115 - ] - }, - "properties": { - "undefined": "Vosne-Romanée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046384, - 50.529555 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92515, - 49.449857 - ] - }, - "properties": { - "undefined": "Juvincourt-et-Damary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92515, - 49.449857 - ] - }, - "properties": { - "undefined": "Juvincourt-et-Damary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95421, - 48.94159 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.951229, - 48.941981 - ] - }, - "properties": { - "undefined": "Morainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661876, - 49.132545 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657184, - 49.134222 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657184, - 49.134222 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657184, - 49.134222 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657184, - 49.134222 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657184, - 49.134222 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661876, - 49.132545 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661876, - 49.132545 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661876, - 49.132545 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661876, - 49.132545 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661876, - 49.132545 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661876, - 49.132545 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661876, - 49.132545 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661876, - 49.132545 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.097517, - 49.246191 - ] - }, - "properties": { - "undefined": "Lormaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.097517, - 49.246191 - ] - }, - "properties": { - "undefined": "Lormaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.097517, - 49.246191 - ] - }, - "properties": { - "undefined": "Lormaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.096186, - 49.241225 - ] - }, - "properties": { - "undefined": "Méru" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92515, - 49.449857 - ] - }, - "properties": { - "undefined": "Juvincourt-et-Damary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.096186, - 49.241225 - ] - }, - "properties": { - "undefined": "Méru" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657184, - 49.134222 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657184, - 49.134222 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657184, - 49.134222 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657184, - 49.134222 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.046084, - 50.531584 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.096186, - 49.241225 - ] - }, - "properties": { - "undefined": "Méru" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719718, - 49.518581 - ] - }, - "properties": { - "undefined": "Ressons-sur-Matz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92515, - 49.449857 - ] - }, - "properties": { - "undefined": "Juvincourt-et-Damary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92515, - 49.449857 - ] - }, - "properties": { - "undefined": "Juvincourt-et-Damary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.927965, - 49.445715 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Aisne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691281, - 48.725339 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.927965, - 49.445715 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Aisne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.927965, - 49.445715 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Aisne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.927965, - 49.445715 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Aisne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.927965, - 49.445715 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Aisne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.927965, - 49.445715 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Aisne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319564, - 49.320563 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319564, - 49.320563 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319564, - 49.320563 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319564, - 49.320563 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319564, - 49.320563 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319564, - 49.320563 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319564, - 49.320563 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92515, - 49.449857 - ] - }, - "properties": { - "undefined": "Juvincourt-et-Damary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319564, - 49.320563 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.695719, - 48.720927 - ] - }, - "properties": { - "undefined": "Brumath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.927965, - 49.445715 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Aisne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.319564, - 49.320563 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.927965, - 49.445715 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Aisne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92515, - 49.449857 - ] - }, - "properties": { - "undefined": "Juvincourt-et-Damary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92515, - 49.449857 - ] - }, - "properties": { - "undefined": "Juvincourt-et-Damary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92515, - 49.449857 - ] - }, - "properties": { - "undefined": "Juvincourt-et-Damary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.927965, - 49.445715 - ] - }, - "properties": { - "undefined": "Villeneuve-sur-Aisne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.467849, - 50.340625 - ] - }, - "properties": { - "undefined": "La Sentinelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.96862, - 49.807764 - ] - }, - "properties": { - "undefined": "engie-mobilites-electriques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.96862, - 49.807764 - ] - }, - "properties": { - "undefined": "engie-mobilites-electriques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.96862, - 49.807764 - ] - }, - "properties": { - "undefined": "engie-mobilites-electriques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.96862, - 49.807764 - ] - }, - "properties": { - "undefined": "engie-mobilites-electriques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.96862, - 49.807764 - ] - }, - "properties": { - "undefined": "engie-mobilites-electriques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.470007, - 50.339582 - ] - }, - "properties": { - "undefined": "Trith-Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.685392965881789, - 48.87564000155572 - ] - }, - "properties": { - "undefined": "Lagny-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8847469775400896, - 48.93616199443869 - ] - }, - "properties": { - "undefined": "Nanteuil-lès-Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6813519665418823, - 48.872472019341075 - ] - }, - "properties": { - "undefined": "Lagny-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.811912, - 50.928405 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.811912, - 50.928405 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.811912, - 50.928405 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.811912, - 50.928405 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.811912, - 50.928405 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812952, - 50.934908 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5960162, - 50.5265072 - ] - }, - "properties": { - "undefined": "Le Touquet-Paris-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.01, - 48.53 - ] - }, - "properties": { - "undefined": "Dourdan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1227209, - 50.9879353 - ] - }, - "properties": { - "undefined": "Gravelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32, - 48.92 - ] - }, - "properties": { - "undefined": "Gennevilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1169209, - 45.6281317 - ] - }, - "properties": { - "undefined": "Saint-Michel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.959138, - 48.057404 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.713227, - 47.104799 - ] - }, - "properties": { - "undefined": "Bligny-sur-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.635365, - 48.610633 - ] - }, - "properties": { - "undefined": "Réau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574611, - 48.361796 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838636, - 46.962058 - ] - }, - "properties": { - "undefined": "Merceuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960539, - 48.05761 - ] - }, - "properties": { - "undefined": "Châteauvillain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.672802, - 47.789103 - ] - }, - "properties": { - "undefined": "Venoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.555524, - 48.247318 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.554402, - 48.243165 - ] - }, - "properties": { - "undefined": "Villeneuve-l'Archevêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.800069, - 46.356078 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.801309, - 46.355503 - ] - }, - "properties": { - "undefined": "Doyet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.499019, - 47.978019 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.497669, - 47.974269 - ] - }, - "properties": { - "undefined": "Val-de-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071399, - 45.845094 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585043, - 47.149426 - ] - }, - "properties": { - "undefined": "Audelange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.751178, - 50.322857 - ] - }, - "properties": { - "undefined": "Bellignies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.751178, - 50.322857 - ] - }, - "properties": { - "undefined": "Bellignies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.327669, - 49.324463 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3852, - 49.0802 - ] - }, - "properties": { - "undefined": "Coutances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.481704, - 43.691167 - ] - }, - "properties": { - "undefined": "Pertuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.481704, - 43.691167 - ] - }, - "properties": { - "undefined": "Pertuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.50378, - 48.61529 - ] - }, - "properties": { - "undefined": "Marlenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33728, - 46.11 - ] - }, - "properties": { - "undefined": "allcoms-technologies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0767992, - 44.3455705 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3759709, - 51.0192287 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986205, - 44.140487 - ] - }, - "properties": { - "undefined": "Vacqueyras" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.042501, - 49.138351 - ] - }, - "properties": { - "undefined": "Grosbliederstroff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0802139, - 44.5179413 - ] - }, - "properties": { - "undefined": "Dieulefit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4457879, - 44.5894889 - ] - }, - "properties": { - "undefined": "Lavilledieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.050015999999999, - 44.04692499999999 - ] - }, - "properties": { - "undefined": "Malijai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.432877, - 48.179861 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.307515, - 48.175353 - ] - }, - "properties": { - "undefined": "Chaumousey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.368293, - 48.189981 - ] - }, - "properties": { - "undefined": "Uxegney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.368293, - 48.189981 - ] - }, - "properties": { - "undefined": "Uxegney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.429412, - 48.253061 - ] - }, - "properties": { - "undefined": "Thaon-les-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.429412, - 48.253061 - ] - }, - "properties": { - "undefined": "Thaon-les-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39751, - 48.046967 - ] - }, - "properties": { - "undefined": "Xertigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39751, - 48.046967 - ] - }, - "properties": { - "undefined": "Xertigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.352215, - 48.167175 - ] - }, - "properties": { - "undefined": "Chaumousey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.352215, - 48.167175 - ] - }, - "properties": { - "undefined": "Chaumousey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.432877, - 48.179861 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.434328, - 48.229258 - ] - }, - "properties": { - "undefined": "Chavelot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.432864, - 48.181061 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.432864, - 48.181061 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.460145, - 48.198666 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.460145, - 48.198666 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.459867, - 48.19329 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.459867, - 48.19329 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.461456, - 48.192654 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.461456, - 48.192654 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.434328, - 48.229258 - ] - }, - "properties": { - "undefined": "Chavelot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.307515, - 48.175353 - ] - }, - "properties": { - "undefined": "Chaumousey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.305172, - 48.161522 - ] - }, - "properties": { - "undefined": "Girancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.434275, - 48.204642 - ] - }, - "properties": { - "undefined": "Golbey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.467504, - 48.19942 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.467504, - 48.19942 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.398973, - 48.256221 - ] - }, - "properties": { - "undefined": "Thaon-les-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.305172, - 48.161522 - ] - }, - "properties": { - "undefined": "Girancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.303181, - 48.360695 - ] - }, - "properties": { - "undefined": "Charmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.303181, - 48.360695 - ] - }, - "properties": { - "undefined": "Charmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.352215, - 48.167175 - ] - }, - "properties": { - "undefined": "Chaumousey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.352215, - 48.167175 - ] - }, - "properties": { - "undefined": "Chaumousey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.398973, - 48.256221 - ] - }, - "properties": { - "undefined": "Thaon-les-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.434275, - 48.204642 - ] - }, - "properties": { - "undefined": "Golbey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43045, - 48.190584 - ] - }, - "properties": { - "undefined": "Golbey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.44083, - 48.169844 - ] - }, - "properties": { - "undefined": "Chantraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.44083, - 48.169844 - ] - }, - "properties": { - "undefined": "Chantraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43536, - 48.172168 - ] - }, - "properties": { - "undefined": "Chantraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43536, - 48.172168 - ] - }, - "properties": { - "undefined": "Chantraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43045, - 48.190584 - ] - }, - "properties": { - "undefined": "Golbey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.378322, - 48.250729 - ] - }, - "properties": { - "undefined": "Thaon-les-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.40705, - 48.254178 - ] - }, - "properties": { - "undefined": "Thaon-les-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.291893, - 48.369538 - ] - }, - "properties": { - "undefined": "Charmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.291893, - 48.369538 - ] - }, - "properties": { - "undefined": "Charmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.378322, - 48.250729 - ] - }, - "properties": { - "undefined": "Thaon-les-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.40705, - 48.254178 - ] - }, - "properties": { - "undefined": "Thaon-les-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.263997, - 48.002212 - ] - }, - "properties": { - "undefined": "La Vôge-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.263997, - 48.002212 - ] - }, - "properties": { - "undefined": "La Vôge-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.466535, - 48.197235 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.466535, - 48.197235 - ] - }, - "properties": { - "undefined": "Épinal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6292594023148577, - 48.097034066785476 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6292594023148577, - 48.097034066785476 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6292594023148577, - 48.097034066785476 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6969447, - 46.1869392 - ] - }, - "properties": { - "undefined": "Fleurie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2503986, - 43.4706838 - ] - }, - "properties": { - "undefined": "Laurens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9881828, - 44.2251248 - ] - }, - "properties": { - "undefined": "Rasteau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2503986, - 43.4706838 - ] - }, - "properties": { - "undefined": "Laurens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0631174, - 43.629227 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0631174, - 43.629227 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.61, - 44.2 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8745895, - 43.088683 - ] - }, - "properties": { - "undefined": "Mirepoix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2038118, - 43.7679769 - ] - }, - "properties": { - "undefined": "Carros" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9140338999999997, - 43.47387800000001 - ] - }, - "properties": { - "undefined": "Salies-de-Béarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5792, - 50.49925 - ] - }, - "properties": { - "undefined": "Bruay-la-Buissière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.03, - 45.37 - ] - }, - "properties": { - "undefined": "Revel-Tourdan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.03, - 45.37 - ] - }, - "properties": { - "undefined": "Revel-Tourdan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88, - 46.3 - ] - }, - "properties": { - "undefined": "Replonges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88, - 46.3 - ] - }, - "properties": { - "undefined": "Replonges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88, - 46.3 - ] - }, - "properties": { - "undefined": "Replonges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88, - 46.3 - ] - }, - "properties": { - "undefined": "Replonges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48, - 47.45 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3853772952424, - 48.76078419282144 - ] - }, - "properties": { - "undefined": "Thiais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3853772952424, - 48.76078419282144 - ] - }, - "properties": { - "undefined": "Thiais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368253087879, - 48.63330486819303 - ] - }, - "properties": { - "undefined": "Fleury-Mérogis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.368253087879, - 48.63330486819303 - ] - }, - "properties": { - "undefined": "Fleury-Mérogis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0905967, - 50.6938179 - ] - }, - "properties": { - "undefined": "Bondues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1233758, - 50.9897573 - ] - }, - "properties": { - "undefined": "Gravelines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.23322691163974948, - 43.17534289658668 - ] - }, - "properties": { - "undefined": "Coarraze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9745308, - 48.7955019 - ] - }, - "properties": { - "undefined": "Élancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9745308, - 48.7955019 - ] - }, - "properties": { - "undefined": "Élancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9745308, - 48.7955019 - ] - }, - "properties": { - "undefined": "Élancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9745308, - 48.7955019 - ] - }, - "properties": { - "undefined": "Élancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315092, - 46.073619 - ] - }, - "properties": { - "undefined": "Amancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.081295, - 45.933736 - ] - }, - "properties": { - "undefined": "Epagny Metz-Tessy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.081096, - 45.933577 - ] - }, - "properties": { - "undefined": "Epagny Metz-Tessy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.080938, - 45.933958 - ] - }, - "properties": { - "undefined": "Epagny Metz-Tessy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.303039, - 46.07588 - ] - }, - "properties": { - "undefined": "La Roche-sur-Foron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.084506, - 45.934997 - ] - }, - "properties": { - "undefined": "Epagny Metz-Tessy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.084455, - 45.934924 - ] - }, - "properties": { - "undefined": "Epagny Metz-Tessy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78772, - 45.587334 - ] - }, - "properties": { - "undefined": "Chasse-sur-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.787973, - 45.58718 - ] - }, - "properties": { - "undefined": "Chasse-sur-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.964725, - 48.826976 - ] - }, - "properties": { - "undefined": "Plaisir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.315221, - 46.074003 - ] - }, - "properties": { - "undefined": "Amancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.964767, - 48.826624 - ] - }, - "properties": { - "undefined": "Plaisir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2446, - 46.2175 - ] - }, - "properties": { - "undefined": "Bourg-en-Bresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091524, - 45.892581 - ] - }, - "properties": { - "undefined": "volta-charging" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2442, - 46.2175 - ] - }, - "properties": { - "undefined": "Bourg-en-Bresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091668, - 45.892442 - ] - }, - "properties": { - "undefined": "volta-charging" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09154, - 45.892571 - ] - }, - "properties": { - "undefined": "volta-charging" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09201, - 45.89284 - ] - }, - "properties": { - "undefined": "volta-charging" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09111, - 45.892516 - ] - }, - "properties": { - "undefined": "volta-charging" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091181, - 45.892593 - ] - }, - "properties": { - "undefined": "volta-charging" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.787825, - 45.587026 - ] - }, - "properties": { - "undefined": "Chasse-sur-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.949088299999999, - 44.31341339999999 - ] - }, - "properties": { - "undefined": "Visan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.863237199999999, - 42.68525149999999 - ] - }, - "properties": { - "undefined": "Perpignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.370315499999999, - 43.421597 - ] - }, - "properties": { - "undefined": "Cabriès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.802524000000001, - 43.81472400000001 - ] - }, - "properties": { - "undefined": "Manosque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.562731802998726, - 43.485743901157626 - ] - }, - "properties": { - "undefined": "Villeveyrac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.32188977802357, - 4.909708809721746 - ] - }, - "properties": { - "undefined": "Cayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.05, - 48.77 - ] - }, - "properties": { - "undefined": "inforomu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4974859, - 51.0330233 - ] - }, - "properties": { - "undefined": "Ghyvelde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38219, - 45.45884 - ] - }, - "properties": { - "undefined": "france-solar-sas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.014027, - 44.12000449999999 - ] - }, - "properties": { - "undefined": "Beaumes-de-Venise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.014027, - 44.12000449999999 - ] - }, - "properties": { - "undefined": "Beaumes-de-Venise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4900939, - 51.0677071 - ] - }, - "properties": { - "undefined": "Zuydcoote" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3418004, - 51.0293366 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4069522, - 51.0421206 - ] - }, - "properties": { - "undefined": "Dunkerque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4307419, - 50.9694554 - ] - }, - "properties": { - "undefined": "Bergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.02, - 46.87 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.02, - 46.87 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6451248, - 48.2690475 - ] - }, - "properties": { - "undefined": "Arsonval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.390097, - 48.27955 - ] - }, - "properties": { - "undefined": "Châtenois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.390097, - 48.27955 - ] - }, - "properties": { - "undefined": "Châtenois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.992544651031494, - 44.077613830566406 - ] - }, - "properties": { - "undefined": "Loriol-du-Comtat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.47906106710434, - 44.22049963493783 - ] - }, - "properties": { - "undefined": "Cornillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3159294128418, - -20.949535369873047 - ] - }, - "properties": { - "undefined": "Le Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3159294128418, - -20.949535369873047 - ] - }, - "properties": { - "undefined": "Le Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.47906106710434, - 44.22049963493783 - ] - }, - "properties": { - "undefined": "Cornillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9736927577629495, - 44.33852129529498 - ] - }, - "properties": { - "undefined": "Sévérac d'Aveyron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.2785984, - 41.5930127 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3790712356567383, - 43.000159063034566 - ] - }, - "properties": { - "undefined": "Hèches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.017630100250244, - 44.10531997680664 - ] - }, - "properties": { - "undefined": "Volonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.278209770098333, - 43.52534026251893 - ] - }, - "properties": { - "undefined": "Saint-Antonin-du-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.278209770098333, - 43.52534026251893 - ] - }, - "properties": { - "undefined": "Saint-Antonin-du-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.683051586151123, - 48.59249496459961 - ] - }, - "properties": { - "undefined": "Épernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.683051586151123, - 48.59249496459961 - ] - }, - "properties": { - "undefined": "Épernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926622543415475, - 45.745946211701884 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.833339258860764, - 48.119479307086486 - ] - }, - "properties": { - "undefined": "Granges-Aumontzey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.833339258860764, - 48.119479307086486 - ] - }, - "properties": { - "undefined": "Granges-Aumontzey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632329940795898, - 43.463932037353516 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0321381, - 42.5615661 - ] - }, - "properties": { - "undefined": "Argelès-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.184235618402654, - 48.69547087754244 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.184235618402654, - 48.69547087754244 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0321381, - 42.5615661 - ] - }, - "properties": { - "undefined": "Argelès-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.844548, - 48.198965 - ] - }, - "properties": { - "undefined": "Bulgnéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.130048315345508, - 44.46056813187505 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.844548, - 48.198965 - ] - }, - "properties": { - "undefined": "Bulgnéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.615694, - 42.9937786 - ] - }, - "properties": { - "undefined": "Foix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.615694, - 42.9937786 - ] - }, - "properties": { - "undefined": "Foix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4648423, - 48.95141080000001 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632329940795898, - 43.463932037353516 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.130048315345508, - 44.46056813187505 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.076252915345508, - 43.7342593961128 - ] - }, - "properties": { - "undefined": "Saint-Laurent-du-Verdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.076252915345508, - 43.7342593961128 - ] - }, - "properties": { - "undefined": "Saint-Laurent-du-Verdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.844548, - 48.198965 - ] - }, - "properties": { - "undefined": "Bulgnéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.844548, - 48.198965 - ] - }, - "properties": { - "undefined": "Bulgnéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.844548, - 48.198965 - ] - }, - "properties": { - "undefined": "Bulgnéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0321381, - 42.5615661 - ] - }, - "properties": { - "undefined": "Argelès-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.184235618402654, - 48.69547087754244 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.184235618402654, - 48.69547087754244 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.746361669308984, - 41.94325812908591 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.615694, - 42.9937786 - ] - }, - "properties": { - "undefined": "Foix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.844548, - 48.198965 - ] - }, - "properties": { - "undefined": "Bulgnéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.844548, - 48.198965 - ] - }, - "properties": { - "undefined": "Bulgnéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.076252915345508, - 43.7342593961128 - ] - }, - "properties": { - "undefined": "Saint-Laurent-du-Verdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.076252915345508, - 43.7342593961128 - ] - }, - "properties": { - "undefined": "Saint-Laurent-du-Verdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.130048315345508, - 44.46056813187505 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.615694, - 42.9937786 - ] - }, - "properties": { - "undefined": "Foix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.130048315345508, - 44.46056813187505 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4648423, - 48.95141080000001 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.833339258860764, - 48.119479307086486 - ] - }, - "properties": { - "undefined": "Granges-Aumontzey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0321381, - 42.5615661 - ] - }, - "properties": { - "undefined": "Argelès-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.833339258860764, - 48.119479307086486 - ] - }, - "properties": { - "undefined": "Granges-Aumontzey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9588304576710754, - 43.10066375282533 - ] - }, - "properties": { - "undefined": "Salies-du-Salat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632329940795898, - 43.463932037353516 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7693176, - 45.0873099 - ] - }, - "properties": { - "undefined": "Vizille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7693176, - 45.0873099 - ] - }, - "properties": { - "undefined": "Vizille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.442518, - 45.462032 - ] - }, - "properties": { - "undefined": "Les Avanchers-Valmorel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.442518, - 45.462032 - ] - }, - "properties": { - "undefined": "Les Avanchers-Valmorel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.960545459507173, - 43.30223171200826 - ] - }, - "properties": { - "undefined": "Castelnaudary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.960545459507173, - 43.30223171200826 - ] - }, - "properties": { - "undefined": "Castelnaudary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9588304576710754, - 43.10066375282533 - ] - }, - "properties": { - "undefined": "Salies-du-Salat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.581885286584799, - 48.9020454543009 - ] - }, - "properties": { - "undefined": "car2plug" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.115732, - 49.2805603 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.581885286584799, - 48.9020454543009 - ] - }, - "properties": { - "undefined": "car2plug" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.581885286584799, - 48.9020454543009 - ] - }, - "properties": { - "undefined": "car2plug" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.581885286584799, - 48.9020454543009 - ] - }, - "properties": { - "undefined": "car2plug" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.405862426409584, - 45.415499560107136 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33806628395921656, - 46.57850280671129 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.33806628395921656, - 46.57850280671129 - ] - }, - "properties": { - "undefined": "Poitiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.115732, - 49.2805603 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.115732, - 49.2805603 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.115732, - 49.2805603 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632329940795898, - 43.463932037353516 - ] - }, - "properties": { - "undefined": "Roquebrune-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.844548, - 48.198965 - ] - }, - "properties": { - "undefined": "Bulgnéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3159294128418, - -20.949535369873047 - ] - }, - "properties": { - "undefined": "Le Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926622543415475, - 45.745946211701884 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.683051586151123, - 48.59249496459961 - ] - }, - "properties": { - "undefined": "Épernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.683051586151123, - 48.59249496459961 - ] - }, - "properties": { - "undefined": "Épernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.278209770098333, - 43.52534026251893 - ] - }, - "properties": { - "undefined": "Saint-Antonin-du-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720282077789307, - 43.43741989135742 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.278209770098333, - 43.52534026251893 - ] - }, - "properties": { - "undefined": "Saint-Antonin-du-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.017630100250244, - 44.10531997680664 - ] - }, - "properties": { - "undefined": "Volonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.2785984, - 41.5930127 - ] - }, - "properties": { - "undefined": "Porto-Vecchio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.992544651031494, - 44.077613830566406 - ] - }, - "properties": { - "undefined": "Loriol-du-Comtat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.3790712356567383, - 43.000159063034566 - ] - }, - "properties": { - "undefined": "Hèches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9736927577629495, - 44.33852129529498 - ] - }, - "properties": { - "undefined": "Sévérac d'Aveyron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.47906106710434, - 44.22049963493783 - ] - }, - "properties": { - "undefined": "Cornillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.47906106710434, - 44.22049963493783 - ] - }, - "properties": { - "undefined": "Cornillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.3159294128418, - -20.949535369873047 - ] - }, - "properties": { - "undefined": "Le Port" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.115732, - 49.2805603 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.115732, - 49.2805603 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.115732, - 49.2805603 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.115732, - 49.2805603 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7970384, - 41.85874031254947 - ] - }, - "properties": { - "undefined": "Albitreccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9736927577629495, - 44.33852129529498 - ] - }, - "properties": { - "undefined": "Sévérac d'Aveyron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.017138957977295, - 44.10501405816338 - ] - }, - "properties": { - "undefined": "Volonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.994230270385742, - 44.07691857938178 - ] - }, - "properties": { - "undefined": "Loriol-du-Comtat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729168891906738, - 43.446937038436744 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729168891906738, - 43.446937038436744 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729168891906738, - 43.446937038436744 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729168891906738, - 43.446937038436744 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729168891906738, - 43.446937038436744 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729168891906738, - 43.446937038436744 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729168891906738, - 43.446937038436744 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729168891906738, - 43.446937038436744 - ] - }, - "properties": { - "undefined": "Fréjus" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.277399063110352, - 43.52554183417336 - ] - }, - "properties": { - "undefined": "Saint-Antonin-du-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.277399063110352, - 43.52554183417336 - ] - }, - "properties": { - "undefined": "Saint-Antonin-du-Var" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316255993913532, - 48.87284863189276 - ] - }, - "properties": { - "undefined": "Épernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316255993913532, - 48.87284863189276 - ] - }, - "properties": { - "undefined": "Épernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.925962686538696, - 45.746076812151216 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316255993913532, - 48.87284863189276 - ] - }, - "properties": { - "undefined": "Épernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.994230270385742, - 44.07691857938178 - ] - }, - "properties": { - "undefined": "Loriol-du-Comtat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.925962686538696, - 45.746076812151216 - ] - }, - "properties": { - "undefined": "Bron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316255993913532, - 48.87284863189276 - ] - }, - "properties": { - "undefined": "Épernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.630963, - 48.41844 - ] - }, - "properties": { - "undefined": "Erstein" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7717784, - 47.3873487 - ] - }, - "properties": { - "undefined": "Pont-de-Roide-Vermondans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5627677, - 48.6203594 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5627677, - 48.6203594 - ] - }, - "properties": { - "undefined": "Lieusaint" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1229985, - 48.9267881 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1331726, - 48.92402509999999 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1331726, - 48.92402509999999 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.130455146024364, - 48.92768371647863 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.130455146024364, - 48.92768371647863 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.219229, - 48.11093710000001 - ] - }, - "properties": { - "undefined": "Vitré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.219229, - 48.11093710000001 - ] - }, - "properties": { - "undefined": "Vitré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1229985, - 48.9267881 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.330907, - 48.01435 - ] - }, - "properties": { - "undefined": "Villecien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.863237, - 45.21972 - ] - }, - "properties": { - "undefined": "Antonne-et-Trigonant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.863237, - 45.21972 - ] - }, - "properties": { - "undefined": "Antonne-et-Trigonant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.780463, - 43.84705599999999 - ] - }, - "properties": { - "undefined": "Graveson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.780463, - 43.84705599999999 - ] - }, - "properties": { - "undefined": "Graveson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.330907, - 48.01435 - ] - }, - "properties": { - "undefined": "Villecien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1229985, - 48.9267881 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1229985, - 48.9267881 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1331726, - 48.92402509999999 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1331726, - 48.92402509999999 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.130455146024364, - 48.92768371647863 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.130455146024364, - 48.92768371647863 - ] - }, - "properties": { - "undefined": "Jouarre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4783344, - 43.3190604 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7711457, - 43.3193683 - ] - }, - "properties": { - "undefined": "Susmiou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7711457, - 43.3193683 - ] - }, - "properties": { - "undefined": "Susmiou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.781515100000001, - 43.58764679999999 - ] - }, - "properties": { - "undefined": "Montauroux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.781515100000001, - 43.58764679999999 - ] - }, - "properties": { - "undefined": "Montauroux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8056475, - 45.8960714 - ] - }, - "properties": { - "undefined": "Les Houches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4783344, - 43.3190604 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8056475, - 45.8960714 - ] - }, - "properties": { - "undefined": "Les Houches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.020918899999999, - 49.0335246 - ] - }, - "properties": { - "undefined": "Vauréal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423507, - 49.8969455 - ] - }, - "properties": { - "undefined": "Camon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.077468, - 49.905174 - ] - }, - "properties": { - "undefined": "car2plug" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5652006, - 48.2028718 - ] - }, - "properties": { - "undefined": "Fays" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5652006, - 48.2028718 - ] - }, - "properties": { - "undefined": "Fays" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.077468, - 49.905174 - ] - }, - "properties": { - "undefined": "car2plug" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.394, - 43.6328 - ] - }, - "properties": { - "undefined": "Blagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33611093, - 44.42680651 - ] - }, - "properties": { - "undefined": "Ruoms" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02004486, - 42.77530709 - ] - }, - "properties": { - "undefined": "Le Barcarès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93391388, - 43.81099781 - ] - }, - "properties": { - "undefined": "Vacquières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.377925, - 46.17418428 - ] - }, - "properties": { - "undefined": "Le Bois-Plage-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.377925, - 46.17418428 - ] - }, - "properties": { - "undefined": "Le Bois-Plage-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14394557, - 45.36995522 - ] - }, - "properties": { - "undefined": "Vendays-Montalivet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14394557, - 45.36995522 - ] - }, - "properties": { - "undefined": "Vendays-Montalivet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14394557, - 45.36995522 - ] - }, - "properties": { - "undefined": "Vendays-Montalivet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35685396, - 43.9543369 - ] - }, - "properties": { - "undefined": "Vielle-Saint-Girons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.35685396, - 43.9543369 - ] - }, - "properties": { - "undefined": "Vielle-Saint-Girons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.1202879, - 46.81010295 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.1202879, - 46.81010295 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02004486, - 42.77530709 - ] - }, - "properties": { - "undefined": "Le Barcarès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93391388, - 43.81099781 - ] - }, - "properties": { - "undefined": "Vacquières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2400218, - 44.45923178 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2400218, - 44.45923178 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2400218, - 44.45923178 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2400218, - 44.45923178 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.00205723, - 45.57975404 - ] - }, - "properties": { - "undefined": "Saint-Nectaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.00205723, - 45.57975404 - ] - }, - "properties": { - "undefined": "Saint-Nectaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17166083, - 44.43103518 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17166083, - 44.43103518 - ] - }, - "properties": { - "undefined": "Biscarrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.20262039, - 44.90092439 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93391388, - 43.81099781 - ] - }, - "properties": { - "undefined": "Vacquières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.93391388, - 43.81099781 - ] - }, - "properties": { - "undefined": "Vacquières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21423544, - 44.89537348 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.52703596, - 46.41313532 - ] - }, - "properties": { - "undefined": "Longeville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.445073, - 41.995246 - ] - }, - "properties": { - "undefined": "Ghisonaccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.445074, - 41.995246 - ] - }, - "properties": { - "undefined": "Ghisonaccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.445075, - 41.995246 - ] - }, - "properties": { - "undefined": "Ghisonaccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.289881, - 44.792649 - ] - }, - "properties": { - "undefined": "Monestier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.289881, - 44.792649 - ] - }, - "properties": { - "undefined": "Monestier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7847036, - 45.80245775 - ] - }, - "properties": { - "undefined": "Champagne-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7847036, - 45.80245775 - ] - }, - "properties": { - "undefined": "Champagne-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.42539138, - 43.65237411 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.42539138, - 43.65237411 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.52703596, - 46.41313532 - ] - }, - "properties": { - "undefined": "Longeville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33468576, - 44.41770558 - ] - }, - "properties": { - "undefined": "Sampzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4546121, - 46.62349487 - ] - }, - "properties": { - "undefined": "Aubigny-Les Clouzeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33468576, - 44.41770558 - ] - }, - "properties": { - "undefined": "Sampzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.3749664, - 41.6820949 - ] - }, - "properties": { - "undefined": "Zonza" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.3749664, - 41.6820949 - ] - }, - "properties": { - "undefined": "Zonza" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.33611093, - 44.42680651 - ] - }, - "properties": { - "undefined": "Ruoms" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.406844, - 46.187012 - ] - }, - "properties": { - "undefined": "Le Bois-Plage-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.23832843, - 44.73029836 - ] - }, - "properties": { - "undefined": "Bouzic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.02692661, - 45.1910994 - ] - }, - "properties": { - "undefined": "Parcoul-Chenaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.02692661, - 45.1910994 - ] - }, - "properties": { - "undefined": "Parcoul-Chenaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18773817, - 44.75268759 - ] - }, - "properties": { - "undefined": "Daglan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18773817, - 44.75268759 - ] - }, - "properties": { - "undefined": "Daglan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.20262039, - 44.90092439 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.353438, - 44.409231 - ] - }, - "properties": { - "undefined": "Vallon-Pont-d'Arc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21423544, - 44.89537348 - ] - }, - "properties": { - "undefined": "Sarlat-la-Canéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.116399, - 45.022197 - ] - }, - "properties": { - "undefined": "Thonac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.445071, - 41.995246 - ] - }, - "properties": { - "undefined": "Ghisonaccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78494, - 49.518518 - ] - }, - "properties": { - "undefined": "Herserange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78494, - 49.518518 - ] - }, - "properties": { - "undefined": "Herserange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.445072, - 41.995246 - ] - }, - "properties": { - "undefined": "Ghisonaccia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14350611, - 43.14288259 - ] - }, - "properties": { - "undefined": "virta" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.353438, - 44.409231 - ] - }, - "properties": { - "undefined": "Vallon-Pont-d'Arc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14350611, - 43.14288259 - ] - }, - "properties": { - "undefined": "virta" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.430500000000005, - 43.57690340000002 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2001838828882567, - 46.01405490199754 - ] - }, - "properties": { - "undefined": "Aigueperse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.068559, - 44.550005 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94637, - 48.202269 - ] - }, - "properties": { - "undefined": "Vittel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86, - 46.42 - ] - }, - "properties": { - "undefined": "Montmorillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.972579, - 43.611481 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.972579, - 43.611481 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.400349, - 43.549642 - ] - }, - "properties": { - "undefined": "zeenco" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.400349, - 43.549642 - ] - }, - "properties": { - "undefined": "zeenco" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8455834166546037, - 50.666256180641085 - ] - }, - "properties": { - "undefined": "Desvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8445087136534122, - 50.66617982049264 - ] - }, - "properties": { - "undefined": "Desvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.971536, - 48.626299 - ] - }, - "properties": { - "undefined": "Saint-Dizier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.068559, - 44.550005 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4587, - 43.53783 - ] - }, - "properties": { - "undefined": "Tarnos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.740974, - 49.516179 - ] - }, - "properties": { - "undefined": "Cosnes-et-Romain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.348885488640659, - 48.38603775039389 - ] - }, - "properties": { - "undefined": "zeenco" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.814621642327829, - 46.08831777039237 - ] - }, - "properties": { - "undefined": "zeenco" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2123569556846805, - 50.56848859815003 - ] - }, - "properties": { - "undefined": "Cysoing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4961249380287276, - 48.678652435121194 - ] - }, - "properties": { - "undefined": "Brunoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.368877, - 49.18286 - ] - }, - "properties": { - "undefined": "Belleville-sur-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.068559, - 44.550005 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.068559, - 44.550005 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.068559, - 44.550005 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.451591, - 48.97995 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.730036, - 48.101993 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.730036, - 48.101993 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115675, - 49.39352 - ] - }, - "properties": { - "undefined": "Saint-Étienne-du-Rouvray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115675, - 49.39352 - ] - }, - "properties": { - "undefined": "Saint-Étienne-du-Rouvray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77321, - 45.672402 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77321, - 45.672402 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.741838, - 44.527159 - ] - }, - "properties": { - "undefined": "Montélimar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.741838, - 44.527159 - ] - }, - "properties": { - "undefined": "Montélimar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.741545, - 44.526897 - ] - }, - "properties": { - "undefined": "Montélimar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.741545, - 44.526897 - ] - }, - "properties": { - "undefined": "Montélimar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.740974, - 49.516179 - ] - }, - "properties": { - "undefined": "Cosnes-et-Romain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.740974, - 49.516179 - ] - }, - "properties": { - "undefined": "Cosnes-et-Romain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.971536, - 48.626299 - ] - }, - "properties": { - "undefined": "Saint-Dizier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.971536, - 48.626299 - ] - }, - "properties": { - "undefined": "Saint-Dizier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.368877, - 49.18286 - ] - }, - "properties": { - "undefined": "Belleville-sur-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.368877, - 49.18286 - ] - }, - "properties": { - "undefined": "Belleville-sur-Meuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.068559, - 44.550005 - ] - }, - "properties": { - "undefined": "Gap" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.451591, - 48.97995 - ] - }, - "properties": { - "undefined": "Gonesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.59, - 48.15 - ] - }, - "properties": { - "undefined": "guillaume" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.28, - 48.61 - ] - }, - "properties": { - "undefined": "Matignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.75, - 48.41 - ] - }, - "properties": { - "undefined": "Combourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.75, - 48.41 - ] - }, - "properties": { - "undefined": "Combourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8076714, - 45.7981775 - ] - }, - "properties": { - "undefined": "Saint-Didier-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8372308, - 46.3085443 - ] - }, - "properties": { - "undefined": "Mâcon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8071364, - 45.7999825 - ] - }, - "properties": { - "undefined": "Saint-Didier-au-Mont-d'Or" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.19743601177825, - 44.993004231809124 - ] - }, - "properties": { - "undefined": "Lacanau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.19743601177825, - 44.993004231809124 - ] - }, - "properties": { - "undefined": "Lacanau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.166771, - 50.693723 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.100756, - 49.113056 - ] - }, - "properties": { - "undefined": "Sarreguemines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.688881, - 49.140776 - ] - }, - "properties": { - "undefined": "Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4431105, - 48.919138 - ] - }, - "properties": { - "undefined": "waat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4431105, - 48.919138 - ] - }, - "properties": { - "undefined": "waat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4431105, - 48.919138 - ] - }, - "properties": { - "undefined": "waat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4431105, - 48.919138 - ] - }, - "properties": { - "undefined": "waat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.394606, - 43.56689 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145726, - 49.486737 - ] - }, - "properties": { - "undefined": "Saint-Martin-du-Vivier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145726, - 49.486737 - ] - }, - "properties": { - "undefined": "Saint-Martin-du-Vivier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145726, - 49.486737 - ] - }, - "properties": { - "undefined": "Saint-Martin-du-Vivier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163069, - 47.949564 - ] - }, - "properties": { - "undefined": "see-you-sun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163069, - 47.949564 - ] - }, - "properties": { - "undefined": "see-you-sun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172916, - 47.977284 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172916, - 47.977284 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.237465, - 48.018384 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.237465, - 48.018384 - ] - }, - "properties": { - "undefined": "Le Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.724781, - 48.108326 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6, - 49.61 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3077697, - 48.8492973 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314834, - 48.8587263 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299582, - 48.85807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314834, - 48.8587263 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314834, - 48.8587263 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314834, - 48.8587263 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314834, - 48.8587263 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041857865350335, - 48.85829535733236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314834, - 48.8587263 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041857865350335, - 48.85829535733236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041857865350335, - 48.85829535733236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3097645, - 48.8560129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041857865350335, - 48.85829535733236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041857865350335, - 48.85829535733236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299582, - 48.85807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3097645, - 48.8560129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3077697, - 48.8492973 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3077697, - 48.8492973 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3077697, - 48.8492973 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3077697, - 48.8492973 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3077697, - 48.8492973 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315725, - 48.8482825 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315725, - 48.8482825 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315725, - 48.8482825 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315725, - 48.8482825 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315725, - 48.8482825 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315725, - 48.8482825 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3097645, - 48.8560129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245048, - 48.8598769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245048, - 48.8598769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245048, - 48.8598769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245048, - 48.8598769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245048, - 48.8598769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3097645, - 48.8560129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3097645, - 48.8560129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3097645, - 48.8560129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315725, - 48.8482825 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3409177, - 48.8777212 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3190123, - 48.8530403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321208, - 48.8471079 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280363, - 48.8430076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280363, - 48.8430076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314662, - 48.8524509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314662, - 48.8524509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314662, - 48.8524509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314662, - 48.8524509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314662, - 48.8524509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314662, - 48.8524509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321208, - 48.8471079 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321208, - 48.8471079 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280363, - 48.8430076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321208, - 48.8471079 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321208, - 48.8471079 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321208, - 48.8471079 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371078, - 48.8552045 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371078, - 48.8552045 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371078, - 48.8552045 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371078, - 48.8552045 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239783, - 48.847875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239783, - 48.847875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280363, - 48.8430076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280363, - 48.8430076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3409177, - 48.8777212 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363896, - 48.8425631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3190123, - 48.8530403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3190123, - 48.8530403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3190123, - 48.8530403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3190123, - 48.8530403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3190123, - 48.8530403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363896, - 48.8425631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363896, - 48.8425631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363896, - 48.8425631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363896, - 48.8425631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363896, - 48.8425631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280363, - 48.8430076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363896, - 48.8425631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333149, - 48.84189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333149, - 48.84189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333149, - 48.84189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333149, - 48.84189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333149, - 48.84189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3287351, - 48.8489613 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3287351, - 48.8489613 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3287351, - 48.8489613 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299582, - 48.85807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299582, - 48.85807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299582, - 48.85807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3082976, - 48.8761878 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226488, - 48.870601 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226488, - 48.870601 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226488, - 48.870601 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226488, - 48.870601 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226488, - 48.870601 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310832, - 48.8778333 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310832, - 48.8778333 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310832, - 48.8778333 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310832, - 48.8778333 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310832, - 48.8778333 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310832, - 48.8778333 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3082976, - 48.8761878 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041662, - 48.8724475 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3082976, - 48.8761878 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3082976, - 48.8761878 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3082976, - 48.8761878 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3082976, - 48.8761878 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326167, - 48.87236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326167, - 48.87236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326167, - 48.87236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326167, - 48.87236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326167, - 48.87236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326167, - 48.87236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283632, - 48.8804478 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226488, - 48.870601 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312597, - 48.87006 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312597, - 48.87006 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312597, - 48.87006 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041662, - 48.8724475 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041662, - 48.8724475 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3046348, - 48.8682112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3046348, - 48.8682112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3046348, - 48.8682112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3046348, - 48.8682112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3046348, - 48.8682112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3046348, - 48.8682112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301121, - 48.87057 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301121, - 48.87057 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301121, - 48.87057 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301121, - 48.87057 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301121, - 48.87057 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301121, - 48.87057 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263307, - 48.8795963 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263307, - 48.8795963 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263307, - 48.8795963 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263307, - 48.8795963 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263307, - 48.8795963 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263307, - 48.8795963 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312597, - 48.87006 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312597, - 48.87006 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.312597, - 48.87006 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283632, - 48.8804478 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283632, - 48.8804478 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283632, - 48.8804478 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326691, - 48.86972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326691, - 48.86972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326691, - 48.86972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454871, - 48.8829733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454871, - 48.8829733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454871, - 48.8829733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454871, - 48.8829733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454871, - 48.8829733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454871, - 48.8829733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454871, - 48.8829733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342083, - 48.875464 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342083, - 48.875464 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342083, - 48.875464 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342083, - 48.875464 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342083, - 48.875464 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342083, - 48.875464 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3387762, - 48.8723178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3387762, - 48.8723178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3387762, - 48.8723178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3387762, - 48.8723178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3387762, - 48.8723178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3409177, - 48.8777212 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3409177, - 48.8777212 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3409177, - 48.8777212 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326691, - 48.86972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3466528, - 48.8735894 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283632, - 48.8804478 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3466528, - 48.8735894 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283632, - 48.8804478 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283632, - 48.8804478 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3382898, - 48.875921 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3382898, - 48.875921 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3382898, - 48.875921 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3347774, - 48.878643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3347774, - 48.878643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3347774, - 48.878643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3347774, - 48.878643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336666, - 48.88109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336666, - 48.88109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336666, - 48.88109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336666, - 48.88109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336666, - 48.88109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338862, - 48.8716413 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338862, - 48.8716413 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338862, - 48.8716413 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338862, - 48.8716413 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338862, - 48.8716413 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3466528, - 48.8735894 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3466528, - 48.8735894 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3466528, - 48.8735894 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3466528, - 48.8735894 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041662, - 48.8724475 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041662, - 48.8724475 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299582, - 48.85807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3152447, - 48.8558178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310588, - 48.85806 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310588, - 48.85806 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195393, - 48.8593659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195393, - 48.8593659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195393, - 48.8593659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195393, - 48.8593659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195393, - 48.8593659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195393, - 48.8593659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3152447, - 48.8558178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3152447, - 48.8558178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3152447, - 48.8558178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3152447, - 48.8558178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041662, - 48.8724475 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3152447, - 48.8558178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3069867, - 48.8611286 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3069867, - 48.8611286 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3069867, - 48.8611286 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3069867, - 48.8611286 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329982, - 48.85461 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329982, - 48.85461 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329982, - 48.85461 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329982, - 48.85461 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329982, - 48.85461 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3036203, - 48.8696448 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310588, - 48.85806 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310588, - 48.85806 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310588, - 48.85806 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.310588, - 48.85806 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237968, - 48.8508194 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237968, - 48.8508194 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237968, - 48.8508194 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237968, - 48.8508194 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237968, - 48.8508194 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3106373, - 48.8511276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3106373, - 48.8511276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3106373, - 48.8511276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3106373, - 48.8511276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3106373, - 48.8511276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3106373, - 48.8511276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3080758, - 48.8561697 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3080758, - 48.8561697 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3080758, - 48.8561697 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3080758, - 48.8561697 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3080758, - 48.8561697 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3080758, - 48.8561697 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3129161, - 48.8512827 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3129161, - 48.8512827 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3129161, - 48.8512827 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3129161, - 48.8512827 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3129161, - 48.8512827 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3129161, - 48.8512827 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3036203, - 48.8696448 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3036203, - 48.8696448 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3036203, - 48.8696448 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32056, - 48.881834 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325922, - 48.8830163 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325922, - 48.8830163 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325922, - 48.8830163 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084191, - 48.8657733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084191, - 48.8657733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084191, - 48.8657733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084191, - 48.8657733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084191, - 48.8657733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084191, - 48.8657733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084191, - 48.8657733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3044935, - 48.878351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3044935, - 48.878351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3044935, - 48.878351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3044935, - 48.878351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3044935, - 48.878351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3044935, - 48.878351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3044935, - 48.878351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314663, - 48.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314663, - 48.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314663, - 48.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314663, - 48.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314663, - 48.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.314663, - 48.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325922, - 48.8830163 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32056, - 48.881834 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3008886, - 48.8734765 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32056, - 48.881834 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3008886, - 48.8734765 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3008886, - 48.8734765 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3008886, - 48.8734765 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3008886, - 48.8734765 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3008886, - 48.8734765 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193886, - 48.8728324 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193886, - 48.8728324 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193886, - 48.8728324 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193886, - 48.8728324 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193886, - 48.8728324 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193886, - 48.8728324 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976358, - 48.8741642 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976358, - 48.8741642 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976358, - 48.8741642 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976358, - 48.8741642 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3225683, - 48.8783912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3225683, - 48.8783912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3225683, - 48.8783912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3225683, - 48.8783912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3225683, - 48.8783912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32056, - 48.881834 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32056, - 48.881834 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32056, - 48.881834 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3287351, - 48.8489613 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3202972, - 48.8318566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3409177, - 48.8777212 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237355, - 48.8266807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.337229, - 48.83912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.337229, - 48.83912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.337229, - 48.83912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237355, - 48.8266807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237355, - 48.8266807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237355, - 48.8266807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237355, - 48.8266807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237355, - 48.8266807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.337229, - 48.83912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313088, - 48.83126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313088, - 48.83126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313088, - 48.83126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313088, - 48.83126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313088, - 48.83126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313088, - 48.83126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313088, - 48.83126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.337229, - 48.83912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.337229, - 48.83912 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370783, - 48.8207604 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3202972, - 48.8318566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297831, - 48.8348549 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323305, - 48.842173 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323305, - 48.842173 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323305, - 48.842173 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323305, - 48.842173 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323305, - 48.842173 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323305, - 48.842173 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239783, - 48.847875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301676, - 48.8395108 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3202972, - 48.8318566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3202972, - 48.8318566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301676, - 48.8395108 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301676, - 48.8395108 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301676, - 48.8395108 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301676, - 48.8395108 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301676, - 48.8395108 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370783, - 48.8207604 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370783, - 48.8207604 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297831, - 48.8348549 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3038076, - 48.8458068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28136, - 48.841403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28136, - 48.841403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28136, - 48.841403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3038076, - 48.8458068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3038076, - 48.8458068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3038076, - 48.8458068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3038076, - 48.8458068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3038076, - 48.8458068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28136, - 48.841403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3038076, - 48.8458068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273328, - 48.83984 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273328, - 48.83984 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273328, - 48.83984 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273328, - 48.83984 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273328, - 48.83984 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2892983, - 48.8388875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28136, - 48.841403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28136, - 48.841403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370783, - 48.8207604 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322823, - 48.8230593 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370783, - 48.8207604 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370783, - 48.8207604 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370783, - 48.8207604 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322823, - 48.8230593 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322823, - 48.8230593 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322823, - 48.8230593 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322823, - 48.8230593 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322823, - 48.8230593 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28136, - 48.841403 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2788853, - 48.8325995 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2788853, - 48.8325995 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2788853, - 48.8325995 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2788853, - 48.8325995 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2788853, - 48.8325995 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2788853, - 48.8325995 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2788853, - 48.8325995 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297831, - 48.8348549 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297831, - 48.8348549 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317475, - 48.8806436 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580488, - 48.8260824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3424498, - 48.8262319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3424498, - 48.8262319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580488, - 48.8260824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580488, - 48.8260824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580488, - 48.8260824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580488, - 48.8260824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580488, - 48.8260824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3721949, - 48.8279725 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3424498, - 48.8262319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3721949, - 48.8279725 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3721949, - 48.8279725 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3721949, - 48.8279725 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3721949, - 48.8279725 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3721949, - 48.8279725 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624101, - 48.8328237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624101, - 48.8328237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3424498, - 48.8262319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3424498, - 48.8262319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624101, - 48.8328237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3460584, - 48.8310493 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3512076, - 48.8204223 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3512076, - 48.8204223 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3512076, - 48.8204223 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3512076, - 48.8204223 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3512076, - 48.8204223 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3512076, - 48.8204223 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3460584, - 48.8310493 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3460584, - 48.8310493 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3424498, - 48.8262319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3460584, - 48.8310493 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3460584, - 48.8310493 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3460584, - 48.8310493 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3810867, - 48.8276393 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3810867, - 48.8276393 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3810867, - 48.8276393 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3810867, - 48.8276393 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624101, - 48.8328237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624101, - 48.8328237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297831, - 48.8348549 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3216963, - 48.8283698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408664, - 48.8383124 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408664, - 48.8383124 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408664, - 48.8383124 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408664, - 48.8383124 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408664, - 48.8383124 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3216963, - 48.8283698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3216963, - 48.8283698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608, - 48.83273 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336613, - 48.82844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608, - 48.83273 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608, - 48.83273 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608, - 48.83273 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608, - 48.83273 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608, - 48.83273 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608, - 48.83273 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297831, - 48.8348549 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408664, - 48.8383124 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336613, - 48.82844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624101, - 48.8328237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.354296, - 48.82325 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3592348, - 48.8365583 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3592348, - 48.8365583 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3592348, - 48.8365583 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3592348, - 48.8365583 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.354296, - 48.82325 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.354296, - 48.82325 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.354296, - 48.82325 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364308, - 48.824068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336613, - 48.82844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364308, - 48.824068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364308, - 48.824068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364308, - 48.824068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364308, - 48.824068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336613, - 48.82844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336613, - 48.82844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336613, - 48.82844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2892983, - 48.8388875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2892983, - 48.8388875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2892983, - 48.8388875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3026, - 48.8349 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3217, - 48.8432 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301, - 48.8483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301, - 48.8483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301, - 48.8483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301, - 48.8483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301, - 48.8483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.301, - 48.8483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3026, - 48.8349 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3217, - 48.8432 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3026, - 48.8349 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3026, - 48.8349 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2953, - 48.8472 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2953, - 48.8472 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2953, - 48.8472 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2953, - 48.8472 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2953, - 48.8472 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3217, - 48.8432 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3217, - 48.8432 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2847, - 48.8479 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2989, - 48.8287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913, - 48.8512 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913, - 48.8512 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2989, - 48.8287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2989, - 48.8287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2989, - 48.8287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2989, - 48.8287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2989, - 48.8287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2989, - 48.8287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3217, - 48.8432 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2876, - 48.8407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2876, - 48.8407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2876, - 48.8407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2876, - 48.8407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2876, - 48.8407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2876, - 48.8407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3217, - 48.8432 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2953, - 48.8472 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2847, - 48.8479 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2892983, - 48.8388875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2914295, - 48.8351985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2796928, - 48.8439105 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2796928, - 48.8439105 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2796928, - 48.8439105 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2796928, - 48.8439105 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2914295, - 48.8351985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2914295, - 48.8351985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2914295, - 48.8351985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2914295, - 48.8351985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2796928, - 48.8439105 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2914295, - 48.8351985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3081344, - 48.8338872 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3081344, - 48.8338872 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3081344, - 48.8338872 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3081344, - 48.8338872 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2994811, - 48.8434786 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2994811, - 48.8434786 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2796928, - 48.8439105 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986736, - 48.8370178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2847, - 48.8479 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2787, - 48.8373 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2847, - 48.8479 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2847, - 48.8479 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2847, - 48.8479 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2787, - 48.8373 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2787, - 48.8373 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2787, - 48.8373 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2787, - 48.8373 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2787, - 48.8373 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986736, - 48.8370178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2997986, - 48.851832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2997986, - 48.851832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2997986, - 48.851832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2997986, - 48.851832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2997986, - 48.851832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986736, - 48.8370178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986736, - 48.8370178 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913, - 48.8512 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913, - 48.8512 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913, - 48.8512 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3059905, - 48.8373656 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2920513, - 48.8425947 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2920513, - 48.8425947 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2920513, - 48.8425947 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2848904, - 48.8425678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2848904, - 48.8425678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2848904, - 48.8425678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2848904, - 48.8425678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3059905, - 48.8373656 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2920513, - 48.8425947 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3059905, - 48.8373656 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3059905, - 48.8373656 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3059905, - 48.8373656 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3059905, - 48.8373656 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3126749, - 48.8385459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3126749, - 48.8385459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3126749, - 48.8385459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2920513, - 48.8425947 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2920513, - 48.8425947 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913, - 48.8512 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2844167, - 48.8467033 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986453, - 48.8395783 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986453, - 48.8395783 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986453, - 48.8395783 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986453, - 48.8395783 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986453, - 48.8395783 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2844167, - 48.8467033 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2844167, - 48.8467033 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2844167, - 48.8467033 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851648, - 48.835427 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2824849, - 48.8389208 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2824849, - 48.8389208 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2824849, - 48.8389208 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2824849, - 48.8389208 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851648, - 48.835427 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851648, - 48.835427 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851648, - 48.835427 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3126749, - 48.8385459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3126749, - 48.8385459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3126749, - 48.8385459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904053, - 48.854819 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3045476, - 48.848923 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3045476, - 48.848923 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904053, - 48.854819 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904053, - 48.854819 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904053, - 48.854819 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904053, - 48.854819 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904053, - 48.854819 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295999, - 48.8304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3126749, - 48.8385459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295999, - 48.8304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295999, - 48.8304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295999, - 48.8304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295999, - 48.8304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295999, - 48.8304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295999, - 48.8304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913, - 48.8512 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3045476, - 48.848923 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3045476, - 48.848923 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3045476, - 48.848923 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3045476, - 48.848923 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3048474, - 48.8319972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3048474, - 48.8319972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3048474, - 48.8319972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3048474, - 48.8319972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3048474, - 48.8319972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3048474, - 48.8319972 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287503, - 48.8451076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287503, - 48.8451076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287503, - 48.8451076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287503, - 48.8451076 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2943442, - 48.8383125 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2943442, - 48.8383125 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2943442, - 48.8383125 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2943442, - 48.8383125 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2943442, - 48.8383125 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379246, - 48.83171 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379246, - 48.83171 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379246, - 48.83171 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.374203, - 48.85579 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664376, - 48.8657658 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3719914, - 48.86023 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3719914, - 48.86023 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3719914, - 48.86023 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3719914, - 48.86023 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3719914, - 48.86023 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3719914, - 48.86023 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.374203, - 48.85579 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664376, - 48.8657658 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.374203, - 48.85579 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.374203, - 48.85579 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37139, - 48.857259 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37139, - 48.857259 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37139, - 48.857259 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37139, - 48.857259 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397761, - 48.84948 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664376, - 48.8657658 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664376, - 48.8657658 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397761, - 48.84948 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3825248, - 48.8561529 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.384125, - 48.858606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.384125, - 48.858606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.384125, - 48.858606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.384125, - 48.858606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.384125, - 48.858606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.384125, - 48.858606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3825248, - 48.8561529 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3825248, - 48.8561529 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390264, - 48.8577957 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3825248, - 48.8561529 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3825248, - 48.8561529 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3825248, - 48.8561529 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390264, - 48.8577957 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390264, - 48.8577957 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390264, - 48.8577957 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390264, - 48.8577957 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397761, - 48.84948 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397761, - 48.84948 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3713985, - 48.8640621 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376434, - 48.85189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36784, - 48.86661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36784, - 48.86661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36784, - 48.86661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36784, - 48.86661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36784, - 48.86661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36784, - 48.86661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376434, - 48.85189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376434, - 48.85189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3923486, - 48.853661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376434, - 48.85189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376434, - 48.85189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387246, - 48.8499672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387246, - 48.8499672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387246, - 48.8499672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387246, - 48.8499672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387246, - 48.8499672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3923486, - 48.853661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3923486, - 48.853661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397761, - 48.84948 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3830368, - 48.8525733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397761, - 48.84948 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809277, - 48.8615346 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809277, - 48.8615346 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809277, - 48.8615346 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809277, - 48.8615346 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3830368, - 48.8525733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3830368, - 48.8525733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3830368, - 48.8525733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3923486, - 48.853661 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3830368, - 48.8525733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371679, - 48.8690795 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371679, - 48.8690795 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371679, - 48.8690795 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371679, - 48.8690795 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371679, - 48.8690795 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371679, - 48.8690795 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.384125, - 48.858606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3783382, - 48.8553267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3783382, - 48.8553267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364206, - 48.87119 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366288, - 48.87237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366288, - 48.87237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364206, - 48.87119 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364206, - 48.87119 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364206, - 48.87119 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364206, - 48.87119 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364206, - 48.87119 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372482, - 48.87179 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366288, - 48.87237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372482, - 48.87179 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372482, - 48.87179 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372482, - 48.87179 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372482, - 48.87179 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629571, - 48.8814921 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629571, - 48.8814921 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629571, - 48.8814921 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366288, - 48.87237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366288, - 48.87237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3783382, - 48.8553267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600462, - 48.8702567 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317475, - 48.8806436 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317475, - 48.8806436 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317475, - 48.8806436 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317475, - 48.8806436 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317475, - 48.8806436 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600462, - 48.8702567 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600462, - 48.8702567 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600462, - 48.8702567 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366288, - 48.87237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587236, - 48.8750762 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587236, - 48.8750762 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587236, - 48.8750762 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587236, - 48.8750762 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587236, - 48.8750762 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587236, - 48.8750762 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366288, - 48.87237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629571, - 48.8814921 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629571, - 48.8814921 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.354076, - 48.87081 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36289, - 48.87484 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3551424, - 48.8740698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3551424, - 48.8740698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.348162, - 48.87517 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.348162, - 48.87517 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.348162, - 48.87517 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.348162, - 48.87517 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36289, - 48.87484 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36289, - 48.87484 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.354076, - 48.87081 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36289, - 48.87484 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36289, - 48.87484 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36289, - 48.87484 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3783382, - 48.8553267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3783382, - 48.8553267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3783382, - 48.8553267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3783382, - 48.8553267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3551424, - 48.8740698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3551424, - 48.8740698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3509617, - 48.8801236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3509617, - 48.8801236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.354076, - 48.87081 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.354076, - 48.87081 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372715, - 48.87565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372715, - 48.87565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372715, - 48.87565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372715, - 48.87565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372715, - 48.87565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523208, - 48.8750753 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523208, - 48.8750753 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523208, - 48.8750753 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523208, - 48.8750753 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523208, - 48.8750753 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523208, - 48.8750753 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3509617, - 48.8801236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3509617, - 48.8801236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3713985, - 48.8640621 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3713985, - 48.8640621 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379246, - 48.83171 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372548, - 48.83186 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378739, - 48.8403578 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3665764, - 48.8268565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3665764, - 48.8268565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3665764, - 48.8268565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3665764, - 48.8268565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3665764, - 48.8268565 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372548, - 48.83186 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372548, - 48.83186 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378739, - 48.8403578 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372548, - 48.83186 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372548, - 48.83186 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372548, - 48.83186 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372548, - 48.83186 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345853, - 48.82195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345853, - 48.82195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345853, - 48.82195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378739, - 48.8403578 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378739, - 48.8403578 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345853, - 48.82195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3850356, - 48.8355193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4002905, - 48.8351899 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4002905, - 48.8351899 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4002905, - 48.8351899 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4002905, - 48.8351899 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3850356, - 48.8355193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3850356, - 48.8355193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3850356, - 48.8355193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4022445, - 48.8373149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378739, - 48.8403578 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4022445, - 48.8373149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4022445, - 48.8373149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4022445, - 48.8373149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4022445, - 48.8373149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4022445, - 48.8373149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378739, - 48.8403578 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378739, - 48.8403578 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345853, - 48.82195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345853, - 48.82195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3713985, - 48.8640621 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353056, - 48.8345242 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643333, - 48.8205622 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643333, - 48.8205622 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643333, - 48.8205622 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643333, - 48.8205622 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353056, - 48.8345242 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353056, - 48.8345242 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353056, - 48.8345242 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353056, - 48.8345242 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3537665, - 48.8295778 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.353056, - 48.8345242 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3724643, - 48.8362302 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3724643, - 48.8362302 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3724643, - 48.8362302 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3724643, - 48.8362302 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379246, - 48.83171 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379246, - 48.83171 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3537665, - 48.8295778 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3537665, - 48.8295778 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3446053, - 48.8351639 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753988, - 48.8231521 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3446053, - 48.8351639 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3446053, - 48.8351639 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3446053, - 48.8351639 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3446053, - 48.8351639 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.356917, - 48.8303916 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.356917, - 48.8303916 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.356917, - 48.8303916 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753988, - 48.8231521 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3537665, - 48.8295778 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753988, - 48.8231521 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753988, - 48.8231521 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753988, - 48.8231521 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753988, - 48.8231521 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753988, - 48.8231521 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3537665, - 48.8295778 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3537665, - 48.8295778 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4002905, - 48.8351899 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4002905, - 48.8351899 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4002905, - 48.8351899 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3856322, - 48.8473293 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3922556, - 48.8364094 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3922556, - 48.8364094 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3922556, - 48.8364094 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3856322, - 48.8473293 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3856322, - 48.8473293 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3856322, - 48.8473293 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3856322, - 48.8473293 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.407044, - 48.8444 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3922556, - 48.8364094 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.407044, - 48.8444 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.407044, - 48.8444 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.407044, - 48.8444 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.407044, - 48.8444 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.407044, - 48.8444 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367915, - 48.84837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367915, - 48.84837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3922556, - 48.8364094 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3878529, - 48.839191 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400428, - 48.8406851 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4050137, - 48.8415951 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3713985, - 48.8640621 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3713985, - 48.8640621 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3862243, - 48.8632221 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3862243, - 48.8632221 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3862243, - 48.8632221 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3862243, - 48.8632221 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3862243, - 48.8632221 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4050137, - 48.8415951 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3878529, - 48.839191 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4050137, - 48.8415951 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4050137, - 48.8415951 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4050137, - 48.8415951 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3878529, - 48.839191 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3878529, - 48.839191 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3878529, - 48.839191 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3878529, - 48.839191 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367915, - 48.84837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367915, - 48.84837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367915, - 48.84837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.410751, - 48.846304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388111, - 48.8334137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388111, - 48.8334137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388111, - 48.8334137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388111, - 48.8334137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388111, - 48.8334137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388111, - 48.8334137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.410751, - 48.846304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.410751, - 48.846304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367915, - 48.84837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.410751, - 48.846304 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400428, - 48.8406851 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400428, - 48.8406851 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400428, - 48.8406851 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400428, - 48.8406851 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400428, - 48.8406851 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400428, - 48.8406851 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388111, - 48.8334137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389211, - 48.84154 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389211, - 48.84154 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389211, - 48.84154 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3953738, - 48.8455775 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3953738, - 48.8455775 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3953738, - 48.8455775 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3953738, - 48.8455775 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3953738, - 48.8455775 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.409631, - 48.84071 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.409631, - 48.84071 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.409631, - 48.84071 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.409631, - 48.84071 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.409631, - 48.84071 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.409631, - 48.84071 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.409631, - 48.84071 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389211, - 48.84154 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389211, - 48.84154 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389211, - 48.84154 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239783, - 48.847875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239783, - 48.847875 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.241010412111203, - 48.214366530490125 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.241010412111203, - 48.214366530490125 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493363, - 46.114344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493363, - 46.114344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493363, - 46.114344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493363, - 46.114344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493363, - 46.114344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493363, - 46.114344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493363, - 46.114344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.493363, - 46.114344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0686, - 48.972589 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0686, - 48.972589 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.32789, - 49.32443 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.431166, - 44.979033 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.431166, - 44.979033 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.431166, - 44.979033 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.431166, - 44.979033 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50616, - 44.87366 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50616, - 44.87366 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50616, - 44.87366 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.241010412111203, - 48.214366530490125 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.241010412111203, - 48.214366530490125 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.172111, - 47.42224 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.926765, - 47.337545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.529364, - 44.231895 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.529364, - 44.231895 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.529364, - 44.231895 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.529364, - 44.231895 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.529364, - 44.231895 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32577, - 48.584798 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32577, - 48.584798 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32577, - 48.584798 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32577, - 48.584798 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32577, - 48.584798 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32577, - 48.584798 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32577, - 48.584798 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.32577, - 48.584798 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.926765, - 47.337545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.926765, - 47.337545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.926765, - 47.337545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.926765, - 47.337545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.926765, - 47.337545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.926765, - 47.337545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.50616, - 44.87366 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.125336, - 48.456669 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.125336, - 48.456669 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.125336, - 48.456669 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80428, - 43.35267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80428, - 43.35267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80428, - 43.35267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80428, - 43.35267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80428, - 43.35267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80428, - 43.35267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504672, - 49.592204 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504672, - 49.592204 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504672, - 49.592204 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504672, - 49.592204 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504672, - 49.592204 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504672, - 49.592204 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504672, - 49.592204 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504672, - 49.592204 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.269559, - 43.721222 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.269559, - 43.721222 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.269559, - 43.721222 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.269559, - 43.721222 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838227, - 46.96323 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80428, - 43.35267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80428, - 43.35267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.80428, - 43.35267 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.125336, - 48.456669 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.035532, - 43.589282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.529364, - 44.231895 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.529364, - 44.231895 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.529364, - 44.231895 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.062407, - 50.650931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11733, - 46.057926 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11733, - 46.057926 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11733, - 46.057926 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.494, - 46.7483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.494, - 46.7483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.494, - 46.7483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.494, - 46.7483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376323, - 48.805832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376323, - 48.805832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376323, - 48.805832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376323, - 48.805832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376323, - 48.805832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376323, - 48.805832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376323, - 48.805832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376323, - 48.805832 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.062407, - 50.650931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.062407, - 50.650931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.062407, - 50.650931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.062407, - 50.650931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11733, - 46.057926 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11733, - 46.057926 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11733, - 46.057926 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07982, - 44.329297 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.016955, - 47.4185 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07982, - 44.329297 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07982, - 44.329297 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07982, - 44.329297 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07982, - 44.329297 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07982, - 44.329297 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07982, - 44.329297 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.07982, - 44.329297 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509803, - 45.541115 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11733, - 46.057926 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509803, - 45.541115 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509803, - 45.541115 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509803, - 45.541115 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509803, - 45.541115 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509803, - 45.541115 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509803, - 45.541115 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.509803, - 45.541115 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.11733, - 46.057926 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.062407, - 50.650931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.062407, - 50.650931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.593513, - 46.715962 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.062407, - 50.650931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150559, - 48.652612 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.070386, - 45.844552 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.149616, - 49.487559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.149616, - 49.487559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.149616, - 49.487559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827109, - 45.589631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827109, - 45.589631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827109, - 45.589631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827109, - 45.589631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204589, - 49.609844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204589, - 49.609844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204589, - 49.609844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204589, - 49.609844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204589, - 49.609844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204589, - 49.609844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204589, - 49.609844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204589, - 49.609844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31121, - 43.86441 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.593513, - 46.715962 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150559, - 48.652612 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150559, - 48.652612 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150559, - 48.652612 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37080308694003083, - 46.29755602592633 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.296055, - 46.20308 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.296055, - 46.20308 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.00055, - 44.9997 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.00055, - 44.9997 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37080308694003083, - 46.29755602592633 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37080308694003083, - 46.29755602592633 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37080308694003083, - 46.29755602592633 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37080308694003083, - 46.29755602592633 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37080308694003083, - 46.29755602592633 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150559, - 48.652612 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37080308694003083, - 46.29755602592633 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37080308694003083, - 46.29755602592633 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26627, - 48.835002 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.375428, - 48.900638 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3735, - 48.9003 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.905094, - 45.739317 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.905094, - 45.739317 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150559, - 48.652612 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.172111, - 47.42224 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.848176, - 43.84322 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.016955, - 47.4185 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.363451, - 48.759935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863486341983179, - 48.26738780480035 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863486341983179, - 48.26738780480035 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863486341983179, - 48.26738780480035 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863486341983179, - 48.26738780480035 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863486341983179, - 48.26738780480035 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863486341983179, - 48.26738780480035 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863486341983179, - 48.26738780480035 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.128131, - 49.402915 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.128131, - 49.402915 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072417, - 45.877047 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072417, - 45.877047 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072417, - 45.877047 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072417, - 45.877047 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.655602, - 43.752619 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.655602, - 43.752619 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78049, - 45.197767 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78049, - 45.197767 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78049, - 45.197767 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78049, - 45.197767 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.863486341983179, - 48.26738780480035 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.363451, - 48.759935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.850927825, - 43.84343386 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.363451, - 48.759935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0144273068944765, - 47.419479 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0144273068944765, - 47.419479 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111322, - 46.057755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111322, - 46.057755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111322, - 46.057755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111322, - 46.057755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111322, - 46.057755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111322, - 46.057755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.780632, - 48.635678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316345, - 48.823581 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.608616, - 44.171001 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.608616, - 44.171001 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.133697, - 43.869821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.133697, - 43.869821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6546462208168315, - 49.5713395660623 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6546462208168315, - 49.5713395660623 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.363451, - 48.759935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.363451, - 48.759935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.363451, - 48.759935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.864688, - 49.361312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.864688, - 49.361312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.864688, - 49.361312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.864688, - 49.361312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3942192164788385, - 48.93472544057976 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3942192164788385, - 48.93472544057976 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3942192164788385, - 48.93472544057976 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3942192164788385, - 48.93472544057976 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3942192164788385, - 48.93472544057976 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3942192164788385, - 48.93472544057976 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711425, - 47.113401 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711425, - 47.113401 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711425, - 47.113401 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711425, - 47.113401 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711425, - 47.113401 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711425, - 47.113401 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711425, - 47.113401 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.711425, - 47.113401 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.034861, - 47.503262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.034861, - 47.503262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.034861, - 47.503262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.034861, - 47.503262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.034861, - 47.503262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3942192164788385, - 48.93472544057976 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3942192164788385, - 48.93472544057976 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.720103, - 49.520236 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795923, - 43.547473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.864688, - 49.361312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.864688, - 49.361312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.864688, - 49.361312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.864688, - 49.361312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795923, - 43.547473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795923, - 43.547473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795923, - 43.547473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795923, - 43.547473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795923, - 43.547473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963146, - 46.097489 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795923, - 43.547473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795923, - 43.547473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.795923, - 43.547473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963146, - 46.097489 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963146, - 46.097489 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963146, - 46.097489 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963146, - 46.097489 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.963146, - 46.097489 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0144273068944765, - 47.419479 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859716, - 47.976571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859716, - 47.976571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.074, - 50.540332 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6666, - 47.33821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6666, - 47.33821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6666, - 47.33821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.053499, - 49.179691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6666, - 47.33821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6666, - 47.33821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6666, - 47.33821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742603853735758, - 50.40453203652518 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.850927825, - 43.84343386 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.850927825, - 43.84343386 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.850927825, - 43.84343386 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.769017, - 45.80924 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.769017, - 45.80924 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.769017, - 45.80924 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.769017, - 45.80924 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742603853735758, - 50.40453203652518 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391378846523969, - 48.93390425439423 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6666, - 47.33821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391378846523969, - 48.93390425439423 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391378846523969, - 48.93390425439423 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391378846523969, - 48.93390425439423 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391378846523969, - 48.93390425439423 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391378846523969, - 48.93390425439423 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391378846523969, - 48.93390425439423 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.391378846523969, - 48.93390425439423 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6666, - 47.33821 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.074, - 50.540332 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07922256090806372, - 43.22956922042935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859716, - 47.976571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07922256090806372, - 43.22956922042935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.496258, - 45.052079 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.496258, - 45.052079 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.254647, - 48.055847 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.254647, - 48.055847 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.254647, - 48.055847 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.254647, - 48.055847 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.254647, - 48.055847 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.254647, - 48.055847 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.145602, - 48.635405 - ] - }, - "properties": { - "undefined": "Janvry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.145602, - 48.635405 - ] - }, - "properties": { - "undefined": "Janvry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.145602, - 48.635405 - ] - }, - "properties": { - "undefined": "Janvry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.145602, - 48.635405 - ] - }, - "properties": { - "undefined": "Janvry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.899358, - 42.779756 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.899358, - 42.779756 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859716, - 47.976571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859716, - 47.976571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859716, - 47.976571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859716, - 47.976571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859716, - 47.976571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.538004, - 47.972518 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.538004, - 47.972518 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.538004, - 47.972518 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874171, - 45.018137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07922256090806372, - 43.22956922042935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07922256090806372, - 43.22956922042935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07922256090806372, - 43.22956922042935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07922256090806372, - 43.22956922042935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07922256090806372, - 43.22956922042935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07922256090806372, - 43.22956922042935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874171, - 45.018137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874171, - 45.018137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874171, - 45.018137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.538004, - 47.972518 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874171, - 45.018137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874171, - 45.018137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874171, - 45.018137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.874171, - 45.018137 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.926063, - 45.672131 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.926063, - 45.672131 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.926063, - 45.672131 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.926063, - 45.672131 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.016955, - 47.4185 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.016955, - 47.4185 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3182091, - 48.8473691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.198907, - 47.975069 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.722189, - 49.523482 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.722189, - 49.523482 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.722189, - 49.523482 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.722189, - 49.523482 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.722189, - 49.523482 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.722189, - 49.523482 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443222, - 48.595281 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443222, - 48.595281 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443222, - 48.595281 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443222, - 48.595281 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443222, - 48.595281 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443222, - 48.595281 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443222, - 48.595281 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443222, - 48.595281 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867226, - 44.866331 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867226, - 44.866331 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867226, - 44.866331 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867226, - 44.866331 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867226, - 44.866331 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.722189, - 49.523482 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.198907, - 47.975069 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.449003, - 43.8755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.669435, - 47.789562 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23132115, - 48.8398361 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.410002, - 45.442142 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.410002, - 45.442142 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.410002, - 45.442142 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.410002, - 45.442142 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.383225, - 43.316251 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.383225, - 43.316251 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.144751, - 48.891905 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.669435, - 47.789562 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.669435, - 47.789562 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.669435, - 47.789562 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.669435, - 47.789562 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.669435, - 47.789562 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.669435, - 47.789562 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867226, - 44.866331 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867226, - 44.866331 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867226, - 44.866331 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382357, - 47.768193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865283, - 46.418606 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.449003, - 43.8755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.449003, - 43.8755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.449003, - 43.8755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.186405, - 43.589684 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.186405, - 43.589684 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.186405, - 43.589684 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836437, - 46.963869 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382357, - 47.768193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382357, - 47.768193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382357, - 47.768193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382357, - 47.768193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382357, - 47.768193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382357, - 47.768193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382357, - 47.768193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.382357, - 47.768193 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836437, - 46.963869 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.186405, - 43.589684 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836437, - 46.963869 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836437, - 46.963869 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836437, - 46.963869 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836437, - 46.963869 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836437, - 46.963869 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.836437, - 46.963869 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.133269952383021, - 43.713083462685034 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.186405, - 43.589684 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.076274, - 49.444077 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.907771, - 44.94012 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436995, - 44.645735 - ] - }, - "properties": { - "undefined": "Saint-Michel-de-Rieufret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436995, - 44.645735 - ] - }, - "properties": { - "undefined": "Saint-Michel-de-Rieufret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436995, - 44.645735 - ] - }, - "properties": { - "undefined": "Saint-Michel-de-Rieufret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436995, - 44.645735 - ] - }, - "properties": { - "undefined": "Saint-Michel-de-Rieufret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436995, - 44.645735 - ] - }, - "properties": { - "undefined": "Saint-Michel-de-Rieufret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436995, - 44.645735 - ] - }, - "properties": { - "undefined": "Saint-Michel-de-Rieufret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436995, - 44.645735 - ] - }, - "properties": { - "undefined": "Saint-Michel-de-Rieufret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623604, - 45.278781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623604, - 45.278781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623604, - 45.278781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623604, - 45.278781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623604, - 45.278781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623604, - 45.278781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.489418, - 47.265314 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.489418, - 47.265314 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.076274, - 49.444077 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.076274, - 49.444077 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.076274, - 49.444077 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.907771, - 44.94012 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.907771, - 44.94012 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.907771, - 44.94012 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44222, - 48.59459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39864, - 43.5245 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39864, - 43.5245 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44222, - 48.59459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44222, - 48.59459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44222, - 48.59459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44222, - 48.59459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44222, - 48.59459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44222, - 48.59459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44222, - 48.59459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.907771, - 44.94012 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83576, - 45.6516 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.193534, - 43.589351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.193534, - 43.589351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.193534, - 43.589351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.193534, - 43.589351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.193534, - 43.589351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34749, - 48.758095 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.907771, - 44.94012 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.076274, - 49.444077 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.076274, - 49.444077 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.076274, - 49.444077 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5132, - 47.1617 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.507334, - 44.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.507334, - 44.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.507334, - 44.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.507334, - 44.8737 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.709794, - 48.707985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.709794, - 48.707985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.112511, - 48.550222 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.112511, - 48.550222 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12959, - 45.7547 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12959, - 45.7547 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.389485, - 49.173149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.389485, - 49.173149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.389485, - 49.173149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.389485, - 49.173149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.389485, - 49.173149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.389485, - 49.173149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.389485, - 49.173149 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.024536, - 50.61693 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5132, - 47.1617 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5132, - 47.1617 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5132, - 47.1617 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.520438, - 48.436347 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.719853, - 48.981678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.719853, - 48.981678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.719853, - 48.981678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.719853, - 48.981678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.096547, - 45.772967 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.096547, - 45.772967 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1651, - 49.1295 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.520438, - 48.436347 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.241364539907534, - 48.21135002599696 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.468731, - 47.821635 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.241364539907534, - 48.21135002599696 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.241364539907534, - 48.21135002599696 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.241364539907534, - 48.21135002599696 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.335014, - 49.78609 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.335014, - 49.78609 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.335014, - 49.78609 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.335014, - 49.78609 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.468731, - 47.821635 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.449003, - 43.8755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.449003, - 43.8755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.016955, - 47.4185 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.252268, - 48.055456 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.252268, - 48.055456 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.252268, - 48.055456 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.252268, - 48.055456 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.599122, - 43.422829 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.599122, - 43.422829 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.599122, - 43.422829 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.599122, - 43.422829 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.00808, - 47.280611 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.667119, - 44.85025 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.667119, - 44.85025 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247547, - 48.891207 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247547, - 48.891207 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247547, - 48.891207 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247547, - 48.891207 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247547, - 48.891207 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247547, - 48.891207 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247547, - 48.891207 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.247547, - 48.891207 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098026, - 48.089376 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.252268, - 48.055456 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.252268, - 48.055456 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.449003, - 43.8755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12203, - 47.325805 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.173572, - 48.780399 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.173572, - 48.780399 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.173572, - 48.780399 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.173572, - 48.780399 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.726344, - 48.107428 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.726344, - 48.107428 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181563, - 48.986926 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098026, - 48.089376 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098026, - 48.089376 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098026, - 48.089376 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.263132, - 48.898351 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.453912, - 43.291896 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.453912, - 43.291896 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098658, - 48.090032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098658, - 48.090032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098658, - 48.090032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.098658, - 48.090032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.016955, - 47.4185 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.016955, - 47.4185 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.016955, - 47.4185 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52491, - 48.855643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.826339, - 45.590873 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.826339, - 45.590873 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.826339, - 45.590873 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.826339, - 45.590873 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.826339, - 45.590873 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26089, - 48.900075 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26089, - 48.900075 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26089, - 48.900075 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52491, - 48.855643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52491, - 48.855643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52491, - 48.855643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52491, - 48.855643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52491, - 48.855643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52491, - 48.855643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.52491, - 48.855643 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.742822, - 48.829064 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.162850603858983, - 49.10100138963425 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992246, - 43.421975 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992246, - 43.421975 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992246, - 43.421975 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992246, - 43.421975 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992246, - 43.421975 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992246, - 43.421975 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992246, - 43.421975 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1364, - 47.7167 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1364, - 47.7167 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1364, - 47.7167 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1364, - 47.7167 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259203, - 43.391046 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812266, - 48.961863 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.812266, - 48.961863 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.162850603858983, - 49.10100138963425 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.162850603858983, - 49.10100138963425 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.162850603858983, - 49.10100138963425 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.162850603858983, - 49.10100138963425 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.162850603858983, - 49.10100138963425 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992246, - 43.421975 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.912803, - 43.60815 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360609, - 48.816556 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.092478, - 43.216189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.449003, - 43.8755 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.111099, - 49.403871 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.111099, - 49.403871 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.111099, - 49.403871 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.111099, - 49.403871 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.092478, - 43.216189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.092478, - 43.216189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.092478, - 43.216189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.092478, - 43.216189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670919, - 43.46707 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.092478, - 43.216189 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670919, - 43.46707 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670919, - 43.46707 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670919, - 43.46707 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670919, - 43.46707 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670919, - 43.46707 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670919, - 43.46707 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670919, - 43.46707 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.162850603858983, - 49.10100138963425 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.162850603858983, - 49.10100138963425 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745091, - 48.83022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.858496, - 47.977888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630401, - 47.167146 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630401, - 47.167146 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630401, - 47.167146 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630401, - 47.167146 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630401, - 47.167146 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630401, - 47.167146 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630401, - 47.167146 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.596739, - 43.422748 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.596739, - 43.422748 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.596739, - 43.422748 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.596739, - 43.422748 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406246, - 45.850306 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406246, - 45.850306 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406246, - 45.850306 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406246, - 45.850306 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406246, - 45.850306 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406246, - 45.850306 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406246, - 45.850306 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.406246, - 45.850306 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.630401, - 47.167146 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.776472, - 47.473807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.776472, - 47.473807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212535, - 45.613803 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.858496, - 47.977888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.858496, - 47.977888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.858496, - 47.977888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.858496, - 47.977888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.858496, - 47.977888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.858496, - 47.977888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212535, - 45.613803 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212535, - 45.613803 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212535, - 45.613803 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.776472, - 47.473807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212535, - 45.613803 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212535, - 45.613803 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212535, - 45.613803 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212535, - 45.613803 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.776472, - 47.473807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.776472, - 47.473807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.776472, - 47.473807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.776472, - 47.473807 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.034861, - 47.503262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.034861, - 47.503262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.034861, - 47.503262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371768, - 48.889011 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397724, - 48.86424 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397724, - 48.86424 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397724, - 48.86424 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405196, - 48.874134 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405196, - 48.874134 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405196, - 48.874134 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378283, - 48.872905 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378283, - 48.872905 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378283, - 48.872905 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.403802, - 48.857094 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.403802, - 48.857094 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.403802, - 48.857094 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41177, - 48.863766 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41177, - 48.863766 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41177, - 48.863766 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2558389615, - 48.84697366289495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2558389615, - 48.84697366289495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2558389615, - 48.84697366289495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2558389615, - 48.84697366289495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371768, - 48.889011 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371768, - 48.889011 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408933, - 48.8705626 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39182, - 48.8778 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34066, - 48.89311 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34066, - 48.89311 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35423, - 48.89061 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35423, - 48.89061 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35423, - 48.89061 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.369961, - 48.88472 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.369961, - 48.88472 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.369961, - 48.88472 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.398476, - 48.880421 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.398476, - 48.880421 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.398476, - 48.880421 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.382705, - 48.882794 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.382705, - 48.882794 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.382705, - 48.882794 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388149, - 48.88842 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388149, - 48.88842 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388149, - 48.88842 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39182, - 48.8778 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.39182, - 48.8778 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2558389615, - 48.84697366289495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538696405462756, - 48.85679604727558 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538696405462756, - 48.85679604727558 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538696405462756, - 48.85679604727558 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329713, - 48.8648594 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329713, - 48.8648594 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3393006, - 48.8624631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3393006, - 48.8624631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3393006, - 48.8624631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3393006, - 48.8624631 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34681, - 48.85788 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34681, - 48.85788 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34681, - 48.85788 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34681, - 48.85788 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34681, - 48.85788 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423247, - 48.8696994 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423247, - 48.8696994 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423247, - 48.8696994 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423247, - 48.8696994 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3508835, - 48.8680082 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3508835, - 48.8680082 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3508835, - 48.8680082 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3508835, - 48.8680082 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329713, - 48.8648594 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329713, - 48.8648594 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329713, - 48.8648594 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3437342, - 48.8640888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538696405462756, - 48.85679604727558 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538696405462756, - 48.85679604727558 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538696405462756, - 48.85679604727558 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538696405462756, - 48.85679604727558 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314856, - 48.8642939 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314856, - 48.8642939 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314856, - 48.8642939 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314856, - 48.8642939 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3437342, - 48.8640888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329713, - 48.8648594 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3437342, - 48.8640888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3437342, - 48.8640888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449501, - 48.8588109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449501, - 48.8588109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449501, - 48.8588109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449501, - 48.8588109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449501, - 48.8588109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449501, - 48.8588109 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34066, - 48.89311 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352758, - 48.897671 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352758, - 48.897671 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295469, - 48.868511 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320272, - 48.843753 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300643, - 48.828454 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300643, - 48.828454 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300643, - 48.828454 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286931, - 48.841663 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286931, - 48.841663 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286931, - 48.841663 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305529, - 48.834705 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305529, - 48.834705 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305529, - 48.834705 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286912, - 48.835709 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286912, - 48.835709 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286912, - 48.835709 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.296744, - 48.841287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.296744, - 48.841287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.296744, - 48.841287 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286403, - 48.876162 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286403, - 48.876162 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286403, - 48.876162 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320272, - 48.843753 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320272, - 48.843753 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279884, - 48.846214 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336857, - 48.824388 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.343366, - 48.826504 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.343366, - 48.826504 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367798, - 48.82312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367798, - 48.82312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367798, - 48.82312 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325895, - 48.83086 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325895, - 48.83086 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325895, - 48.83086 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336857, - 48.824388 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279884, - 48.846214 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.336857, - 48.824388 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323891, - 48.841198 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323891, - 48.841198 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323891, - 48.841198 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320052, - 48.831448 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320052, - 48.831448 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320052, - 48.831448 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279884, - 48.846214 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295469, - 48.868511 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295469, - 48.868511 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352758, - 48.897671 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27153, - 48.863602 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286938, - 48.883282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.293606, - 48.878965 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.293606, - 48.878965 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.293606, - 48.878965 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297463, - 48.885689 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297463, - 48.885689 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297463, - 48.885689 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313751, - 48.881168 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313751, - 48.881168 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.313751, - 48.881168 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.302442, - 48.879654 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.302442, - 48.879654 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.302442, - 48.879654 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.319768, - 48.882718 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.319768, - 48.882718 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.319768, - 48.882718 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33891, - 48.889731 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33891, - 48.889731 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33891, - 48.889731 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286938, - 48.883282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286938, - 48.883282 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.268339, - 48.846761 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.289894, - 48.871465 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27153, - 48.863602 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27153, - 48.863602 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259932, - 48.837055 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259932, - 48.837055 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.259932, - 48.837055 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28308, - 48.861016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28308, - 48.861016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28308, - 48.861016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.289894, - 48.871465 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.268339, - 48.846761 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.289894, - 48.871465 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273944, - 48.859184 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273944, - 48.859184 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.273944, - 48.859184 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258213, - 48.846653 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258213, - 48.846653 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258213, - 48.846653 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.268339, - 48.846761 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408933, - 48.8705626 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408933, - 48.8705626 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843354, - 46.692852 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524539504414306, - 48.84116058051008 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469365, - 48.8479993 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469365, - 48.8479993 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469365, - 48.8479993 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469365, - 48.8479993 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469365, - 48.8479993 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469365, - 48.8479993 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476575, - 48.8397733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476575, - 48.8397733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476575, - 48.8397733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476575, - 48.8397733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476575, - 48.8397733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476575, - 48.8397733 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3472476, - 48.8513879 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3472476, - 48.8513879 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3472476, - 48.8513879 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3472476, - 48.8513879 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430684, - 48.8420054 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430684, - 48.8420054 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430684, - 48.8420054 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469365, - 48.8479993 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524539504414306, - 48.84116058051008 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408933, - 48.8705626 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524539504414306, - 48.84116058051008 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.363958, - 48.853574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.363958, - 48.853574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.363958, - 48.853574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.363958, - 48.853574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544309, - 48.850032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544309, - 48.850032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544309, - 48.850032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544309, - 48.850032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.347262, - 48.84196 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.347262, - 48.84196 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.347262, - 48.84196 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.347262, - 48.84196 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.347262, - 48.84196 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.347262, - 48.84196 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3484148, - 48.8463237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3484148, - 48.8463237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3484148, - 48.8463237 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524539504414306, - 48.84116058051008 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524539504414306, - 48.84116058051008 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430684, - 48.8420054 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430684, - 48.8420054 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522773, - 48.8444276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522773, - 48.8444276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338973, - 48.8415 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338973, - 48.8415 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338973, - 48.8415 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338973, - 48.8415 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338973, - 48.8415 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3361369, - 48.8516002 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3361369, - 48.8516002 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3361369, - 48.8516002 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3361369, - 48.8516002 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3361369, - 48.8516002 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342107, - 48.85262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342107, - 48.85262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342107, - 48.85262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342107, - 48.85262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342107, - 48.85262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342107, - 48.85262 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3182091, - 48.8473691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3182091, - 48.8473691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3182091, - 48.8473691 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338973, - 48.8415 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3548335, - 48.8452566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3548335, - 48.8452566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3507414, - 48.8392739 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522773, - 48.8444276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522773, - 48.8444276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522773, - 48.8444276 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3444286, - 48.8499024 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3444286, - 48.8499024 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3444286, - 48.8499024 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3444286, - 48.8499024 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3444286, - 48.8499024 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3507414, - 48.8392739 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3548335, - 48.8452566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3507414, - 48.8392739 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3507414, - 48.8392739 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3507414, - 48.8392739 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3507414, - 48.8392739 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3548335, - 48.8452566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3548335, - 48.8452566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3548335, - 48.8452566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3548335, - 48.8452566 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.363958, - 48.853574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543751, - 48.8585045 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543751, - 48.8585045 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360503, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34525, - 48.86781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34525, - 48.86781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34525, - 48.86781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34525, - 48.86781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3526978, - 48.8633367 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3526978, - 48.8633367 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3526978, - 48.8633367 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3526978, - 48.8633367 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630074, - 48.8674504 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630074, - 48.8674504 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630074, - 48.8674504 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630074, - 48.8674504 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3673798, - 48.8589682 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3673798, - 48.8589682 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3673798, - 48.8589682 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3673798, - 48.8589682 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3673798, - 48.8589682 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3673798, - 48.8589682 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360503, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34525, - 48.86781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34525, - 48.86781 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335097, - 48.868181 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3320835, - 48.8699261 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344388, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344388, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344388, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344388, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344388, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3320835, - 48.8699261 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3320835, - 48.8699261 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3320835, - 48.8699261 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3320835, - 48.8699261 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335097, - 48.868181 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454538, - 48.8704209 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454538, - 48.8704209 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454538, - 48.8704209 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454538, - 48.8704209 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454538, - 48.8704209 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335097, - 48.868181 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335097, - 48.868181 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335097, - 48.868181 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360503, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360503, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543751, - 48.8585045 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360503, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366004, - 48.8484226 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366004, - 48.8484226 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366004, - 48.8484226 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564553, - 48.8512525 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564553, - 48.8512525 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564553, - 48.8512525 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564553, - 48.8512525 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564553, - 48.8512525 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345341, - 48.8541989 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345341, - 48.8541989 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345341, - 48.8541989 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345341, - 48.8541989 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345341, - 48.8541989 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345341, - 48.8541989 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3542653, - 48.8596689 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3542653, - 48.8596689 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3542653, - 48.8596689 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3542653, - 48.8596689 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543751, - 48.8585045 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366004, - 48.8484226 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366004, - 48.8484226 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366004, - 48.8484226 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505278, - 48.8548459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360503, - 48.86502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648513, - 48.8623505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648513, - 48.8623505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648513, - 48.8623505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648513, - 48.8623505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648513, - 48.8623505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505278, - 48.8548459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505278, - 48.8548459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505278, - 48.8548459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361378, - 48.85648 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505278, - 48.8548459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591939, - 48.8553672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591939, - 48.8553672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591939, - 48.8553672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591939, - 48.8553672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591939, - 48.8553672 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361378, - 48.85648 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361378, - 48.85648 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.343366, - 48.826504 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.358146, - 48.826039 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.358146, - 48.826039 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.365282, - 48.761676 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.365282, - 48.761676 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.365282, - 48.761676 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.365282, - 48.761676 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.365282, - 48.761676 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.365282, - 48.761676 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.365282, - 48.761676 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.365282, - 48.761676 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.295566333126504, - 45.524520306313626 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.295566333126504, - 45.524520306313626 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.295566333126504, - 45.524520306313626 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.295566333126504, - 45.524520306313626 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.358146, - 48.826039 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.218275, - 49.211506 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.97228, - 42.951091 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.97228, - 42.951091 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641518, - 47.819657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641518, - 47.819657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641518, - 47.819657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641518, - 47.819657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641518, - 47.819657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641518, - 47.819657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.97228, - 42.951091 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.97228, - 42.951091 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.97228, - 42.951091 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.826153, - 47.135404 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.604571, - 45.894616 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.743748, - 50.405129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908246, - 48.660713 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.138174, - 47.716307 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843354, - 46.692852 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843354, - 46.692852 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843354, - 46.692852 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843354, - 46.692852 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843354, - 46.692852 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843354, - 46.692852 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843354, - 46.692852 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.138174, - 47.716307 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.138174, - 47.716307 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.138174, - 47.716307 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.138174, - 47.716307 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.138174, - 47.716307 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.138174, - 47.716307 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.138174, - 47.716307 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.311491, - 46.49502 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.743748, - 50.405129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.743748, - 50.405129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.743748, - 50.405129 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.090159, - 50.122864 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.090159, - 50.122864 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.090159, - 50.122864 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.090159, - 50.122864 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.580335, - 50.829441 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.580335, - 50.829441 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.580335, - 50.829441 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.580335, - 50.829441 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.538076, - 49.12686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.538076, - 49.12686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.538076, - 49.12686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.538076, - 49.12686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.537903, - 49.125699 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.537903, - 49.125699 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.537903, - 49.125699 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.537903, - 49.125699 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342533, - 48.026513 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342533, - 48.026513 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219342, - 49.21215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.090019, - 50.123916 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.090019, - 50.123916 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.090019, - 50.123916 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.090019, - 50.123916 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.840505, - 49.888161 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6457, - 50.5759 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6374, - 50.5766 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4519, - 43.4155 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.036728, - 45.001584 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246004, - 49.119215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36554, - 48.865097 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321369, - 48.880698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309542, - 48.875854 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309542, - 48.875854 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309542, - 48.875854 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303269, - 48.86937 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303269, - 48.86937 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303269, - 48.86937 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335728, - 48.88264 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335728, - 48.88264 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335728, - 48.88264 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3696815, - 48.878099 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3696815, - 48.878099 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3696815, - 48.878099 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360103, - 48.875465 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360103, - 48.875465 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.360103, - 48.875465 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379874, - 48.858952 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379874, - 48.858952 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.379874, - 48.858952 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321369, - 48.880698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.321369, - 48.880698 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309952, - 48.847931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31368, - 48.852665 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326367, - 48.851025 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326367, - 48.851025 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30437, - 48.857552 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30437, - 48.857552 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30437, - 48.857552 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30749972, - 48.8497494 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30749972, - 48.8497494 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30749972, - 48.8497494 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31368, - 48.852665 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309952, - 48.847931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31368, - 48.852665 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.327753, - 48.857124 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.327753, - 48.857124 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.327753, - 48.857124 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31144092, - 48.8606571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31144092, - 48.8606571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31144092, - 48.8606571 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.309952, - 48.847931 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36554, - 48.865097 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.36554, - 48.865097 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.331346, - 48.852126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387548, - 48.854664 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.411238, - 48.845265 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397822, - 48.839947 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397822, - 48.839947 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.397822, - 48.839947 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3748828, - 48.8412037 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3748828, - 48.8412037 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3748828, - 48.8412037 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372971, - 48.822432 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372971, - 48.822432 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372971, - 48.822432 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.363025, - 48.832893 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.363025, - 48.832893 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.363025, - 48.832893 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34965, - 48.835499 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34965, - 48.835499 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34965, - 48.835499 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.343626, - 48.82085 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.343626, - 48.82085 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.343626, - 48.82085 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.411238, - 48.845265 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.411238, - 48.845265 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389173, - 48.833603 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38804, - 48.847446 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387548, - 48.854664 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387548, - 48.854664 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377939, - 48.865358 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377939, - 48.865358 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.377939, - 48.865358 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405248, - 48.834084 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405248, - 48.834084 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405248, - 48.834084 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38804, - 48.847446 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389173, - 48.833603 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38804, - 48.847446 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.401736, - 48.847485 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.401736, - 48.847485 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.401736, - 48.847485 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.374877, - 48.846295 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.374877, - 48.846295 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.374877, - 48.846295 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.389173, - 48.833603 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.326367, - 48.851025 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.331346, - 48.852126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246004, - 49.119215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.591773, - 43.246902 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2994811, - 48.8434786 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.369344884371708, - 43.31506007724927 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.369344884371708, - 43.31506007724927 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3953496, - 43.2674985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3953496, - 43.2674985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3953496, - 43.2674985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246004, - 49.119215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246004, - 49.119215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246004, - 49.119215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246004, - 49.119215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246004, - 49.119215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.246004, - 49.119215 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.244126, - 49.119763 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.507557, - 44.199678 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3953496, - 43.2674985 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.591773, - 43.246902 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.331346, - 48.852126 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.474731, - 43.30344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.359043, - 48.864719 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3615763, - 48.8502305 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3615763, - 48.8502305 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3615763, - 48.8502305 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345032, - 48.845715 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345032, - 48.845715 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345032, - 48.845715 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35242, - 48.84477 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35242, - 48.84477 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35242, - 48.84477 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345342915215558, - 48.85061353189264 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345342915215558, - 48.85061353189264 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.345342915215558, - 48.85061353189264 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.341483, - 48.852459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.341483, - 48.852459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.341483, - 48.852459 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.339865, - 48.84824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.339865, - 48.84824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.339865, - 48.84824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.359043, - 48.864719 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.359043, - 48.864719 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342244, - 48.865788 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34046, - 48.86003 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.474731, - 43.30344 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.354652, - 43.346007 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.354652, - 43.346007 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.362246, - 43.235483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.362246, - 43.235483 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34556, - 48.854057 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34556, - 48.854057 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34556, - 48.854057 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34046, - 48.86003 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342244, - 48.865788 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34046, - 48.86003 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33321, - 48.870628 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33321, - 48.870628 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33321, - 48.870628 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.343436, - 48.865311 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.343436, - 48.865311 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.343436, - 48.865311 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.342244, - 48.865788 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2994811, - 48.8434786 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3888, - 48.8886 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2994811, - 48.8434786 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730799, - 48.888195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388647, - 48.8794816 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388647, - 48.8794816 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388647, - 48.8794816 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388647, - 48.8794816 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730799, - 48.888195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730799, - 48.888195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730799, - 48.888195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730799, - 48.888195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475914, - 48.8850068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730799, - 48.888195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730799, - 48.888195 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740363, - 48.8989321 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740363, - 48.8989321 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740363, - 48.8989321 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740363, - 48.8989321 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740363, - 48.8989321 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475914, - 48.8850068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475914, - 48.8850068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3978, - 48.88101 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331353, - 48.8920824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449781, - 48.8916426 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449781, - 48.8916426 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305461, - 48.8844148 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305461, - 48.8844148 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305461, - 48.8844148 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305461, - 48.8844148 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305461, - 48.8844148 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331353, - 48.8920824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475914, - 48.8850068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331353, - 48.8920824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331353, - 48.8920824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331353, - 48.8920824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331353, - 48.8920824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331353, - 48.8920824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475914, - 48.8850068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475914, - 48.8850068 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740363, - 48.8989321 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3978, - 48.88101 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449781, - 48.8916426 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3812, - 48.8769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3839, - 48.8792 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3938, - 48.8818 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3938, - 48.8818 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3938, - 48.8818 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3938, - 48.8818 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3938, - 48.8818 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3938, - 48.8818 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3812, - 48.8769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3839, - 48.8792 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3812, - 48.8769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3812, - 48.8769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3812, - 48.8769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3812, - 48.8769 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3916, - 48.8777 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3916, - 48.8777 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3916, - 48.8777 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3839, - 48.8792 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3839, - 48.8792 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3978, - 48.88101 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3691, - 48.8917 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3978, - 48.88101 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3978, - 48.88101 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3691, - 48.8917 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3691, - 48.8917 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3691, - 48.8917 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3691, - 48.8917 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3691, - 48.8917 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3691, - 48.8917 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3839, - 48.8792 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3888, - 48.8886 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3888, - 48.8886 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3888, - 48.8886 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3888, - 48.8886 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3888, - 48.8886 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3839, - 48.8792 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3839, - 48.8792 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449781, - 48.8916426 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449781, - 48.8916426 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2849721, - 48.8854246 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330069, - 48.8872522 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649827, - 48.8990509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649827, - 48.8990509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649827, - 48.8990509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649827, - 48.8990509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330069, - 48.8872522 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330069, - 48.8872522 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330069, - 48.8872522 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480345, - 48.8883596 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649827, - 48.8990509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480345, - 48.8883596 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480345, - 48.8883596 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480345, - 48.8883596 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480345, - 48.8883596 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480345, - 48.8883596 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385, - 48.8913 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385, - 48.8913 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649827, - 48.8990509 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.330375, - 48.89919 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385, - 48.8913 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423252, - 48.898303 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2922036, - 48.8824249 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2922036, - 48.8824249 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2922036, - 48.8824249 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2922036, - 48.8824249 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2922036, - 48.8824249 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423252, - 48.898303 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423252, - 48.898303 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423252, - 48.898303 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.330375, - 48.89919 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423252, - 48.898303 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423252, - 48.898303 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423252, - 48.898303 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.330375, - 48.89919 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.330375, - 48.89919 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.330375, - 48.89919 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.330375, - 48.89919 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385, - 48.8913 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385, - 48.8913 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449781, - 48.8916426 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3375536, - 48.8850802 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3395, - 48.8823 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3395, - 48.8823 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3395, - 48.8823 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3395, - 48.8823 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3395, - 48.8823 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3375536, - 48.8850802 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3375536, - 48.8850802 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3375536, - 48.8850802 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3355, - 48.8949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3375536, - 48.8850802 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3375536, - 48.8850802 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3394999, - 48.8932768 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3394999, - 48.8932768 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3394999, - 48.8932768 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3394999, - 48.8932768 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3394999, - 48.8932768 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3355, - 48.8949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3355, - 48.8949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385, - 48.8913 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591, - 48.8861 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385, - 48.8913 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591, - 48.8861 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591, - 48.8861 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591, - 48.8861 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591, - 48.8861 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591, - 48.8861 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591, - 48.8861 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35, - 48.8954 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3355, - 48.8949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35, - 48.8954 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35, - 48.8954 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35, - 48.8954 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35, - 48.8954 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35, - 48.8954 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3355, - 48.8949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3355, - 48.8949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3916, - 48.8777 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3916, - 48.8777 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3866, - 48.8824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3982, - 48.8519 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4133, - 48.8492 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4133, - 48.8492 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4133, - 48.8492 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4133, - 48.8492 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4133, - 48.8492 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3982, - 48.8519 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3982, - 48.8519 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3982, - 48.8519 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809, - 48.8692 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3982, - 48.8519 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3982, - 48.8519 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4062, - 48.8495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4062, - 48.8495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4062, - 48.8495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4062, - 48.8495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4062, - 48.8495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4133, - 48.8492 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809, - 48.8692 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4087, - 48.8657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3984912, - 48.8552253 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4056437, - 48.8614319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4056437, - 48.8614319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3984912, - 48.8552253 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3984912, - 48.8552253 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3984912, - 48.8552253 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3984912, - 48.8552253 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3984912, - 48.8552253 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4092, - 48.8731 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809, - 48.8692 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4092, - 48.8731 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4092, - 48.8731 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4092, - 48.8731 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4092, - 48.8731 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4092, - 48.8731 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809, - 48.8692 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809, - 48.8692 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4062, - 48.8495 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4087, - 48.8657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3866, - 48.8824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402911, - 48.85844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3929721, - 48.8656837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3929721, - 48.8656837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402911, - 48.85844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402911, - 48.85844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402911, - 48.85844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402911, - 48.85844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402911, - 48.85844 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4021436, - 48.8676044 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3929721, - 48.8656837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4021436, - 48.8676044 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4021436, - 48.8676044 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4021436, - 48.8676044 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3911798, - 48.8736473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3911798, - 48.8736473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3911798, - 48.8736473 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198109, - 48.8447061 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3929721, - 48.8656837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3929721, - 48.8656837 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4087, - 48.8657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3864659, - 48.8738701 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4087, - 48.8657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4087, - 48.8657 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3864659, - 48.8738701 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3864659, - 48.8738701 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3864659, - 48.8738701 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3864659, - 48.8738701 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3864659, - 48.8738701 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3995098, - 48.8723314 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400348, - 48.86959 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3995098, - 48.8723314 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3995098, - 48.8723314 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3995098, - 48.8723314 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3995098, - 48.8723314 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400348, - 48.86959 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400348, - 48.86959 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400348, - 48.86959 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4056437, - 48.8614319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4056437, - 48.8614319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4056437, - 48.8614319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371162, - 48.899335 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3782985, - 48.8727407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3782985, - 48.8727407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371162, - 48.899335 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371162, - 48.899335 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371162, - 48.899335 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371162, - 48.899335 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371162, - 48.899335 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3790176, - 48.8765968 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3782985, - 48.8727407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3790176, - 48.8765968 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3790176, - 48.8765968 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3790176, - 48.8765968 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3708912, - 48.8821756 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3708912, - 48.8821756 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3708912, - 48.8821756 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3708912, - 48.8821756 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3782985, - 48.8727407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3782985, - 48.8727407 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4056437, - 48.8614319 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3775942, - 48.891659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3866, - 48.8824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3866, - 48.8824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3866, - 48.8824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3866, - 48.8824 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3775942, - 48.891659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3775942, - 48.891659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3775942, - 48.891659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3775942, - 48.891659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3936, - 48.886098 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3775942, - 48.891659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3775942, - 48.891659 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3936, - 48.886098 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3936, - 48.886098 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3936, - 48.886098 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3936, - 48.886098 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3936, - 48.886098 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3708912, - 48.8821756 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3708912, - 48.8821756 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4019645, - 48.8500605 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3941433, - 48.8569151 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405207, - 48.865359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405207, - 48.865359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405207, - 48.865359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405207, - 48.865359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3941433, - 48.8569151 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3941433, - 48.8569151 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3941433, - 48.8569151 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3941433, - 48.8569151 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4019645, - 48.8500605 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3941433, - 48.8569151 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38494, - 48.86986 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38494, - 48.86986 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38494, - 48.86986 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38494, - 48.86986 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38494, - 48.86986 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.38494, - 48.86986 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405207, - 48.865359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.405207, - 48.865359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3906964, - 48.867322 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3906964, - 48.867322 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4019645, - 48.8500605 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4019645, - 48.8500605 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4019645, - 48.8500605 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4019645, - 48.8500605 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399738, - 48.87559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399738, - 48.87559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399738, - 48.87559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399738, - 48.87559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399738, - 48.87559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399738, - 48.87559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399738, - 48.87559 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3906964, - 48.867322 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3906964, - 48.867322 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3906964, - 48.867322 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3906964, - 48.867322 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2922036, - 48.8824249 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.400348, - 48.86959 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2849721, - 48.8854246 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2595, - 48.8433 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274, - 48.8603 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858, - 48.863 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858, - 48.863 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858, - 48.863 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858, - 48.863 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858, - 48.863 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858, - 48.863 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2595, - 48.8433 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274, - 48.8603 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2595, - 48.8433 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2595, - 48.8433 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2628, - 48.8379 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2628, - 48.8379 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2628, - 48.8379 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2628, - 48.8379 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2628, - 48.8379 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274, - 48.8603 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274, - 48.8603 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2996, - 48.8655 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2843, - 48.8735 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2685, - 48.8534 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2685, - 48.8534 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2685, - 48.8534 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2843, - 48.8735 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2843, - 48.8735 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2843, - 48.8735 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2843, - 48.8735 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2843, - 48.8735 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274, - 48.8603 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2806, - 48.864 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2806, - 48.864 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2806, - 48.864 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2806, - 48.864 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2806, - 48.864 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2806, - 48.864 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274, - 48.8603 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2628, - 48.8379 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2996, - 48.8655 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2685, - 48.8534 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858795, - 48.8669712 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2915577, - 48.8724415 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2915577, - 48.8724415 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2915577, - 48.8724415 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2915577, - 48.8724415 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2915577, - 48.8724415 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2915577, - 48.8724415 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858795, - 48.8669712 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858795, - 48.8669712 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286851, - 48.870343 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858795, - 48.8669712 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858795, - 48.8669712 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2858795, - 48.8669712 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28423, - 48.8612923 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28423, - 48.8612923 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28423, - 48.8612923 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28423, - 48.8612923 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286851, - 48.870343 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286851, - 48.870343 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2996, - 48.8655 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2754, - 48.8646 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2996, - 48.8655 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2996, - 48.8655 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2754, - 48.8646 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2754, - 48.8646 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2754, - 48.8646 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2754, - 48.8646 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2754, - 48.8646 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2636, - 48.8478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286851, - 48.870343 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2636, - 48.8478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2636, - 48.8478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2636, - 48.8478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2636, - 48.8478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2636, - 48.8478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286851, - 48.870343 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.286851, - 48.870343 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2685, - 48.8534 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2685, - 48.8534 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2768772, - 48.8538134 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2856025, - 48.8566608 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2640334, - 48.8452821 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267881, - 48.85926 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267881, - 48.85926 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267881, - 48.85926 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267881, - 48.85926 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267881, - 48.85926 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267881, - 48.85926 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2856025, - 48.8566608 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2640334, - 48.8452821 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2856025, - 48.8566608 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2856025, - 48.8566608 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2856025, - 48.8566608 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2856025, - 48.8566608 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2719012, - 48.8509978 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2719012, - 48.8509978 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2719012, - 48.8509978 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2640334, - 48.8452821 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2640334, - 48.8452821 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2698931, - 48.8437929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3132661, - 48.8426446 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198109, - 48.8447061 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2849721, - 48.8854246 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198109, - 48.8447061 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198109, - 48.8447061 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198109, - 48.8447061 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198109, - 48.8447061 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3132661, - 48.8426446 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3132661, - 48.8426446 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2640334, - 48.8452821 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3132661, - 48.8426446 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3132661, - 48.8426446 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292136, - 48.8454505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292136, - 48.8454505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292136, - 48.8454505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292136, - 48.8454505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2640334, - 48.8452821 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2719012, - 48.8509978 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2698931, - 48.8437929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2927, - 48.8685 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2745266, - 48.8478619 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2739245, - 48.8507539 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2786938, - 48.859756 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2786938, - 48.859756 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2786938, - 48.859756 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2786938, - 48.859756 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2786938, - 48.859756 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2786938, - 48.859756 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2745266, - 48.8478619 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2739245, - 48.8507539 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2745266, - 48.8478619 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2745266, - 48.8478619 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2745266, - 48.8478619 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2927, - 48.8685 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2927, - 48.8685 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2927, - 48.8685 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2927, - 48.8685 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2739245, - 48.8507539 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2739245, - 48.8507539 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2698931, - 48.8437929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295196, - 48.8713288 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2698931, - 48.8437929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2698931, - 48.8437929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2698931, - 48.8437929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295196, - 48.8713288 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295196, - 48.8713288 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295196, - 48.8713288 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295196, - 48.8713288 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295196, - 48.8713288 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2739245, - 48.8507539 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2616981, - 48.8531 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2616981, - 48.8531 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2616981, - 48.8531 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2616981, - 48.8531 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2616981, - 48.8531 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2616981, - 48.8531 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2739245, - 48.8507539 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2768772, - 48.8538134 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292136, - 48.8454505 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2768772, - 48.8538134 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3099, - 48.8809 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3148, - 48.8935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3148, - 48.8935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3099, - 48.8809 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3099, - 48.8809 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3099, - 48.8809 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3099, - 48.8809 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3099, - 48.8809 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2899947, - 48.8794622 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3148, - 48.8935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2899947, - 48.8794622 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2899947, - 48.8794622 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2899947, - 48.8794622 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2899947, - 48.8794622 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242009, - 48.8957574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242009, - 48.8957574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242009, - 48.8957574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3148, - 48.8935 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2884, - 48.876 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242009, - 48.8957574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3151, - 48.8863 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3213, - 48.8847 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3213, - 48.8847 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3213, - 48.8847 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3151, - 48.8863 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3151, - 48.8863 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3151, - 48.8863 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3151, - 48.8863 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2955, - 48.8867 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2884, - 48.876 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2955, - 48.8867 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2955, - 48.8867 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2955, - 48.8867 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2955, - 48.8867 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2955, - 48.8867 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2884, - 48.876 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2884, - 48.876 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242009, - 48.8957574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242009, - 48.8957574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222, - 48.8888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2878557, - 48.8788442 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2928, - 48.87683 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2928, - 48.87683 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2878557, - 48.8788442 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2878557, - 48.8788442 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2878557, - 48.8788442 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2878557, - 48.8788442 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2878557, - 48.8788442 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2956282, - 48.881032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2928, - 48.87683 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2956282, - 48.881032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2956282, - 48.881032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2956282, - 48.881032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2849721, - 48.8854246 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2849721, - 48.8854246 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2768772, - 48.8538134 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2849721, - 48.8854246 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2928, - 48.87683 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2928, - 48.87683 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242009, - 48.8957574 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29950738, - 48.88003 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3050366, - 48.8876949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3050366, - 48.8876949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3050366, - 48.8876949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3050366, - 48.8876949 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29950738, - 48.88003 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29950738, - 48.88003 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29950738, - 48.88003 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29950738, - 48.88003 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2928, - 48.87683 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035012, - 48.8849507 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035012, - 48.8849507 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035012, - 48.8849507 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035012, - 48.8849507 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035012, - 48.8849507 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035012, - 48.8849507 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035012, - 48.8849507 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3213, - 48.8847 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2956282, - 48.881032 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222, - 48.8888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280347, - 48.867315 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2723059, - 48.8478478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280347, - 48.867315 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280347, - 48.867315 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280347, - 48.867315 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280347, - 48.867315 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280347, - 48.867315 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.280347, - 48.867315 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976445, - 48.8698929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2723059, - 48.8478478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976445, - 48.8698929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976445, - 48.8698929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976445, - 48.8698929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976445, - 48.8698929 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967633, - 48.8782587 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967633, - 48.8782587 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967633, - 48.8782587 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2723059, - 48.8478478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2723059, - 48.8478478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967633, - 48.8782587 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2762194, - 48.8658188 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222, - 48.8888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2762194, - 48.8658188 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2768772, - 48.8538134 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2768772, - 48.8538134 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2762194, - 48.8658188 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2762194, - 48.8658188 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2762194, - 48.8658188 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2762194, - 48.8658188 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2723059, - 48.8478478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851211, - 48.8585701 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851211, - 48.8585701 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851211, - 48.8585701 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851211, - 48.8585701 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851211, - 48.8585701 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851211, - 48.8585701 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851211, - 48.8585701 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967633, - 48.8782587 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2723059, - 48.8478478 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967633, - 48.8782587 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323452, - 48.8979743 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3211581, - 48.8941653 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3211581, - 48.8941653 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3211581, - 48.8941653 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3211581, - 48.8941653 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283, - 48.8955 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283, - 48.8955 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283, - 48.8955 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283, - 48.8955 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304, - 48.8914 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304, - 48.8914 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304, - 48.8914 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304, - 48.8914 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222, - 48.8888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284095, - 48.88112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304, - 48.8914 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304, - 48.8914 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222, - 48.8888 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3211581, - 48.8941653 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283, - 48.8955 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3160603, - 48.8884456 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284095, - 48.88112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284095, - 48.88112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3160603, - 48.8884456 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3160603, - 48.8884456 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284095, - 48.88112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284095, - 48.88112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3160603, - 48.8884456 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3160603, - 48.8884456 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323452, - 48.8979743 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3160603, - 48.8884456 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323452, - 48.8979743 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.284095, - 48.88112 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323452, - 48.8979743 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323452, - 48.8979743 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.323452, - 48.8979743 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.368846, - 43.765692 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.368846, - 43.765692 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.218075, - 43.295789 - ] - }, - "properties": { - "undefined": "Vendres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.368846, - 43.765692 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.218075, - 43.295789 - ] - }, - "properties": { - "undefined": "Vendres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.218075, - 43.295789 - ] - }, - "properties": { - "undefined": "Vendres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.218075, - 43.295789 - ] - }, - "properties": { - "undefined": "Vendres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.368846, - 43.765692 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0894925, - 48.803014 - ] - }, - "properties": { - "undefined": "Coulommiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0894925, - 48.803014 - ] - }, - "properties": { - "undefined": "Coulommiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.804661630684159, - 48.7960019597569 - ] - }, - "properties": { - "undefined": "Haguenau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.804661630684159, - 48.7960019597569 - ] - }, - "properties": { - "undefined": "Haguenau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0894925, - 48.803014 - ] - }, - "properties": { - "undefined": "Coulommiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0894925, - 48.803014 - ] - }, - "properties": { - "undefined": "Coulommiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4680534959656213, - 49.2313543194067 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4680534959656213, - 49.2313543194067 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4680534959656213, - 49.2313543194067 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.437154769315841, - 48.21617580915875 - ] - }, - "properties": { - "undefined": "Chavelot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.437154769315841, - 48.21617580915875 - ] - }, - "properties": { - "undefined": "Chavelot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071864476703762, - 45.713664931380926 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071864476703762, - 45.713664931380926 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071864476703762, - 45.713664931380926 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071864476703762, - 45.713664931380926 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071864476703762, - 45.713664931380926 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.814664415340753, - 43.126642692001724 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486904895097536, - 48.850723128182764 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.814664415340753, - 43.126642692001724 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366667, - 48.8678524 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366667, - 48.8678524 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366667, - 48.8678524 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.366667, - 48.8678524 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.465746327260876, - 47.259069997714015 - ] - }, - "properties": { - "undefined": "Azay-le-Rideau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.465746327260876, - 47.259069997714015 - ] - }, - "properties": { - "undefined": "Azay-le-Rideau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5062241, - 43.7746702 - ] - }, - "properties": { - "undefined": "Menton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5062241, - 43.7746702 - ] - }, - "properties": { - "undefined": "Menton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5062241, - 43.7746702 - ] - }, - "properties": { - "undefined": "Menton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4963382, - 43.7738717 - ] - }, - "properties": { - "undefined": "Menton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4963382, - 43.7738717 - ] - }, - "properties": { - "undefined": "Menton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5039817, - 43.7759834 - ] - }, - "properties": { - "undefined": "Menton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5039817, - 43.7759834 - ] - }, - "properties": { - "undefined": "Menton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5039817, - 43.7759834 - ] - }, - "properties": { - "undefined": "Menton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5039817, - 43.7759834 - ] - }, - "properties": { - "undefined": "Menton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3042228, - 47.7504708 - ] - }, - "properties": { - "undefined": "Mulhouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3042228, - 47.7504708 - ] - }, - "properties": { - "undefined": "Mulhouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85745361168763, - 47.88572973520105 - ] - }, - "properties": { - "undefined": "Bussang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.745622938624003, - 43.425620410989545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.814664415340753, - 43.126642692001724 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.814664415340753, - 43.126642692001724 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.814664415340753, - 43.126642692001724 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.814664415340753, - 43.126642692001724 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.745622938624003, - 43.425620410989545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.745622938624003, - 43.425620410989545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.745622938624003, - 43.425620410989545 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85745361168763, - 47.88572973520105 - ] - }, - "properties": { - "undefined": "Bussang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4708516751267252, - 43.908112555133386 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4708516751267252, - 43.908112555133386 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4708516751267252, - 43.908112555133386 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4708516751267252, - 43.908112555133386 - ] - }, - "properties": { - "undefined": "Mont-de-Marsan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85745361168763, - 47.88572973520105 - ] - }, - "properties": { - "undefined": "Bussang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.85745361168763, - 47.88572973520105 - ] - }, - "properties": { - "undefined": "Bussang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.098126, - 48.449691 - ] - }, - "properties": { - "undefined": "Valframbert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.098126, - 48.449691 - ] - }, - "properties": { - "undefined": "Valframbert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2523614732393145, - 48.844450618719236 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3546758690873664, - 44.015987295958546 - ] - }, - "properties": { - "undefined": "Montauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.21256, - 43.6689 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465756, - 43.512302 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145928, - 49.349901 - ] - }, - "properties": { - "undefined": "Terville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145928, - 49.349901 - ] - }, - "properties": { - "undefined": "Terville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.065153169232204, - 49.27058538303454 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.065153169232204, - 49.27058538303454 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.065153169232204, - 49.27058538303454 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.065153169232204, - 49.27058538303454 - ] - }, - "properties": { - "undefined": "Reims" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.790004885038854, - 49.396659217227096 - ] - }, - "properties": { - "undefined": "Compiègne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.790004885038854, - 49.396659217227096 - ] - }, - "properties": { - "undefined": "Compiègne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.790004885038854, - 49.396659217227096 - ] - }, - "properties": { - "undefined": "Compiègne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.775424, - 49.402224 - ] - }, - "properties": { - "undefined": "Jaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.790004885038854, - 49.396659217227096 - ] - }, - "properties": { - "undefined": "Compiègne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64245, - 50.52183 - ] - }, - "properties": { - "undefined": "Béthune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.64245, - 50.52183 - ] - }, - "properties": { - "undefined": "Béthune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465756, - 43.512302 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465756, - 43.512302 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145928, - 49.349901 - ] - }, - "properties": { - "undefined": "Terville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145928, - 49.349901 - ] - }, - "properties": { - "undefined": "Terville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6604186, - 46.1920729 - ] - }, - "properties": { - "undefined": "Le Vigeant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0415555914491317, - 47.50852503292789 - ] - }, - "properties": { - "undefined": "Saint-Gildas-des-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.710239355468517, - 48.830511379284836 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.710239355468517, - 48.830511379284836 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.710239355468517, - 48.830511379284836 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.710239355468517, - 48.830511379284836 - ] - }, - "properties": { - "undefined": "Bussy-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2589672351008163, - 45.702755954262976 - ] - }, - "properties": { - "undefined": "La Courtine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.036040724644734, - 45.39793430999813 - ] - }, - "properties": { - "undefined": "Égletons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.721469092114616, - 47.65561996206715 - ] - }, - "properties": { - "undefined": "Vannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6604186, - 46.1920729 - ] - }, - "properties": { - "undefined": "Le Vigeant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8140013, - 47.5188961 - ] - }, - "properties": { - "undefined": "Montbéliard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8459941, - 47.0325195 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8459941, - 47.0325195 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8459941, - 47.0325195 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8459941, - 47.0325195 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9659948222190418, - 47.41092605168244 - ] - }, - "properties": { - "undefined": "Campbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.465756, - 43.512302 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.175193, - 43.587342 - ] - }, - "properties": { - "undefined": "Saïx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.233597954184353, - 49.10522433612676 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.175193, - 43.587342 - ] - }, - "properties": { - "undefined": "Saïx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.762013, - 48.508649 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.251248, - 43.434434 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.251248, - 43.434434 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.251248, - 43.434434 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.251248, - 43.434434 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388259, - 48.98659 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388259, - 48.98659 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.388259, - 48.98659 - ] - }, - "properties": { - "undefined": "Sarcelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.413516, - 43.710233 - ] - }, - "properties": { - "undefined": "Bruguières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.413516, - 43.710233 - ] - }, - "properties": { - "undefined": "Bruguières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.937386, - 47.939605 - ] - }, - "properties": { - "undefined": "Fleury-les-Aubrais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.937386, - 47.939605 - ] - }, - "properties": { - "undefined": "Fleury-les-Aubrais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.195802, - 43.703258 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.195802, - 43.703258 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.188131, - 48.642626 - ] - }, - "properties": { - "undefined": "Heillecourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.762013, - 48.508649 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832477, - 46.79978 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832477, - 46.79978 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.117295, - 49.282126 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.175193, - 43.587342 - ] - }, - "properties": { - "undefined": "Saïx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.175193, - 43.587342 - ] - }, - "properties": { - "undefined": "Saïx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.601978976728186, - 43.20610905711502 - ] - }, - "properties": { - "undefined": "La Ciotat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.601978976728186, - 43.20610905711502 - ] - }, - "properties": { - "undefined": "La Ciotat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.601978976728186, - 43.20610905711502 - ] - }, - "properties": { - "undefined": "La Ciotat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.601978976728186, - 43.20610905711502 - ] - }, - "properties": { - "undefined": "La Ciotat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.117295, - 49.282126 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832477, - 46.79978 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.117295, - 49.282126 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832477, - 46.79978 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832477, - 46.79978 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832477, - 46.79978 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832477, - 46.79978 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.832477, - 46.79978 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.233597954184353, - 49.10522433612676 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.233597954184353, - 49.10522433612676 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06979, - 45.688937 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771762215343999, - 45.712529840333644 - ] - }, - "properties": { - "undefined": "Chaponost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.892356830681991, - 49.154257203162594 - ] - }, - "properties": { - "undefined": "Jarny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.508447925326274, - 47.25090051279224 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547615742328, - 48.66533198978757 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.547615742328, - 48.66533198978757 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.892356830681991, - 49.154257203162594 - ] - }, - "properties": { - "undefined": "Jarny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.892356830681991, - 49.154257203162594 - ] - }, - "properties": { - "undefined": "Jarny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.892356830681991, - 49.154257203162594 - ] - }, - "properties": { - "undefined": "Jarny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690473273011127, - 45.148367685972154 - ] - }, - "properties": { - "undefined": "Échirolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.146379, - 43.932802 - ] - }, - "properties": { - "undefined": "Albi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.949377130687999, - 45.57229420213553 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.146379, - 43.932802 - ] - }, - "properties": { - "undefined": "Albi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.146379, - 43.932802 - ] - }, - "properties": { - "undefined": "Albi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.146379, - 43.932802 - ] - }, - "properties": { - "undefined": "Albi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771762215343999, - 45.712529840333644 - ] - }, - "properties": { - "undefined": "Chaponost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771762215343999, - 45.712529840333644 - ] - }, - "properties": { - "undefined": "Chaponost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.233597954184353, - 49.10522433612676 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771762215343999, - 45.712529840333644 - ] - }, - "properties": { - "undefined": "Chaponost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43787095756094, - 48.21586889780601 - ] - }, - "properties": { - "undefined": "Chavelot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8803172978119616, - 49.1758271238547 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8803172978119616, - 49.1758271238547 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.378737442328959, - 48.11208081972636 - ] - }, - "properties": { - "undefined": "Colmar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.378737442328959, - 48.11208081972636 - ] - }, - "properties": { - "undefined": "Colmar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87930851314442, - 48.94679007929618 - ] - }, - "properties": { - "undefined": "Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87930851314442, - 48.94679007929618 - ] - }, - "properties": { - "undefined": "Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87930851314442, - 48.94679007929618 - ] - }, - "properties": { - "undefined": "Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.87930851314442, - 48.94679007929618 - ] - }, - "properties": { - "undefined": "Meaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0869538865065596, - 49.45162182529298 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0869538865065596, - 49.45162182529298 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0869538865065596, - 49.45162182529298 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0869538865065596, - 49.45162182529298 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.044175784657921, - 48.72321115587331 - ] - }, - "properties": { - "undefined": "Sarrebourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.044175784657921, - 48.72321115587331 - ] - }, - "properties": { - "undefined": "Sarrebourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43787095756094, - 48.21586889780601 - ] - }, - "properties": { - "undefined": "Chavelot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16706109596188, - 49.14217184031736 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16706109596188, - 49.14217184031736 - ] - }, - "properties": { - "undefined": "Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.369344884371708, - 43.31506007724927 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771762215343999, - 45.712529840333644 - ] - }, - "properties": { - "undefined": "Chaponost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.771762215343999, - 45.712529840333644 - ] - }, - "properties": { - "undefined": "Chaponost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072599014770537, - 46.58534902679759 - ] - }, - "properties": { - "undefined": "Bourbon-l'Archambault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072599014770537, - 46.58534902679759 - ] - }, - "properties": { - "undefined": "Bourbon-l'Archambault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072599014770537, - 46.58534902679759 - ] - }, - "properties": { - "undefined": "Bourbon-l'Archambault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072599014770537, - 46.58534902679759 - ] - }, - "properties": { - "undefined": "Bourbon-l'Archambault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.369344884371708, - 43.31506007724927 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3392135708282433, - 45.72855122129419 - ] - }, - "properties": { - "undefined": "Billom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8680684832543035, - 46.8568964996855 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8680684832543035, - 46.8568964996855 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18515, - 48.87968 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18515, - 48.87968 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.226915023755001, - 46.19406639950159 - ] - }, - "properties": { - "undefined": "Jarnages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0343797063079334, - 45.396309000661006 - ] - }, - "properties": { - "undefined": "Égletons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.188131, - 48.642626 - ] - }, - "properties": { - "undefined": "Heillecourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06979, - 45.688937 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06979, - 45.688937 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.899705, - 49.178504 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.899705, - 49.178504 - ] - }, - "properties": { - "undefined": "Forbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863347, - 45.771057 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863347, - 45.771057 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863347, - 45.771057 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.863347, - 45.771057 - ] - }, - "properties": { - "undefined": "Villeurbanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.861404, - 45.759883 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.861404, - 45.759883 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.861404, - 45.759883 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.861404, - 45.759883 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.067277, - 43.420531 - ] - }, - "properties": { - "undefined": "Brignoles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.067277, - 43.420531 - ] - }, - "properties": { - "undefined": "Brignoles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387229, - 48.831487 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.691778, - 44.88082 - ] - }, - "properties": { - "undefined": "Saint-Médard-en-Jalles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06979, - 45.688937 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06979, - 45.688937 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06979, - 45.688937 - ] - }, - "properties": { - "undefined": "Saint-Laurent-de-Mure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.093141, - 47.317976 - ] - }, - "properties": { - "undefined": "Quetigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.093141, - 47.317976 - ] - }, - "properties": { - "undefined": "Quetigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.691778, - 44.88082 - ] - }, - "properties": { - "undefined": "Saint-Médard-en-Jalles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03287, - 50.568861 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387229, - 48.831487 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.03287, - 50.568861 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.208368, - 47.300077 - ] - }, - "properties": { - "undefined": "Trignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.208368, - 47.300077 - ] - }, - "properties": { - "undefined": "Trignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.070968, - 50.639161 - ] - }, - "properties": { - "undefined": "Lille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.070968, - 50.639161 - ] - }, - "properties": { - "undefined": "Lille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.070968, - 50.639161 - ] - }, - "properties": { - "undefined": "Lille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2561617253619675, - 48.847266326997016 - ] - }, - "properties": { - "undefined": "Paris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3010955846585653, - 49.16246233244864 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7155734422333266, - 48.989153264996226 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71151, - 48.98856 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71151, - 48.98856 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71151, - 48.98856 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71151, - 48.98856 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71151, - 48.98856 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71151, - 48.98856 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71525, - 48.99051 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71525, - 48.99051 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71525, - 48.99051 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71525, - 48.99051 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71525, - 48.99051 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71525, - 48.99051 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71525, - 48.99051 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71525, - 48.99051 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71525, - 48.99051 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71151, - 48.98856 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71151, - 48.98856 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7155734422333266, - 48.989153264996226 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7155734422333266, - 48.989153264996226 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.595404028892517, - 48.84031677246094 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7155734422333266, - 48.989153264996226 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7155734422333266, - 48.989153264996226 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7155734422333266, - 48.989153264996226 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7155734422333266, - 48.989153264996226 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7155734422333266, - 48.989153264996226 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.265881, - 43.695113 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5446009851970426, - 48.83853657966518 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5446009851970426, - 48.83853657966518 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3010955846585653, - 49.16246233244864 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3010955846585653, - 49.16246233244864 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3010955846585653, - 49.16246233244864 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3010955846585653, - 49.16246233244864 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3010955846585653, - 49.16246233244864 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71206, - 48.99212 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71206, - 48.99212 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71206, - 48.99212 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71206, - 48.99212 - ] - }, - "properties": { - "undefined": "Mantes-la-Jolie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5446009851970426, - 48.83853657966518 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5446009851970426, - 48.83853657966518 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5446009851970426, - 48.83853657966518 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20869700610637665, - 48.90683364868164 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24642427703547448, - 49.414548090909335 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24642427703547448, - 49.414548090909335 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24642427703547448, - 49.414548090909335 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24642427703547448, - 49.414548090909335 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24642427703547448, - 49.414548090909335 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24642427703547448, - 49.414548090909335 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20869700610637665, - 48.90683364868164 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5446009851970426, - 48.83853657966518 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20869700610637665, - 48.90683364868164 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20869700610637665, - 48.90683364868164 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20869700610637665, - 48.90683364868164 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20869700610637665, - 48.90683364868164 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5446009851970426, - 48.83853657966518 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5446009851970426, - 48.83853657966518 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35791, - 48.8354 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68833, - 47.38909 - ] - }, - "properties": { - "undefined": "Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36856, - 43.831882 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.26451, - 43.69807 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55032, - 44.86411 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09441, - 43.63799 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.968749384840031, - 47.13239465083698 - ] - }, - "properties": { - "undefined": "Nuits-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.968749384840031, - 47.13239465083698 - ] - }, - "properties": { - "undefined": "Nuits-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.968749384840031, - 47.13239465083698 - ] - }, - "properties": { - "undefined": "Nuits-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1288420730115881, - 44.93076715073785 - ] - }, - "properties": { - "undefined": "Montagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1288420730115881, - 44.93076715073785 - ] - }, - "properties": { - "undefined": "Montagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1288420730115881, - 44.93076715073785 - ] - }, - "properties": { - "undefined": "Montagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1288420730115881, - 44.93076715073785 - ] - }, - "properties": { - "undefined": "Montagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.335902615342613, - 46.91060667443239 - ] - }, - "properties": { - "undefined": "Pontarlier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.335902615342613, - 46.91060667443239 - ] - }, - "properties": { - "undefined": "Pontarlier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.335902615342613, - 46.91060667443239 - ] - }, - "properties": { - "undefined": "Pontarlier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.335902615342613, - 46.91060667443239 - ] - }, - "properties": { - "undefined": "Pontarlier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834670844833498, - 47.019918627758656 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834670844833498, - 47.019918627758656 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834670844833498, - 47.019918627758656 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834670844833498, - 47.019918627758656 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.968749384840031, - 47.13239465083698 - ] - }, - "properties": { - "undefined": "Nuits-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.260794257663834, - 43.704066010469525 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838246420326645, - 46.796392784177385 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838246420326645, - 46.796392784177385 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838246420326645, - 46.796392784177385 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967943540808378, - 48.87715355652244 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2385127991437912, - 49.41841125488281 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838246420326645, - 46.796392784177385 - ] - }, - "properties": { - "undefined": "Chalon-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839751898330378, - 47.0211145050141 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.947743473694628, - 47.13177788637616 - ] - }, - "properties": { - "undefined": "Nuits-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.947743473694628, - 47.13177788637616 - ] - }, - "properties": { - "undefined": "Nuits-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.947743473694628, - 47.13177788637616 - ] - }, - "properties": { - "undefined": "Nuits-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.947743473694628, - 47.13177788637616 - ] - }, - "properties": { - "undefined": "Nuits-Saint-Georges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839751898330378, - 47.0211145050141 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839751898330378, - 47.0211145050141 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839751898330378, - 47.0211145050141 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2385127991437912, - 49.41841125488281 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.846772144834794, - 47.02550828376189 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.846772144834794, - 47.02550828376189 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2385127991437912, - 49.41841125488281 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2385127991437912, - 49.41841125488281 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2385127991437912, - 49.41841125488281 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2385127991437912, - 49.41841125488281 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.595404028892517, - 48.84031677246094 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.324200757103425, - 48.871139475303686 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.595404028892517, - 48.84031677246094 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.595404028892517, - 48.84031677246094 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30588, - 48.86761 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30588, - 48.86761 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30588, - 48.86761 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30588, - 48.86761 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045389, - 47.358192 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045389, - 47.358192 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045389, - 47.358192 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34781, - 48.87122 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045389, - 47.358192 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2463627684080526, - 49.41412118399849 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842535284659247, - 47.03594831089646 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842535284659247, - 47.03594831089646 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842535284659247, - 47.03594831089646 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842535284659247, - 47.03594831089646 - ] - }, - "properties": { - "undefined": "Beaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2463627684080526, - 49.41412118399849 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2463627684080526, - 49.41412118399849 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2463627684080526, - 49.41412118399849 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2463627684080526, - 49.41412118399849 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2463627684080526, - 49.41412118399849 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7257659312513107, - 48.07223223395324 - ] - }, - "properties": { - "undefined": "Bonchamp-lès-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7257659312513107, - 48.07223223395324 - ] - }, - "properties": { - "undefined": "Bonchamp-lès-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7257659312513107, - 48.07223223395324 - ] - }, - "properties": { - "undefined": "Bonchamp-lès-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.714056171164, - 45.16083229416006 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.259749755820001, - 46.19579293671129 - ] - }, - "properties": { - "undefined": "Annemasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7257659312513107, - 48.07223223395324 - ] - }, - "properties": { - "undefined": "Bonchamp-lès-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35854, - 48.86359 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.320074840507427, - 48.87579799849022 - ] - }, - "properties": { - "undefined": "totalenergies-marketing-france" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.760177, - 48.462003 - ] - }, - "properties": { - "undefined": "Auneau-Bleury-Saint-Symphorien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.058089, - 48.503768 - ] - }, - "properties": { - "undefined": "Belhomert-Guéhouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.058089, - 48.503768 - ] - }, - "properties": { - "undefined": "Belhomert-Guéhouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.760177, - 48.462003 - ] - }, - "properties": { - "undefined": "Auneau-Bleury-Saint-Symphorien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.135334, - 48.079524 - ] - }, - "properties": { - "undefined": "Vald'Yerre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186173, - 48.044022 - ] - }, - "properties": { - "undefined": "Vald'Yerre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.135334, - 48.079524 - ] - }, - "properties": { - "undefined": "Vald'Yerre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186173, - 48.044022 - ] - }, - "properties": { - "undefined": "Vald'Yerre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.340418, - 48.703594 - ] - }, - "properties": { - "undefined": "Garnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.340418, - 48.703594 - ] - }, - "properties": { - "undefined": "Garnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.348379, - 48.079293 - ] - }, - "properties": { - "undefined": "Châteaudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.329051, - 48.070643 - ] - }, - "properties": { - "undefined": "Châteaudun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.470213, - 48.040626 - ] - }, - "properties": { - "undefined": "Villemaury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.322335, - 48.676212 - ] - }, - "properties": { - "undefined": "Tréon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.355261, - 48.720711 - ] - }, - "properties": { - "undefined": "Vernouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.631473, - 48.27611 - ] - }, - "properties": { - "undefined": "Les Villages Vovéens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.011409, - 48.474017 - ] - }, - "properties": { - "undefined": "La Loupe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.428846, - 47.053393 - ] - }, - "properties": { - "undefined": "Damparis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.095828, - 47.972872 - ] - }, - "properties": { - "undefined": "Saint-Georges-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24189, - 48.033895 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.24189, - 48.033895 - ] - }, - "properties": { - "undefined": "Sargé-lès-le-Mans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.827436, - 48.624091 - ] - }, - "properties": { - "undefined": "Rambouillet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.033458, - 47.905351 - ] - }, - "properties": { - "undefined": "Chécy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5297513000000009, - 44.790757700000015 - ] - }, - "properties": { - "undefined": "Villenave-d'Ornon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5297513000000009, - 44.790757700000015 - ] - }, - "properties": { - "undefined": "Villenave-d'Ornon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5297513000000009, - 44.790757700000015 - ] - }, - "properties": { - "undefined": "Villenave-d'Ornon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5297513000000009, - 44.790757700000015 - ] - }, - "properties": { - "undefined": "Villenave-d'Ornon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.094714, - 49.474365 - ] - }, - "properties": { - "undefined": "Mont-Saint-Aignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.094714, - 49.474365 - ] - }, - "properties": { - "undefined": "Mont-Saint-Aignan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.298185, - 43.212574 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.937887, - 43.267998 - ] - }, - "properties": { - "undefined": "Sallèles-d'Aude" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.937887, - 43.267998 - ] - }, - "properties": { - "undefined": "Sallèles-d'Aude" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.937887, - 43.267998 - ] - }, - "properties": { - "undefined": "Sallèles-d'Aude" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.42, - 49.17 - ] - }, - "properties": { - "undefined": "Verdun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8781143, - 50.8648906 - ] - }, - "properties": { - "undefined": "Guînes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2287561, - 50.4769909 - ] - }, - "properties": { - "undefined": "Orchies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.414278, - 43.268556 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43951, - 43.28123 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.421824, - 43.269773 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.421824, - 43.269773 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.414278, - 43.268556 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.213539, - 43.417033 - ] - }, - "properties": { - "undefined": "Marignane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4082, - 43.280252 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4082, - 43.280252 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.213539, - 43.417033 - ] - }, - "properties": { - "undefined": "Marignane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.431066, - 43.282781 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.217351, - 43.418544 - ] - }, - "properties": { - "undefined": "Marignane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.217351, - 43.418544 - ] - }, - "properties": { - "undefined": "Marignane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.177512, - 43.728394 - ] - }, - "properties": { - "undefined": "Mallemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43951, - 43.28123 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.459582, - 43.288847 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.431066, - 43.282781 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.481858, - 43.298393 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.340986, - 43.393554 - ] - }, - "properties": { - "undefined": "Les Pennes-Mirabeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.450343, - 43.303279 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.450343, - 43.303279 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.42204, - 43.318421 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.42204, - 43.318421 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.449793, - 43.312251 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.449793, - 43.312251 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.464186, - 43.312781 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.464186, - 43.312781 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.50964, - 43.30106 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.50964, - 43.30106 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.51211, - 43.31196 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.51211, - 43.31196 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.459582, - 43.288847 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.481858, - 43.298393 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.177512, - 43.728394 - ] - }, - "properties": { - "undefined": "Mallemort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.194176, - 43.551585 - ] - }, - "properties": { - "undefined": "La Fare-les-Oliviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.340986, - 43.393554 - ] - }, - "properties": { - "undefined": "Les Pennes-Mirabeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.194176, - 43.551585 - ] - }, - "properties": { - "undefined": "La Fare-les-Oliviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.992584, - 43.476179 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.980599, - 43.515583 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.980599, - 43.515583 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988932, - 43.502474 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988932, - 43.502474 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.983332, - 43.494334 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.983332, - 43.494334 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.990593, - 43.513977 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.990593, - 43.513977 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.176413, - 43.629899 - ] - }, - "properties": { - "undefined": "La Barben" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.176413, - 43.629899 - ] - }, - "properties": { - "undefined": "La Barben" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.60471, - 43.376505 - ] - }, - "properties": { - "undefined": "La Destrousse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.60471, - 43.376505 - ] - }, - "properties": { - "undefined": "La Destrousse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43225, - 43.32013 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.517073, - 43.281395 - ] - }, - "properties": { - "undefined": "La Penne-sur-Huveaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.348994, - 43.380874 - ] - }, - "properties": { - "undefined": "Les Pennes-Mirabeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.517073, - 43.281395 - ] - }, - "properties": { - "undefined": "La Penne-sur-Huveaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.309295, - 43.714044 - ] - }, - "properties": { - "undefined": "La Roque-d'Anthéron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.309295, - 43.714044 - ] - }, - "properties": { - "undefined": "La Roque-d'Anthéron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.08596, - 43.699042 - ] - }, - "properties": { - "undefined": "Lamanon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.08596, - 43.699042 - ] - }, - "properties": { - "undefined": "Lamanon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.264653, - 43.654859 - ] - }, - "properties": { - "undefined": "Lambesc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.264653, - 43.654859 - ] - }, - "properties": { - "undefined": "Lambesc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.124454, - 43.59286 - ] - }, - "properties": { - "undefined": "Lançon-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.124454, - 43.59286 - ] - }, - "properties": { - "undefined": "Lançon-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.487714, - 43.510783 - ] - }, - "properties": { - "undefined": "Le Tholonet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.487714, - 43.510783 - ] - }, - "properties": { - "undefined": "Le Tholonet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.309629, - 43.410797 - ] - }, - "properties": { - "undefined": "Les Pennes-Mirabeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.309629, - 43.410797 - ] - }, - "properties": { - "undefined": "Les Pennes-Mirabeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.348994, - 43.380874 - ] - }, - "properties": { - "undefined": "Les Pennes-Mirabeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43225, - 43.32013 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.374552, - 43.332198 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.446643, - 43.342856 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.368833, - 43.301462 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.371379, - 43.309042 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.371379, - 43.309042 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.366179, - 43.298904 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.366179, - 43.298904 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.367851, - 43.308184 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.367851, - 43.308184 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.368833, - 43.301462 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.446643, - 43.342856 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381055, - 43.301561 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381055, - 43.301561 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.38179, - 43.299055 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.38179, - 43.299055 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39319, - 43.304651 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39319, - 43.304651 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.389845, - 43.309831 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.389845, - 43.309831 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.400517, - 43.302721 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.400517, - 43.302721 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.400736, - 43.310012 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.400736, - 43.310012 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.397974, - 43.315138 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.397974, - 43.315138 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.396799, - 43.303235 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.396799, - 43.303235 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.399566, - 43.300388 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.399566, - 43.300388 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.396151, - 43.289353 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.396151, - 43.289353 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.400273, - 43.289235 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.400273, - 43.289235 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387306, - 43.295444 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329846, - 43.361274 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329846, - 43.361274 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.337002, - 43.357724 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.436152, - 43.342681 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409596, - 43.320297 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409596, - 43.320297 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.413793, - 43.326733 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.413793, - 43.326733 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.418971, - 43.329629 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.418971, - 43.329629 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.437851, - 43.352498 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.437851, - 43.352498 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404849, - 43.317055 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404849, - 43.317055 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.455123, - 43.32522 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.455123, - 43.32522 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.42744, - 43.32901 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.42744, - 43.32901 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.436152, - 43.342681 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.337002, - 43.357724 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.382365, - 43.32494 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.382365, - 43.32494 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.992965, - 43.50076 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.374552, - 43.332198 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5, - 43.34564 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5, - 43.34564 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356946, - 43.339505 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356946, - 43.339505 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.361972, - 43.379781 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.361972, - 43.379781 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.363271, - 43.324349 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.363271, - 43.324349 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.309551, - 43.362236 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.309551, - 43.362236 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.992584, - 43.476179 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44866, - 43.450954 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.992965, - 43.50076 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.419379, - 43.556706 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.443726, - 43.528782 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.453065, - 43.529819 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.453065, - 43.529819 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387851, - 43.50363 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387851, - 43.50363 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.419379, - 43.556706 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.450732, - 43.524099 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.422441, - 43.580561 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.450732, - 43.524099 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.419438, - 43.536986 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.419438, - 43.536986 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.418336, - 43.484952 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.418336, - 43.484952 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.449734, - 43.519155 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.443726, - 43.528782 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.420083, - 43.522361 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.420083, - 43.522361 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.460704, - 43.526456 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.460704, - 43.526456 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.438274, - 43.509298 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.438274, - 43.509298 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.459641, - 43.556239 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.459641, - 43.556239 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.435907, - 43.515683 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.435907, - 43.515683 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.347074, - 43.485668 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.347074, - 43.485668 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.488317, - 43.357858 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.488317, - 43.357858 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.483673, - 43.336789 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.483673, - 43.336789 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.449734, - 43.519155 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.422441, - 43.580561 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.992965, - 43.50076 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755862, - 43.788423 - ] - }, - "properties": { - "undefined": "Mas-Blanc-des-Alpilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.870647, - 43.691626 - ] - }, - "properties": { - "undefined": "Mouriès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.870647, - 43.691626 - ] - }, - "properties": { - "undefined": "Mouriès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80578, - 43.721516 - ] - }, - "properties": { - "undefined": "Maussane-les-Alpilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80578, - 43.721516 - ] - }, - "properties": { - "undefined": "Maussane-les-Alpilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.805189, - 43.722592 - ] - }, - "properties": { - "undefined": "Maussane-les-Alpilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.805189, - 43.722592 - ] - }, - "properties": { - "undefined": "Maussane-les-Alpilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755862, - 43.788423 - ] - }, - "properties": { - "undefined": "Mas-Blanc-des-Alpilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.461132, - 43.534036 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.709475, - 43.724666 - ] - }, - "properties": { - "undefined": "Fontvieille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.709475, - 43.724666 - ] - }, - "properties": { - "undefined": "Fontvieille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.94716, - 43.761237 - ] - }, - "properties": { - "undefined": "Eygalières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.94716, - 43.761237 - ] - }, - "properties": { - "undefined": "Eygalières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.948532, - 43.706298 - ] - }, - "properties": { - "undefined": "Aureille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.948532, - 43.706298 - ] - }, - "properties": { - "undefined": "Aureille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.782551, - 43.719317 - ] - }, - "properties": { - "undefined": "Paradou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.782551, - 43.719317 - ] - }, - "properties": { - "undefined": "Paradou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.726419, - 43.781708 - ] - }, - "properties": { - "undefined": "Saint-Étienne-du-Grès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.726419, - 43.781708 - ] - }, - "properties": { - "undefined": "Saint-Étienne-du-Grès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834699, - 43.788743 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.834699, - 43.788743 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.829994, - 43.790756 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.829994, - 43.790756 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.831202, - 43.786244 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.831202, - 43.786244 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.829711, - 43.792941 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.829711, - 43.792941 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.431899, - 43.524809 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.431899, - 43.524809 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.354437, - 43.491323 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.354437, - 43.491323 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.461132, - 43.534036 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.468472, - 43.334722 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.468472, - 43.334722 - ] - }, - "properties": { - "undefined": "Allauch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1569112, - 43.704091 - ] - }, - "properties": { - "undefined": "Alleins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.193556, - 43.356012 - ] - }, - "properties": { - "undefined": "Ensuès-la-Redonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44866, - 43.450954 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39792, - 43.295949 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.944231, - 43.454421 - ] - }, - "properties": { - "undefined": "Fos-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.944231, - 43.454421 - ] - }, - "properties": { - "undefined": "Fos-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.026815, - 43.69299 - ] - }, - "properties": { - "undefined": "Eyguières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.026815, - 43.69299 - ] - }, - "properties": { - "undefined": "Eyguières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.193556, - 43.356012 - ] - }, - "properties": { - "undefined": "Ensuès-la-Redonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1569112, - 43.704091 - ] - }, - "properties": { - "undefined": "Alleins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.353442, - 43.571542 - ] - }, - "properties": { - "undefined": "Éguilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.353442, - 43.571542 - ] - }, - "properties": { - "undefined": "Éguilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.700573, - 43.274927 - ] - }, - "properties": { - "undefined": "Cuges-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.700573, - 43.274927 - ] - }, - "properties": { - "undefined": "Cuges-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071913, - 43.565413 - ] - }, - "properties": { - "undefined": "Cornillon-Confoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.071913, - 43.565413 - ] - }, - "properties": { - "undefined": "Cornillon-Confoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.47019, - 43.451656 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.47019, - 43.451656 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.464812, - 43.434866 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.464812, - 43.434866 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.474463, - 43.4563 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.474463, - 43.4563 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.627451, - 43.293444 - ] - }, - "properties": { - "undefined": "Gémenos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.627451, - 43.293444 - ] - }, - "properties": { - "undefined": "Gémenos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23536, - 43.39324 - ] - }, - "properties": { - "undefined": "Gignac-la-Nerthe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23536, - 43.39324 - ] - }, - "properties": { - "undefined": "Gignac-la-Nerthe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.063095, - 43.605489 - ] - }, - "properties": { - "undefined": "Grans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.063095, - 43.605489 - ] - }, - "properties": { - "undefined": "Grans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.995847, - 43.499057 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.995847, - 43.499057 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.995847, - 43.499057 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.995847, - 43.499057 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.992965, - 43.50076 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.162934, - 43.382782 - ] - }, - "properties": { - "undefined": "Châteauneuf-les-Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.162934, - 43.382782 - ] - }, - "properties": { - "undefined": "Châteauneuf-les-Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.246711, - 43.719609 - ] - }, - "properties": { - "undefined": "Charleval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.168224, - 43.472999 - ] - }, - "properties": { - "undefined": "Berre-l'Étang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.545049, - 43.284336 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.545049, - 43.284336 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.57308, - 43.288849 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.57308, - 43.288849 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56348, - 43.29134 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56348, - 43.29134 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.603132, - 43.287061 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.603132, - 43.287061 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.632679, - 43.368648 - ] - }, - "properties": { - "undefined": "Auriol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.632679, - 43.368648 - ] - }, - "properties": { - "undefined": "Auriol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.156308, - 43.663796 - ] - }, - "properties": { - "undefined": "Aurons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.156308, - 43.663796 - ] - }, - "properties": { - "undefined": "Aurons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.168563, - 43.477008 - ] - }, - "properties": { - "undefined": "Berre-l'Étang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.168563, - 43.477008 - ] - }, - "properties": { - "undefined": "Berre-l'Étang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.168224, - 43.472999 - ] - }, - "properties": { - "undefined": "Berre-l'Étang" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.246711, - 43.719609 - ] - }, - "properties": { - "undefined": "Charleval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423155, - 43.44122 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.423155, - 43.44122 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.41303, - 43.459768 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.41303, - 43.459768 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.352806, - 43.459944 - ] - }, - "properties": { - "undefined": "Cabriès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.352806, - 43.459944 - ] - }, - "properties": { - "undefined": "Cabriès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.566859, - 43.255951 - ] - }, - "properties": { - "undefined": "Carnoux-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.566859, - 43.255951 - ] - }, - "properties": { - "undefined": "Carnoux-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.151676, - 43.33248 - ] - }, - "properties": { - "undefined": "Carry-le-Rouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.151676, - 43.33248 - ] - }, - "properties": { - "undefined": "Carry-le-Rouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.536259, - 43.218608 - ] - }, - "properties": { - "undefined": "Cassis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.536259, - 43.218608 - ] - }, - "properties": { - "undefined": "Cassis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.624754, - 43.210398 - ] - }, - "properties": { - "undefined": "Ceyreste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.624754, - 43.210398 - ] - }, - "properties": { - "undefined": "Ceyreste" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387306, - 43.295444 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.421871, - 43.253283 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39792, - 43.295949 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395063, - 43.266244 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057812, - 43.40283 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057812, - 43.40283 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.053184, - 43.339068 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.053184, - 43.339068 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39766, - 43.24166 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.39766, - 43.24166 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.395063, - 43.266244 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.076277, - 43.746832 - ] - }, - "properties": { - "undefined": "Sénas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.351102, - 43.286276 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.351102, - 43.286276 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.366079, - 43.290685 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.366079, - 43.290685 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.373858, - 43.29145 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.373858, - 43.29145 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.50502, - 43.417 - ] - }, - "properties": { - "undefined": "Mimet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.50502, - 43.417 - ] - }, - "properties": { - "undefined": "Mimet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.639103, - 43.447876 - ] - }, - "properties": { - "undefined": "Peynier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.639103, - 43.447876 - ] - }, - "properties": { - "undefined": "Peynier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.57785, - 43.38458 - ] - }, - "properties": { - "undefined": "Peypin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.57785, - 43.38458 - ] - }, - "properties": { - "undefined": "Peypin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.227451, - 43.487976 - ] - }, - "properties": { - "undefined": "Rognac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.227451, - 43.487976 - ] - }, - "properties": { - "undefined": "Rognac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62431, - 43.4809 - ] - }, - "properties": { - "undefined": "Rousset" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62431, - 43.4809 - ] - }, - "properties": { - "undefined": "Rousset" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.03184, - 43.54726 - ] - }, - "properties": { - "undefined": "Saint-Chamas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.03184, - 43.54726 - ] - }, - "properties": { - "undefined": "Saint-Chamas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.040562, - 43.550837 - ] - }, - "properties": { - "undefined": "Saint-Chamas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.040562, - 43.550837 - ] - }, - "properties": { - "undefined": "Saint-Chamas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.403016, - 43.680347 - ] - }, - "properties": { - "undefined": "Saint-Estève-Janson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.403016, - 43.680347 - ] - }, - "properties": { - "undefined": "Saint-Estève-Janson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404101, - 43.679402 - ] - }, - "properties": { - "undefined": "Saint-Estève-Janson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.363658, - 43.333326 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.363658, - 43.333326 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.360216, - 43.341629 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.636482, - 43.635899 - ] - }, - "properties": { - "undefined": "Jouques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988923, - 43.516083 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988923, - 43.516083 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988923, - 43.516083 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986984, - 43.504714 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986984, - 43.504714 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986984, - 43.504714 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986984, - 43.504714 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986984, - 43.504714 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986984, - 43.504714 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.994777, - 43.502734 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.994777, - 43.502734 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9899, - 43.51302 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9899, - 43.51302 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.636482, - 43.635899 - ] - }, - "properties": { - "undefined": "Jouques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.435216, - 43.663894 - ] - }, - "properties": { - "undefined": "Le Puy-Sainte-Réparade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.360216, - 43.341629 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.435216, - 43.663894 - ] - }, - "properties": { - "undefined": "Le Puy-Sainte-Réparade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25035, - 43.36924 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25035, - 43.36924 - ] - }, - "properties": { - "undefined": "Le Rove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.416769, - 43.279139 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.416769, - 43.279139 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.439112, - 43.290268 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.439112, - 43.290268 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.49404, - 43.30195 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.49404, - 43.30195 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417336, - 43.304228 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.41021, - 43.33595 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.41021, - 43.33595 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.393556, - 43.330417 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.393556, - 43.330417 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404101, - 43.679402 - ] - }, - "properties": { - "undefined": "Saint-Estève-Janson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.076277, - 43.746832 - ] - }, - "properties": { - "undefined": "Sénas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988923, - 43.516083 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.00374, - 43.608018 - ] - }, - "properties": { - "undefined": "Miramas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.998991, - 43.809447 - ] - }, - "properties": { - "undefined": "Plan-d'Orgon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.903217, - 43.87559 - ] - }, - "properties": { - "undefined": "Noves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.903217, - 43.87559 - ] - }, - "properties": { - "undefined": "Noves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.949075, - 43.807491 - ] - }, - "properties": { - "undefined": "Mollégès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.949075, - 43.807491 - ] - }, - "properties": { - "undefined": "Mollégès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.00374, - 43.608018 - ] - }, - "properties": { - "undefined": "Miramas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.775139, - 43.850038 - ] - }, - "properties": { - "undefined": "Graveson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.257975, - 43.436392 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.775139, - 43.850038 - ] - }, - "properties": { - "undefined": "Graveson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841645, - 43.839761 - ] - }, - "properties": { - "undefined": "Eyragues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.841645, - 43.839761 - ] - }, - "properties": { - "undefined": "Eyragues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857174, - 43.883885 - ] - }, - "properties": { - "undefined": "Châteaurenard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857174, - 43.883885 - ] - }, - "properties": { - "undefined": "Châteaurenard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852998, - 43.881935 - ] - }, - "properties": { - "undefined": "Châteaurenard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.998991, - 43.809447 - ] - }, - "properties": { - "undefined": "Plan-d'Orgon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.805896282196045, - 43.89907521461469 - ] - }, - "properties": { - "undefined": "Rognonas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.805896282196045, - 43.89907521461469 - ] - }, - "properties": { - "undefined": "Rognonas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.944956, - 43.834723 - ] - }, - "properties": { - "undefined": "Saint-Andiol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.944956, - 43.834723 - ] - }, - "properties": { - "undefined": "Saint-Andiol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813026, - 43.638466 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Crau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813026, - 43.638466 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Crau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.42714, - 43.457535 - ] - }, - "properties": { - "undefined": "Saintes-Maries-de-la-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.42714, - 43.457535 - ] - }, - "properties": { - "undefined": "Saintes-Maries-de-la-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.427083, - 43.457513 - ] - }, - "properties": { - "undefined": "Saintes-Maries-de-la-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.427083, - 43.457513 - ] - }, - "properties": { - "undefined": "Saintes-Maries-de-la-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.648661, - 43.859012 - ] - }, - "properties": { - "undefined": "Saint-Pierre-de-Mézoargues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.648661, - 43.859012 - ] - }, - "properties": { - "undefined": "Saint-Pierre-de-Mézoargues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918112, - 43.839632 - ] - }, - "properties": { - "undefined": "Verquières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918112, - 43.839632 - ] - }, - "properties": { - "undefined": "Verquières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.783836, - 43.832303 - ] - }, - "properties": { - "undefined": "Maillane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.783836, - 43.832303 - ] - }, - "properties": { - "undefined": "Maillane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.852998, - 43.881935 - ] - }, - "properties": { - "undefined": "Châteaurenard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.948373, - 43.860836 - ] - }, - "properties": { - "undefined": "Cabannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.948373, - 43.860836 - ] - }, - "properties": { - "undefined": "Cabannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.448569, - 43.345406 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.257975, - 43.436392 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.53811, - 43.213528 - ] - }, - "properties": { - "undefined": "Cassis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.53811, - 43.213528 - ] - }, - "properties": { - "undefined": "Cassis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.53811, - 43.213528 - ] - }, - "properties": { - "undefined": "Cassis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.53811, - 43.213528 - ] - }, - "properties": { - "undefined": "Cassis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.53811, - 43.213528 - ] - }, - "properties": { - "undefined": "Cassis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.53811, - 43.213528 - ] - }, - "properties": { - "undefined": "Cassis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62862, - 43.297151 - ] - }, - "properties": { - "undefined": "Gémenos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.21803, - 43.416931 - ] - }, - "properties": { - "undefined": "Marignane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.438303, - 43.231932 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.438303, - 43.231932 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.438303, - 43.231932 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.438303, - 43.231932 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.484191, - 43.285678 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.448569, - 43.345406 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.69093, - 43.863427 - ] - }, - "properties": { - "undefined": "Boulbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.431385, - 43.344402 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.431385, - 43.344402 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.431385, - 43.344402 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.431385, - 43.344402 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.443135, - 43.297307 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.443135, - 43.297307 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.412199, - 43.245262 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.412199, - 43.245262 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62862, - 43.297151 - ] - }, - "properties": { - "undefined": "Gémenos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.21803, - 43.416931 - ] - }, - "properties": { - "undefined": "Marignane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.484191, - 43.285678 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.754017, - 43.90181 - ] - }, - "properties": { - "undefined": "Barbentane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.754017, - 43.90181 - ] - }, - "properties": { - "undefined": "Barbentane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.69093, - 43.863427 - ] - }, - "properties": { - "undefined": "Boulbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988923, - 43.516083 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988923, - 43.516083 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.388323, - 43.284704 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.584868, - 43.645533 - ] - }, - "properties": { - "undefined": "Peyrolles-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.981837, - 43.404731 - ] - }, - "properties": { - "undefined": "Port-de-Bouc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.981837, - 43.404731 - ] - }, - "properties": { - "undefined": "Port-de-Bouc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.46472, - 43.347677 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.46472, - 43.347677 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.463668, - 43.343455 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.463668, - 43.343455 - ] - }, - "properties": { - "undefined": "Plan-de-Cuques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.584868, - 43.645533 - ] - }, - "properties": { - "undefined": "Peyrolles-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.525681, - 43.40751 - ] - }, - "properties": { - "undefined": "Saint-Savournin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.501983, - 43.692855 - ] - }, - "properties": { - "undefined": "Pertuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.501983, - 43.692855 - ] - }, - "properties": { - "undefined": "Pertuis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.152651, - 43.631195 - ] - }, - "properties": { - "undefined": "Pélissanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.152651, - 43.631195 - ] - }, - "properties": { - "undefined": "Pélissanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.003616, - 43.582842 - ] - }, - "properties": { - "undefined": "Miramas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.003616, - 43.582842 - ] - }, - "properties": { - "undefined": "Miramas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80192, - 43.389722 - ] - }, - "properties": { - "undefined": "Port-Saint-Louis-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80192, - 43.389722 - ] - }, - "properties": { - "undefined": "Port-Saint-Louis-du-Rhône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.673313, - 43.524756 - ] - }, - "properties": { - "undefined": "Puyloubier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.673313, - 43.524756 - ] - }, - "properties": { - "undefined": "Puyloubier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23283, - 43.48956 - ] - }, - "properties": { - "undefined": "Rognac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23283, - 43.48956 - ] - }, - "properties": { - "undefined": "Rognac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.588032, - 43.248829 - ] - }, - "properties": { - "undefined": "Roquefort-la-Bédoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.588032, - 43.248829 - ] - }, - "properties": { - "undefined": "Roquefort-la-Bédoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.604201, - 43.348577 - ] - }, - "properties": { - "undefined": "Roquevaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.604201, - 43.348577 - ] - }, - "properties": { - "undefined": "Roquevaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.299185, - 43.623065 - ] - }, - "properties": { - "undefined": "Saint-Cannat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.299185, - 43.623065 - ] - }, - "properties": { - "undefined": "Saint-Cannat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.030772, - 43.549935 - ] - }, - "properties": { - "undefined": "Saint-Chamas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.030772, - 43.549935 - ] - }, - "properties": { - "undefined": "Saint-Chamas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.011772, - 43.453829 - ] - }, - "properties": { - "undefined": "Saint-Mitre-les-Remparts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.011772, - 43.453829 - ] - }, - "properties": { - "undefined": "Saint-Mitre-les-Remparts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.710252, - 43.686469 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Durance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.49543, - 43.473074 - ] - }, - "properties": { - "undefined": "Meyreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.49543, - 43.473074 - ] - }, - "properties": { - "undefined": "Meyreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.527233, - 43.637349 - ] - }, - "properties": { - "undefined": "Meyrargues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.38785, - 43.27915 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.388323, - 43.284704 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.373637, - 43.287646 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.373637, - 43.287646 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.384417, - 43.288361 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.384417, - 43.288361 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356014, - 43.289968 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356014, - 43.289968 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.370056, - 43.286242 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.370056, - 43.286242 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.358481, - 43.291969 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.358481, - 43.291969 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381914, - 43.247392 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381914, - 43.247392 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.38785, - 43.27915 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390105, - 43.272778 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.527233, - 43.637349 - ] - }, - "properties": { - "undefined": "Meyrargues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390105, - 43.272778 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.399622, - 43.24787 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.399622, - 43.24787 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.421871, - 43.253283 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404021, - 43.238356 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404021, - 43.238356 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409066, - 43.258666 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409066, - 43.258666 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.056633, - 43.408601 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.056633, - 43.408601 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.048822, - 43.406476 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.048822, - 43.406476 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.039669, - 43.329723 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.039669, - 43.329723 - ] - }, - "properties": { - "undefined": "Martigues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.710252, - 43.686469 - ] - }, - "properties": { - "undefined": "Saint-Paul-lès-Durance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.525681, - 43.40751 - ] - }, - "properties": { - "undefined": "Saint-Savournin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.990593, - 43.513977 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.933619, - 43.59184 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.557972, - 43.452861 - ] - }, - "properties": { - "undefined": "Fuveau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.557972, - 43.452861 - ] - }, - "properties": { - "undefined": "Fuveau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.94352, - 43.42977 - ] - }, - "properties": { - "undefined": "Fos-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.94352, - 43.42977 - ] - }, - "properties": { - "undefined": "Fos-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.939013, - 43.593007 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.939013, - 43.593007 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.933619, - 43.59184 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24102, - 43.415533 - ] - }, - "properties": { - "undefined": "Saint-Victoret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253117, - 43.558456 - ] - }, - "properties": { - "undefined": "Coudoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.253117, - 43.558456 - ] - }, - "properties": { - "undefined": "Coudoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.574552, - 43.292736 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.574552, - 43.292736 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.370653, - 43.490568 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.370653, - 43.490568 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.223084, - 43.386888 - ] - }, - "properties": { - "undefined": "Gignac-la-Nerthe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.223084, - 43.386888 - ] - }, - "properties": { - "undefined": "Gignac-la-Nerthe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.540469, - 43.434712 - ] - }, - "properties": { - "undefined": "Gréasque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.540469, - 43.434712 - ] - }, - "properties": { - "undefined": "Gréasque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.955317, - 43.526777 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.955317, - 43.526777 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.987945, - 43.493681 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.987945, - 43.493681 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986419, - 43.51365 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.986419, - 43.51365 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988791, - 43.507643 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988791, - 43.507643 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988791, - 43.507643 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988791, - 43.507643 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.974134, - 43.494049 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.974134, - 43.494049 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.990593, - 43.513977 - ] - }, - "properties": { - "undefined": "Istres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.446349, - 43.519237 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.446349, - 43.519237 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25032, - 43.459262 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.366413, - 43.398629 - ] - }, - "properties": { - "undefined": "Septèmes-les-Vallons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24102, - 43.415533 - ] - }, - "properties": { - "undefined": "Saint-Victoret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.235656, - 43.420631 - ] - }, - "properties": { - "undefined": "Saint-Victoret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.235656, - 43.420631 - ] - }, - "properties": { - "undefined": "Saint-Victoret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.056872, - 43.638515 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.056872, - 43.638515 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.090649, - 43.635131 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.099081, - 43.65232 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.099081, - 43.65232 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.107927, - 43.639222 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.107927, - 43.639222 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.093004, - 43.638665 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.093004, - 43.638665 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.109004, - 43.332432 - ] - }, - "properties": { - "undefined": "Sausset-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.109004, - 43.332432 - ] - }, - "properties": { - "undefined": "Sausset-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.366413, - 43.398629 - ] - }, - "properties": { - "undefined": "Septèmes-les-Vallons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25032, - 43.459262 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.436711, - 43.429731 - ] - }, - "properties": { - "undefined": "Simiane-Collongue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.436711, - 43.429731 - ] - }, - "properties": { - "undefined": "Simiane-Collongue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.688023, - 43.448682 - ] - }, - "properties": { - "undefined": "Trets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.688023, - 43.448682 - ] - }, - "properties": { - "undefined": "Trets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.598967, - 43.555415 - ] - }, - "properties": { - "undefined": "Vauvenargues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.598967, - 43.555415 - ] - }, - "properties": { - "undefined": "Vauvenargues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.255214, - 43.523198 - ] - }, - "properties": { - "undefined": "Velaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.255214, - 43.523198 - ] - }, - "properties": { - "undefined": "Velaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.486176, - 43.600001 - ] - }, - "properties": { - "undefined": "Venelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.486176, - 43.600001 - ] - }, - "properties": { - "undefined": "Venelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.293237, - 43.54659 - ] - }, - "properties": { - "undefined": "Ventabren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.293237, - 43.54659 - ] - }, - "properties": { - "undefined": "Ventabren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.205005, - 43.689299 - ] - }, - "properties": { - "undefined": "Vernègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.205005, - 43.689299 - ] - }, - "properties": { - "undefined": "Vernègues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.417336, - 43.304228 - ] - }, - "properties": { - "undefined": "evzen-smeg-developpement" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.090649, - 43.635131 - ] - }, - "properties": { - "undefined": "Salon-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8935134, - 45.8488467 - ] - }, - "properties": { - "undefined": "Saint-Ours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25019974, - 45.54625829 - ] - }, - "properties": { - "undefined": "Issoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10959, - 45.810183 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10959, - 45.810183 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.108089, - 45.79353 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.108089, - 45.79353 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.108089, - 45.79353 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10163, - 45.785758 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10163, - 45.785758 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10163, - 45.785758 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.105057, - 45.778448 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.105057, - 45.778448 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.105057, - 45.778448 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.080522, - 45.771753 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.080522, - 45.771753 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.080522, - 45.771753 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.085003, - 45.78558 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.10959, - 45.810183 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.088685, - 45.760472 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.088685, - 45.760472 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1293519, - 45.5896077 - ] - }, - "properties": { - "undefined": "Champeix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068955, - 45.776503 - ] - }, - "properties": { - "undefined": "Chamalières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068955, - 45.776503 - ] - }, - "properties": { - "undefined": "Chamalières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068955, - 45.776503 - ] - }, - "properties": { - "undefined": "Chamalières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068955, - 45.776503 - ] - }, - "properties": { - "undefined": "Chamalières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068955, - 45.776503 - ] - }, - "properties": { - "undefined": "Chamalières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1293519, - 45.5896077 - ] - }, - "properties": { - "undefined": "Champeix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1293519, - 45.5896077 - ] - }, - "properties": { - "undefined": "Champeix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.088685, - 45.760472 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.084515, - 45.849755 - ] - }, - "properties": { - "undefined": "Châteaugay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.084515, - 45.849755 - ] - }, - "properties": { - "undefined": "Châteaugay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.084515, - 45.849755 - ] - }, - "properties": { - "undefined": "Châteaugay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072574, - 45.919709 - ] - }, - "properties": { - "undefined": "Châtel-Guyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072574, - 45.919709 - ] - }, - "properties": { - "undefined": "Châtel-Guyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072574, - 45.919709 - ] - }, - "properties": { - "undefined": "Châtel-Guyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.085003, - 45.78558 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.085003, - 45.78558 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072883, - 45.778677 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.050666, - 45.795907 - ] - }, - "properties": { - "undefined": "Durtol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1928496, - 45.7307631 - ] - }, - "properties": { - "undefined": "Cournon-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1928738, - 45.7313678 - ] - }, - "properties": { - "undefined": "Cournon-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1928738, - 45.7313678 - ] - }, - "properties": { - "undefined": "Cournon-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.535703, - 45.755722 - ] - }, - "properties": { - "undefined": "Courpière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.535703, - 45.755722 - ] - }, - "properties": { - "undefined": "Courpière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.535703, - 45.755722 - ] - }, - "properties": { - "undefined": "Courpière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.050666, - 45.795907 - ] - }, - "properties": { - "undefined": "Durtol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1928496, - 45.7307631 - ] - }, - "properties": { - "undefined": "Cournon-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.050666, - 45.795907 - ] - }, - "properties": { - "undefined": "Durtol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.144055, - 45.825378 - ] - }, - "properties": { - "undefined": "Gerzat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.144055, - 45.825378 - ] - }, - "properties": { - "undefined": "Gerzat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.144055, - 45.825378 - ] - }, - "properties": { - "undefined": "Gerzat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.468026, - 45.802692 - ] - }, - "properties": { - "undefined": "Giat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.468026, - 45.802692 - ] - }, - "properties": { - "undefined": "Giat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1928496, - 45.7307631 - ] - }, - "properties": { - "undefined": "Cournon-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.087534, - 45.993258 - ] - }, - "properties": { - "undefined": "Combronde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072883, - 45.778677 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.083815, - 45.764902 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.072883, - 45.778677 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.078341, - 45.781253 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.078341, - 45.781253 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.078341, - 45.781253 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.083815, - 45.764902 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.083815, - 45.764902 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.065886, - 45.793482 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.087534, - 45.993258 - ] - }, - "properties": { - "undefined": "Combronde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.065886, - 45.793482 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.065886, - 45.793482 - ] - }, - "properties": { - "undefined": "Clermont-Ferrand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.087534, - 45.993258 - ] - }, - "properties": { - "undefined": "Combronde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.087534, - 45.993258 - ] - }, - "properties": { - "undefined": "Combronde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.087534, - 45.993258 - ] - }, - "properties": { - "undefined": "Combronde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.087534, - 45.993258 - ] - }, - "properties": { - "undefined": "Combronde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.068955, - 45.776503 - ] - }, - "properties": { - "undefined": "Chamalières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0646, - 45.73286 - ] - }, - "properties": { - "undefined": "Ceyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0646, - 45.73286 - ] - }, - "properties": { - "undefined": "Ceyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.096065, - 45.75256 - ] - }, - "properties": { - "undefined": "Beaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.168743, - 45.795585 - ] - }, - "properties": { - "undefined": "Aulnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.168743, - 45.795585 - ] - }, - "properties": { - "undefined": "Aulnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9810852, - 45.666657 - ] - }, - "properties": { - "undefined": "Aydat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9810852, - 45.666657 - ] - }, - "properties": { - "undefined": "Aydat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9810852, - 45.666657 - ] - }, - "properties": { - "undefined": "Aydat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.096065, - 45.75256 - ] - }, - "properties": { - "undefined": "Beaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.096065, - 45.75256 - ] - }, - "properties": { - "undefined": "Beaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.109378, - 45.747517 - ] - }, - "properties": { - "undefined": "Aubière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.086385, - 45.754934 - ] - }, - "properties": { - "undefined": "Beaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.086385, - 45.754934 - ] - }, - "properties": { - "undefined": "Beaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.086385, - 45.754934 - ] - }, - "properties": { - "undefined": "Beaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8542, - 45.5119 - ] - }, - "properties": { - "undefined": "Besse-et-Saint-Anastaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8542, - 45.5119 - ] - }, - "properties": { - "undefined": "Besse-et-Saint-Anastaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8542, - 45.5119 - ] - }, - "properties": { - "undefined": "Besse-et-Saint-Anastaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.168743, - 45.795585 - ] - }, - "properties": { - "undefined": "Aulnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.109378, - 45.747517 - ] - }, - "properties": { - "undefined": "Aubière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9324802, - 45.510146 - ] - }, - "properties": { - "undefined": "Besse-et-Saint-Anastaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04208259, - 45.33291829 - ] - }, - "properties": { - "undefined": "Anzat-le-Luguet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.200362, - 46.020521 - ] - }, - "properties": { - "undefined": "Aigueperse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.200362, - 46.020521 - ] - }, - "properties": { - "undefined": "Aigueperse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.200362, - 46.020521 - ] - }, - "properties": { - "undefined": "Aigueperse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04208259, - 45.33291829 - ] - }, - "properties": { - "undefined": "Anzat-le-Luguet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04208259, - 45.33291829 - ] - }, - "properties": { - "undefined": "Anzat-le-Luguet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04208259, - 45.33291829 - ] - }, - "properties": { - "undefined": "Anzat-le-Luguet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04208259, - 45.33291829 - ] - }, - "properties": { - "undefined": "Anzat-le-Luguet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.109378, - 45.747517 - ] - }, - "properties": { - "undefined": "Aubière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12345866, - 45.40161915 - ] - }, - "properties": { - "undefined": "Ardes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12345866, - 45.40161915 - ] - }, - "properties": { - "undefined": "Ardes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12345866, - 45.40161915 - ] - }, - "properties": { - "undefined": "Ardes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.724858, - 45.413449 - ] - }, - "properties": { - "undefined": "Arlanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.724858, - 45.413449 - ] - }, - "properties": { - "undefined": "Arlanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.724858, - 45.413449 - ] - }, - "properties": { - "undefined": "Arlanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9324802, - 45.510146 - ] - }, - "properties": { - "undefined": "Besse-et-Saint-Anastaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9324802, - 45.510146 - ] - }, - "properties": { - "undefined": "Besse-et-Saint-Anastaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0646, - 45.73286 - ] - }, - "properties": { - "undefined": "Ceyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.634929, - 45.85832 - ] - }, - "properties": { - "undefined": "Celles-sur-Durolle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.819578, - 45.8380775 - ] - }, - "properties": { - "undefined": "Bromont-Lamothe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.819578, - 45.8380775 - ] - }, - "properties": { - "undefined": "Bromont-Lamothe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.098991, - 45.829498 - ] - }, - "properties": { - "undefined": "Cébazat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.098991, - 45.829498 - ] - }, - "properties": { - "undefined": "Cébazat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.098991, - 45.829498 - ] - }, - "properties": { - "undefined": "Cébazat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.634929, - 45.85832 - ] - }, - "properties": { - "undefined": "Celles-sur-Durolle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.634929, - 45.85832 - ] - }, - "properties": { - "undefined": "Celles-sur-Durolle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.247247, - 45.499488 - ] - }, - "properties": { - "undefined": "Le Broc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.189445, - 45.723408 - ] - }, - "properties": { - "undefined": "Le Cendre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.189445, - 45.723408 - ] - }, - "properties": { - "undefined": "Le Cendre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.189445, - 45.723408 - ] - }, - "properties": { - "undefined": "Le Cendre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.060217, - 45.739984 - ] - }, - "properties": { - "undefined": "Ceyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.060217, - 45.739984 - ] - }, - "properties": { - "undefined": "Ceyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.060217, - 45.739984 - ] - }, - "properties": { - "undefined": "Ceyrat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.819578, - 45.8380775 - ] - }, - "properties": { - "undefined": "Bromont-Lamothe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.247247, - 45.499488 - ] - }, - "properties": { - "undefined": "Le Broc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.34237, - 45.726008 - ] - }, - "properties": { - "undefined": "Billom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.078451, - 45.827998 - ] - }, - "properties": { - "undefined": "Blanzat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.34237, - 45.726008 - ] - }, - "properties": { - "undefined": "Billom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.34237, - 45.726008 - ] - }, - "properties": { - "undefined": "Billom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.338388, - 45.724561 - ] - }, - "properties": { - "undefined": "Billom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.338388, - 45.724561 - ] - }, - "properties": { - "undefined": "Billom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.338388, - 45.724561 - ] - }, - "properties": { - "undefined": "Billom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.078451, - 45.827998 - ] - }, - "properties": { - "undefined": "Blanzat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.078451, - 45.827998 - ] - }, - "properties": { - "undefined": "Blanzat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.247247, - 45.499488 - ] - }, - "properties": { - "undefined": "Le Broc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18769063, - 45.45757491 - ] - }, - "properties": { - "undefined": "Boudes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18769063, - 45.45757491 - ] - }, - "properties": { - "undefined": "Boudes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.18769063, - 45.45757491 - ] - }, - "properties": { - "undefined": "Boudes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3307619, - 45.4131122 - ] - }, - "properties": { - "undefined": "Brassac-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3307619, - 45.4131122 - ] - }, - "properties": { - "undefined": "Brassac-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3307619, - 45.4131122 - ] - }, - "properties": { - "undefined": "Brassac-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.468026, - 45.802692 - ] - }, - "properties": { - "undefined": "Giat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1928738, - 45.7313678 - ] - }, - "properties": { - "undefined": "Cournon-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25019974, - 45.54625829 - ] - }, - "properties": { - "undefined": "Issoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.914898, - 45.527348 - ] - }, - "properties": { - "undefined": "Saint-Anthème" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2373332, - 45.456907 - ] - }, - "properties": { - "undefined": "Saint-Germain-Lembron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2373332, - 45.456907 - ] - }, - "properties": { - "undefined": "Saint-Germain-Lembron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2373332, - 45.456907 - ] - }, - "properties": { - "undefined": "Saint-Germain-Lembron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.820273, - 46.030863 - ] - }, - "properties": { - "undefined": "Saint-Gervais-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.820273, - 46.030863 - ] - }, - "properties": { - "undefined": "Saint-Gervais-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.820273, - 46.030863 - ] - }, - "properties": { - "undefined": "Saint-Gervais-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7053498, - 45.6464757 - ] - }, - "properties": { - "undefined": "Saint-Julien-Puy-Lavèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7053498, - 45.6464757 - ] - }, - "properties": { - "undefined": "Saint-Julien-Puy-Lavèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7053498, - 45.6464757 - ] - }, - "properties": { - "undefined": "Saint-Julien-Puy-Lavèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7053498, - 45.6464757 - ] - }, - "properties": { - "undefined": "Saint-Julien-Puy-Lavèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7053498, - 45.6464757 - ] - }, - "properties": { - "undefined": "Saint-Julien-Puy-Lavèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7053498, - 45.6464757 - ] - }, - "properties": { - "undefined": "Saint-Julien-Puy-Lavèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8935134, - 45.8488467 - ] - }, - "properties": { - "undefined": "Saint-Ours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8935134, - 45.8488467 - ] - }, - "properties": { - "undefined": "Saint-Ours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3698728, - 45.55 - ] - }, - "properties": { - "undefined": "Sauxillanges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2547808, - 45.4602738 - ] - }, - "properties": { - "undefined": "Saint-Germain-Lembron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2547808, - 45.4602738 - ] - }, - "properties": { - "undefined": "Saint-Germain-Lembron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2547808, - 45.4602738 - ] - }, - "properties": { - "undefined": "Saint-Germain-Lembron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1044068, - 45.5500991 - ] - }, - "properties": { - "undefined": "Saint-Floret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.182088, - 45.8528279 - ] - }, - "properties": { - "undefined": "Saint-Beauzire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.182088, - 45.8528279 - ] - }, - "properties": { - "undefined": "Saint-Beauzire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.182088, - 45.8528279 - ] - }, - "properties": { - "undefined": "Saint-Beauzire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.835858, - 46.158716 - ] - }, - "properties": { - "undefined": "Saint-Éloy-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.835858, - 46.158716 - ] - }, - "properties": { - "undefined": "Saint-Éloy-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.835858, - 46.158716 - ] - }, - "properties": { - "undefined": "Saint-Éloy-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1044068, - 45.5500991 - ] - }, - "properties": { - "undefined": "Saint-Floret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01792, - 45.720608 - ] - }, - "properties": { - "undefined": "Saint-Genès-Champanelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1044068, - 45.5500991 - ] - }, - "properties": { - "undefined": "Saint-Floret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02307, - 45.70559 - ] - }, - "properties": { - "undefined": "Saint-Genès-Champanelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.25019974, - 45.54625829 - ] - }, - "properties": { - "undefined": "Issoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02307, - 45.70559 - ] - }, - "properties": { - "undefined": "Saint-Genès-Champanelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01792, - 45.720608 - ] - }, - "properties": { - "undefined": "Saint-Genès-Champanelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.01792, - 45.720608 - ] - }, - "properties": { - "undefined": "Saint-Genès-Champanelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3698728, - 45.55 - ] - }, - "properties": { - "undefined": "Sauxillanges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3698728, - 45.55 - ] - }, - "properties": { - "undefined": "Sauxillanges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.623934, - 45.560108 - ] - }, - "properties": { - "undefined": "Tauves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1849199, - 45.4777874 - ] - }, - "properties": { - "undefined": "Villeneuve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4514244, - 45.4727824 - ] - }, - "properties": { - "undefined": "Le Vernet-Chaméane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4514244, - 45.4727824 - ] - }, - "properties": { - "undefined": "Le Vernet-Chaméane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4514244, - 45.4727824 - ] - }, - "properties": { - "undefined": "Le Vernet-Chaméane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207466, - 45.663033 - ] - }, - "properties": { - "undefined": "Vic-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207466, - 45.663033 - ] - }, - "properties": { - "undefined": "Vic-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207466, - 45.663033 - ] - }, - "properties": { - "undefined": "Vic-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1849199, - 45.4777874 - ] - }, - "properties": { - "undefined": "Villeneuve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3363148, - 45.5265496 - ] - }, - "properties": { - "undefined": "Usson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1849199, - 45.4777874 - ] - }, - "properties": { - "undefined": "Villeneuve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1849199, - 45.4777874 - ] - }, - "properties": { - "undefined": "Villeneuve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1849199, - 45.4777874 - ] - }, - "properties": { - "undefined": "Villeneuve" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04223102, - 45.87167589 - ] - }, - "properties": { - "undefined": "Volvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04223102, - 45.87167589 - ] - }, - "properties": { - "undefined": "Volvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.04223102, - 45.87167589 - ] - }, - "properties": { - "undefined": "Volvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3363148, - 45.5265496 - ] - }, - "properties": { - "undefined": "Usson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3363148, - 45.5265496 - ] - }, - "properties": { - "undefined": "Usson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.623934, - 45.560108 - ] - }, - "properties": { - "undefined": "Tauves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.521339, - 45.845524 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.623934, - 45.560108 - ] - }, - "properties": { - "undefined": "Tauves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.521339, - 45.845524 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.521339, - 45.845524 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.521339, - 45.845524 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.521339, - 45.845524 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.521339, - 45.845524 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5475098, - 45.8570762 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3363148, - 45.5265496 - ] - }, - "properties": { - "undefined": "Usson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5475098, - 45.8570762 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5475098, - 45.8570762 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5464023, - 45.8552796 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5464023, - 45.8552796 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5464023, - 45.8552796 - ] - }, - "properties": { - "undefined": "Thiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3363148, - 45.5265496 - ] - }, - "properties": { - "undefined": "Usson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.914898, - 45.527348 - ] - }, - "properties": { - "undefined": "Saint-Anthème" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.02307, - 45.70559 - ] - }, - "properties": { - "undefined": "Saint-Genès-Champanelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.914898, - 45.527348 - ] - }, - "properties": { - "undefined": "Saint-Anthème" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9417191, - 45.5727239 - ] - }, - "properties": { - "undefined": "Murol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8164264, - 45.5420679 - ] - }, - "properties": { - "undefined": "Mont-Dore" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8164264, - 45.5420679 - ] - }, - "properties": { - "undefined": "Mont-Dore" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0558558, - 45.7664558 - ] - }, - "properties": { - "undefined": "Royat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2003302, - 45.6245733 - ] - }, - "properties": { - "undefined": "Montpeyroux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2003302, - 45.6245733 - ] - }, - "properties": { - "undefined": "Montpeyroux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2003302, - 45.6245733 - ] - }, - "properties": { - "undefined": "Montpeyroux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9417191, - 45.5727239 - ] - }, - "properties": { - "undefined": "Murol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8083731, - 45.5723908 - ] - }, - "properties": { - "undefined": "Mont-Dore" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9417191, - 45.5727239 - ] - }, - "properties": { - "undefined": "Murol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.055715, - 45.808796 - ] - }, - "properties": { - "undefined": "Nohanent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.055715, - 45.808796 - ] - }, - "properties": { - "undefined": "Nohanent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.055715, - 45.808796 - ] - }, - "properties": { - "undefined": "Nohanent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28099446, - 45.47737767 - ] - }, - "properties": { - "undefined": "Nonette-Orsonnette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28099446, - 45.47737767 - ] - }, - "properties": { - "undefined": "Nonette-Orsonnette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8083731, - 45.5723908 - ] - }, - "properties": { - "undefined": "Mont-Dore" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8083731, - 45.5723908 - ] - }, - "properties": { - "undefined": "Mont-Dore" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0132707, - 45.7840008 - ] - }, - "properties": { - "undefined": "Orcines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1967603, - 45.768258 - ] - }, - "properties": { - "undefined": "Lempdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2429965, - 45.5436886 - ] - }, - "properties": { - "undefined": "Issoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2429965, - 45.5436886 - ] - }, - "properties": { - "undefined": "Issoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2429965, - 45.5436886 - ] - }, - "properties": { - "undefined": "Issoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6875493, - 45.5330676 - ] - }, - "properties": { - "undefined": "La Tour-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6875493, - 45.5330676 - ] - }, - "properties": { - "undefined": "La Tour-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6875493, - 45.5330676 - ] - }, - "properties": { - "undefined": "La Tour-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1967603, - 45.768258 - ] - }, - "properties": { - "undefined": "Lempdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6059, - 45.8691923 - ] - }, - "properties": { - "undefined": "La Monnerie-le-Montel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1967603, - 45.768258 - ] - }, - "properties": { - "undefined": "Lempdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3785739, - 45.828258 - ] - }, - "properties": { - "undefined": "Lezoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3785739, - 45.828258 - ] - }, - "properties": { - "undefined": "Lezoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3785739, - 45.828258 - ] - }, - "properties": { - "undefined": "Lezoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6059, - 45.8691923 - ] - }, - "properties": { - "undefined": "La Monnerie-le-Montel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6059, - 45.8691923 - ] - }, - "properties": { - "undefined": "La Monnerie-le-Montel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28099446, - 45.47737767 - ] - }, - "properties": { - "undefined": "Nonette-Orsonnette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8164264, - 45.5420679 - ] - }, - "properties": { - "undefined": "Mont-Dore" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0132707, - 45.7840008 - ] - }, - "properties": { - "undefined": "Orcines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.805302, - 45.6840001 - ] - }, - "properties": { - "undefined": "Rochefort-Montagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.118337, - 45.887632 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.118337, - 45.887632 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.118337, - 45.887632 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111787, - 45.89586 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111787, - 45.89586 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.111787, - 45.89586 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.805302, - 45.6840001 - ] - }, - "properties": { - "undefined": "Rochefort-Montagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.114279, - 45.890311 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.805302, - 45.6840001 - ] - }, - "properties": { - "undefined": "Rochefort-Montagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.100119, - 45.731146 - ] - }, - "properties": { - "undefined": "Romagnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0132707, - 45.7840008 - ] - }, - "properties": { - "undefined": "Orcines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.100119, - 45.731146 - ] - }, - "properties": { - "undefined": "Romagnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0558558, - 45.7664558 - ] - }, - "properties": { - "undefined": "Royat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0558558, - 45.7664558 - ] - }, - "properties": { - "undefined": "Royat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.114279, - 45.890311 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.100119, - 45.731146 - ] - }, - "properties": { - "undefined": "Romagnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.114279, - 45.890311 - ] - }, - "properties": { - "undefined": "Riom" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.139562, - 45.740944 - ] - }, - "properties": { - "undefined": "Pérignat-lès-Sarliève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.47442, - 45.959944 - ] - }, - "properties": { - "undefined": "Puy-Guillaume" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21635011, - 45.61447849 - ] - }, - "properties": { - "undefined": "Parent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21635011, - 45.61447849 - ] - }, - "properties": { - "undefined": "Parent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.21635011, - 45.61447849 - ] - }, - "properties": { - "undefined": "Parent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2902348, - 45.5323749 - ] - }, - "properties": { - "undefined": "Parentignat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2902348, - 45.5323749 - ] - }, - "properties": { - "undefined": "Parentignat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.139562, - 45.740944 - ] - }, - "properties": { - "undefined": "Pérignat-lès-Sarliève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2902348, - 45.5323749 - ] - }, - "properties": { - "undefined": "Parentignat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.139562, - 45.740944 - ] - }, - "properties": { - "undefined": "Pérignat-lès-Sarliève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.248129, - 45.79836 - ] - }, - "properties": { - "undefined": "Pont-du-Château" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.248129, - 45.79836 - ] - }, - "properties": { - "undefined": "Pont-du-Château" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.248129, - 45.79836 - ] - }, - "properties": { - "undefined": "Pont-du-Château" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.47442, - 45.959944 - ] - }, - "properties": { - "undefined": "Puy-Guillaume" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.47442, - 45.959944 - ] - }, - "properties": { - "undefined": "Puy-Guillaume" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5474457, - 50.7384692 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14829, - 45.73457 - ] - }, - "properties": { - "undefined": "chargepoly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14829, - 45.73457 - ] - }, - "properties": { - "undefined": "chargepoly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14829, - 45.73457 - ] - }, - "properties": { - "undefined": "chargepoly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14829, - 45.73457 - ] - }, - "properties": { - "undefined": "chargepoly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.14829, - 45.73457 - ] - }, - "properties": { - "undefined": "chargepoly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.329331, - 43.49131 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.532536, - 49.292436 - ] - }, - "properties": { - "undefined": "Bouzonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.535945, - 49.289694 - ] - }, - "properties": { - "undefined": "Bouzonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.831599, - 50.485561 - ] - }, - "properties": { - "undefined": "Bénifontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.831599, - 50.485561 - ] - }, - "properties": { - "undefined": "Bénifontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.831599, - 50.485561 - ] - }, - "properties": { - "undefined": "Bénifontaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9942375, - 44.0769349 - ] - }, - "properties": { - "undefined": "Loriol-du-Comtat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4300481888403183, - 48.682044800657714 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4300481888403183, - 48.682044800657714 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4300481888403183, - 48.682044800657714 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7212472222222224, - 48.1790417 - ] - }, - "properties": { - "undefined": "Saint-Grégoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4300481888403183, - 48.682044800657714 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.894763, - 50.423336 - ] - }, - "properties": { - "undefined": "Beaurainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.093459, - 49.45384 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.093459, - 49.45384 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.093535, - 49.430228 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.093535, - 49.430228 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.102055, - 50.399946 - ] - }, - "properties": { - "undefined": "Auchy-lès-Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.102055, - 50.399946 - ] - }, - "properties": { - "undefined": "Auchy-lès-Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.102472, - 50.396286 - ] - }, - "properties": { - "undefined": "Auchy-lès-Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.102472, - 50.396286 - ] - }, - "properties": { - "undefined": "Auchy-lès-Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.894763, - 50.423336 - ] - }, - "properties": { - "undefined": "Beaurainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.901209, - 50.424837 - ] - }, - "properties": { - "undefined": "Beaurainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.115386, - 49.433287 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.901209, - 50.424837 - ] - }, - "properties": { - "undefined": "Beaurainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.038331, - 50.372075 - ] - }, - "properties": { - "undefined": "Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.038331, - 50.372075 - ] - }, - "properties": { - "undefined": "Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.040881, - 50.375851 - ] - }, - "properties": { - "undefined": "Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.035047, - 50.378089 - ] - }, - "properties": { - "undefined": "Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.035047, - 50.378089 - ] - }, - "properties": { - "undefined": "Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.035473, - 50.381443 - ] - }, - "properties": { - "undefined": "Huby-Saint-Leu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.035473, - 50.381443 - ] - }, - "properties": { - "undefined": "Huby-Saint-Leu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.030860517090839, - 50.37340163915224 - ] - }, - "properties": { - "undefined": "Marconne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.115386, - 49.433287 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.10449, - 49.438526 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.03235, - 50.364271 - ] - }, - "properties": { - "undefined": "Marconne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.968528, - 48.635862 - ] - }, - "properties": { - "undefined": "Saint-Dizier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.196098, - 43.266711 - ] - }, - "properties": { - "undefined": "stations-e" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.196098, - 43.266711 - ] - }, - "properties": { - "undefined": "stations-e" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4300481888403183, - 48.682044800657714 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7212472222222224, - 48.1790417 - ] - }, - "properties": { - "undefined": "Saint-Grégoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7316805, - 47.9749816 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7316805, - 47.9749816 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7316805, - 47.9749816 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7316805, - 47.9749816 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7316805, - 47.9749816 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.968528, - 48.635862 - ] - }, - "properties": { - "undefined": "Saint-Dizier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.10449, - 49.438526 - ] - }, - "properties": { - "undefined": "Beauvais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.968528, - 48.635862 - ] - }, - "properties": { - "undefined": "Saint-Dizier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489767, - 48.584177 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489767, - 48.584177 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489767, - 48.584177 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.040212, - 48.909046 - ] - }, - "properties": { - "undefined": "Pont-à-Mousson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.040212, - 48.909046 - ] - }, - "properties": { - "undefined": "Pont-à-Mousson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.175758, - 48.766458 - ] - }, - "properties": { - "undefined": "Bar-le-Duc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.175758, - 48.766458 - ] - }, - "properties": { - "undefined": "Bar-le-Duc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.175758, - 48.766458 - ] - }, - "properties": { - "undefined": "Bar-le-Duc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.030860517090839, - 50.37340163915224 - ] - }, - "properties": { - "undefined": "Marconne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.040881, - 50.375851 - ] - }, - "properties": { - "undefined": "Hesdin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.03235, - 50.364271 - ] - }, - "properties": { - "undefined": "Marconne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.627516720238731, - 48.53187547443857 - ] - }, - "properties": { - "undefined": "Le Mée-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6623570502624494, - 48.614318800000014 - ] - }, - "properties": { - "undefined": "Montereau-sur-le-Jard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6623570502624494, - 48.614318800000014 - ] - }, - "properties": { - "undefined": "Montereau-sur-le-Jard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94251, - 48.284472 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94251, - 48.284472 - ] - }, - "properties": { - "undefined": "Saint-Dié-des-Vosges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5295840174515463, - 48.678489499960584 - ] - }, - "properties": { - "undefined": "Boussy-Saint-Antoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6139677517069222, - 50.45591099689726 - ] - }, - "properties": { - "undefined": "Merlimont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5286632377885447, - 48.678389833990664 - ] - }, - "properties": { - "undefined": "Boussy-Saint-Antoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5286632377885447, - 48.678389833990664 - ] - }, - "properties": { - "undefined": "Boussy-Saint-Antoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5286632377885447, - 48.678389833990664 - ] - }, - "properties": { - "undefined": "Boussy-Saint-Antoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.526362317964585, - 48.69077906864795 - ] - }, - "properties": { - "undefined": "Boussy-Saint-Antoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.526362317964585, - 48.69077906864795 - ] - }, - "properties": { - "undefined": "Boussy-Saint-Antoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.403842, - 48.6814842 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.403842, - 48.6814842 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4245679, - 48.6848221 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4245679, - 48.6848221 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.407719, - 48.673546 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.407719, - 48.673546 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431342, - 48.681508 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431342, - 48.681508 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4077141243933076, - 48.68517050782172 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4077141243933076, - 48.68517050782172 - ] - }, - "properties": { - "undefined": "Draveil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.627516720238731, - 48.53187547443857 - ] - }, - "properties": { - "undefined": "Le Mée-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5295840174515463, - 48.678489499960584 - ] - }, - "properties": { - "undefined": "Boussy-Saint-Antoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.566489583236157, - 48.64892309996577 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.12882767066976641, - 49.487331285074724 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6139677517069222, - 50.45591099689726 - ] - }, - "properties": { - "undefined": "Merlimont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.614797784474848, - 50.45384387673885 - ] - }, - "properties": { - "undefined": "Merlimont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.566489583236157, - 48.64892309996577 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.581321738638749, - 50.46090694111128 - ] - }, - "properties": { - "undefined": "Merlimont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.581321738638749, - 50.46090694111128 - ] - }, - "properties": { - "undefined": "Merlimont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.312264, - 48.0449181 - ] - }, - "properties": { - "undefined": "Eguisheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.312264, - 48.0449181 - ] - }, - "properties": { - "undefined": "Eguisheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.12882767066976641, - 49.487331285074724 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.12882767066976641, - 49.487331285074724 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.614797784474848, - 50.45384387673885 - ] - }, - "properties": { - "undefined": "Merlimont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.12882767066976641, - 49.487331285074724 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5753830764544885, - 48.65993572270077 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5753830764544885, - 48.65993572270077 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5586172119781576, - 48.66622067379457 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5586172119781576, - 48.66622067379457 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56593753620647, - 48.65956307159419 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.56593753620647, - 48.65956307159419 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.568798248488855, - 48.66428455199971 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.568798248488855, - 48.66428455199971 - ] - }, - "properties": { - "undefined": "Combs-la-Ville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1459805, - 50.6399697 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8965763, - 50.6561949 - ] - }, - "properties": { - "undefined": "Bois-Grenier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89, - 44.02 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.7103309, - 49.0313229 - ] - }, - "properties": { - "undefined": "Niedersteinbach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828324822319736, - 43.78639927025314 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1485441, - 50.7582304 - ] - }, - "properties": { - "undefined": "Neuville-en-Ferrain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.503644299999999, - 44.6477737 - ] - }, - "properties": { - "undefined": "Darbres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9041925, - 44.1160294 - ] - }, - "properties": { - "undefined": "Jonquières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.050015999999999, - 44.04692499999999 - ] - }, - "properties": { - "undefined": "Malijai" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.345135599999999, - 41.69983680000001 - ] - }, - "properties": { - "undefined": "Zonza" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.118697, - 43.5871748 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83, - 43.79 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.105857, - 50.5314804 - ] - }, - "properties": { - "undefined": "Ennevelin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19, - 45.73 - ] - }, - "properties": { - "undefined": "Cournon-d'Auvergne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6453929999999919, - 44.787885 - ] - }, - "properties": { - "undefined": "Pessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6453929999999919, - 44.787885 - ] - }, - "properties": { - "undefined": "Pessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6453929999999919, - 44.787885 - ] - }, - "properties": { - "undefined": "Pessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6453929999999919, - 44.787885 - ] - }, - "properties": { - "undefined": "Pessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1, - 47.48 - ] - }, - "properties": { - "undefined": "Quiberon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.64, - 47.7 - ] - }, - "properties": { - "undefined": "Saint-Nolff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0448811, - 50.5467231 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654826, - 47.353958 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654826, - 47.353958 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654826, - 47.353958 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654826, - 47.353958 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654826, - 47.353958 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654826, - 47.353958 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654826, - 47.353958 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.654826, - 47.353958 - ] - }, - "properties": { - "undefined": "Joué-lès-Tours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6196363424603306, - 47.11494422473446 - ] - }, - "properties": { - "undefined": "Sainte-Maure-de-Touraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.573539, - 50.408746 - ] - }, - "properties": { - "undefined": "Escautpont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.203439987359303, - 50.99486000882223 - ] - }, - "properties": { - "undefined": "Loon-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.481829, - 44.551008 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94401, - 46.0163 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0813288, - 46.1446775 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.400384, - 44.524718 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.326756, - 44.695058 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5574, - 44.4952 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5529, - 44.4852 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.496613, - 44.567371 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13118, - 45.89654 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.60619239, - 44.5461648 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.812786, - 44.272603 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22944, - 46.1801 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.52835, - 46.3958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.52835, - 46.3958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69832, - 45.9169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59628696, - 46.40028687 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22944, - 46.1801 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12164055, - 45.90815666 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.556539, - 44.790737 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0564, - 44.4629 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22918, - 44.4649 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.034507, - 44.458795 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.752325, - 44.521057 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0103, - 44.5359 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.856609, - 44.231125 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.361567, - 44.575991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.403827, - 44.527699 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.400384, - 44.524718 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.72954, - 44.488113 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.471063, - 44.389375 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.498638, - 44.562874 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.492683, - 44.562232 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.499543, - 44.564163 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.325711, - 44.684191 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59628696, - 46.40028687 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.701949, - 44.619558 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.672902, - 44.914662 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.721293, - 44.868338 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.725729527, - 44.93142339 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0103, - 44.5359 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.607755, - 45.019741 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0547, - 44.4604 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13118, - 45.89654 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59334, - 46.0498 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12164055, - 45.90815666 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59052, - 46.1058 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2418001, - 46.1872704 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2431239, - 46.1977983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.70249, - 46.18177 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2501381, - 46.1957504 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2500572, - 46.2012424 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49167, - 46.06668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42785, - 46.35486 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46464, - 46.33661 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61474, - 45.85996 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.52257, - 46.33715 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22112, - 45.90633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3705, - 45.8595 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.425, - 45.9061111 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56682, - 45.83576 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3031717, - 46.3072182 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.26788, - 46.32539 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.32492, - 46.36786 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3581754, - 46.3459998 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1047065, - 46.1204422 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6859975, - 45.9230095 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.234031, - 46.1917492 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1557, - 45.9451 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11126, - 45.8969 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1557, - 45.9451 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31337, - 46.2263 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0055, - 45.8148 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.323481, - 45.883111 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86026, - 45.9015 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59334, - 46.0498 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27037, - 45.7562 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27037, - 45.7562 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.86026, - 45.9015 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.323481, - 45.883111 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69832, - 45.9169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94401, - 46.0163 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0055, - 45.8148 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31337, - 46.2263 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3274777, - 45.88239121 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11126, - 45.8969 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.403103, - 46.207255 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.403103, - 46.207255 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3274777, - 45.88239121 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.607755, - 45.019741 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.928601, - 44.675988 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.580031, - 44.750171 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.826448, - 44.313627 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632719, - 44.622584 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.277534, - 44.547316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1377729, - 46.1421246 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.891595, - 44.688716 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.278045, - 44.543139 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.40560759, - 45.0356367 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.510674, - 44.97595 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.197639, - 44.565323 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.498394, - 44.824989 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.856609, - 44.231125 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89593426, - 44.29475516 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.490031, - 44.844086 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204541, - 44.62348 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.169101, - 44.64284 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.231873, - 44.668239 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.499543, - 44.564163 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22918, - 44.4649 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.326756, - 44.695058 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.498638, - 44.562874 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5574, - 44.4952 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.649073, - 44.661324 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.649073, - 44.661324 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632719, - 44.622584 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.498394, - 44.824989 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.827471, - 44.535099 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8223, - 44.7616 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632719, - 44.622584 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.624609, - 44.670518 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.680047, - 44.571774 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.580566, - 44.649808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.718155, - 44.428729 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.694359, - 44.312791 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65137, - 44.657303 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.865808, - 44.699294 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58674, - 44.933873 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84759393, - 44.71980038 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.865808, - 44.699294 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.580031, - 44.750171 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.812786, - 44.272603 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.824664, - 44.315547 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89593426, - 44.29475516 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.649073, - 44.661324 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.649073, - 44.661324 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.481829, - 44.551008 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.492683, - 44.562232 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.471063, - 44.389375 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.694359, - 44.312791 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.613159, - 44.415394 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58674, - 44.933873 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.193801, - 44.81712 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.027689, - 44.780812 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.689987, - 44.594376 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.075528, - 44.683441 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.077297, - 44.682134 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.680047, - 44.571774 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.580566, - 44.649808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632719, - 44.622584 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.624609, - 44.670518 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.721293, - 44.868338 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.672902, - 44.914662 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.725729527, - 44.93142339 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.556539, - 44.790737 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0547, - 44.4604 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.034507, - 44.458795 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0564, - 44.4629 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.824664, - 44.315547 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.65137, - 44.657303 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.718155, - 44.428729 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.72954, - 44.488113 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.752325, - 44.521057 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.701949, - 44.619558 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.826448, - 44.313627 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.325711, - 44.684191 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.403827, - 44.527699 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.361567, - 44.575991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.891595, - 44.688716 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.928601, - 44.675988 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.277534, - 44.547316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.204541, - 44.62348 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.490031, - 44.844086 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.231873, - 44.668239 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.169101, - 44.64284 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.60619239, - 44.5461648 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.496613, - 44.567371 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5529, - 44.4852 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.40560759, - 45.0356367 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.278045, - 44.543139 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.197639, - 44.565323 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.510674, - 44.97595 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7128251, - 45.8878674 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96791, - 46.10947 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0797251, - 46.1411537 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.52646, - 46.06035 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5491808, - 46.0568649 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4282, - 45.9415 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6562248, - 46.2319364 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867244, - 45.9169475 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4056, - 46.2085 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5311, - 46.05942 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57812, - 46.39822 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58711, - 46.40099 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80141, - 46.39387 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.45734, - 46.1382 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.45734, - 46.1382 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.139655, - 45.940159 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31765, - 46.19112 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720684, - 46.28074 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72854, - 46.08306 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10641, - 46.03216 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.32021, - 46.16807 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8723734, - 45.9217431 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8750103, - 45.9258487 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8690192, - 45.9239269 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1013174, - 46.0946733 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2688, - 46.13461 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2097281, - 46.1913894 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4040479, - 46.1421419 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62745, - 46.37938 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5813048, - 46.0610345 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68976, - 46.00658 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6210576, - 46.0200208 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670556, - 46.16 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58349, - 46.08865 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63658, - 46.03355 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50392, - 46.09152 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7979927, - 45.8889078 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50848, - 46.08869 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5414348, - 46.076664 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5621063, - 46.0691081 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4040479, - 46.1421419 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2115413, - 46.1889469 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.670556, - 46.16 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6210576, - 46.0200208 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58349, - 46.08865 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2097281, - 46.1913894 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2115413, - 46.1889469 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2911397, - 46.1845626 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.840009, - 46.267741 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09222, - 45.9064 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12962, - 45.9026 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115, - 45.8996 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19782, - 45.8616 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.591829, - 46.144208 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.774007, - 46.053531 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073676, - 46.142809 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.473147, - 46.24829 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.473147, - 46.24829 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.591829, - 46.144208 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.621296, - 45.860103 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.639805, - 46.025563 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94768024, - 45.86309439 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.774007, - 46.053531 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.619913, - 45.863904 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.424995, - 45.906059 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.406002, - 46.077103 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05437, - 45.7866 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.05437, - 45.7866 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.29294, - 45.7483 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19782, - 45.8616 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115, - 45.8996 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1293, - 45.9124 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09222, - 45.9064 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12307, - 45.8956 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11669, - 45.91755 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1293, - 45.9124 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16349, - 45.9263 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16349, - 45.9263 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11669, - 45.91755 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11669, - 45.91755 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11669, - 45.91755 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11669, - 45.91755 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11669, - 45.91755 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11669, - 45.91755 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11669, - 45.91755 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13666, - 45.9078 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1202, - 45.9157 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1202, - 45.9157 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12163, - 45.908 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12163, - 45.908 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13666, - 45.9078 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12962, - 45.9026 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12307, - 45.8956 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.80141, - 46.39387 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57812, - 46.39822 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.727681, - 45.820233 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.234031, - 46.1917492 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3031717, - 46.3072182 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.417302, - 46.0782491 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62106, - 45.85997 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39608, - 46.00143 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.32796, - 46.298313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.25827, - 46.26919 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5414348, - 46.076664 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.63658, - 46.03355 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5621063, - 46.0691081 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.49167, - 46.06668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62745, - 46.37938 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720604, - 45.9279808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7054898, - 45.9084331 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3705, - 45.8595 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.68976, - 46.00658 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5813048, - 46.0610345 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2500572, - 46.2012424 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.42785, - 46.35486 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2431239, - 46.1977983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7054898, - 45.9084331 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.26788, - 46.32539 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3581754, - 46.3459998 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3746593, - 46.3324048 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.32492, - 46.36786 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62106, - 45.85997 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.70555, - 46.18337 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56682, - 45.83576 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.417302, - 46.0782491 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.32796, - 46.298313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3746593, - 46.3324048 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39608, - 46.00143 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.25827, - 46.26919 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1047065, - 46.1204422 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0813288, - 46.1446775 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7128251, - 45.8878674 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0797251, - 46.1411537 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.61474, - 45.85996 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1377729, - 46.1421246 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.70555, - 46.18337 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.70249, - 46.18177 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720604, - 45.9279808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.727681, - 45.820233 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6859975, - 45.9230095 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.52257, - 46.33715 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2501381, - 46.1957504 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2418001, - 46.1872704 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3712542, - 46.2652955 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.628513, - 45.943044 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.25063, - 45.99859 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.91994, - 46.01908 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16856, - 46.00947 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96791, - 46.10947 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22815, - 46.16281 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.633486, - 45.9321314 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.26369449, - 46.117427 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27012, - 46.13779 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3712542, - 46.2652955 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6110727, - 45.9213467 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.628513, - 45.943044 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4282, - 45.9415 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5311, - 46.05942 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.59052, - 46.1058 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4056, - 46.2085 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6562248, - 46.2319364 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.52646, - 46.06035 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58711, - 46.40099 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6110727, - 45.9213467 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.72854, - 46.08306 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22112, - 45.90633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7979927, - 45.8889078 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46464, - 46.33661 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.425, - 45.9061111 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31765, - 46.19112 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.32021, - 46.16807 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.139655, - 45.940159 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10641, - 46.03216 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.720684, - 46.28074 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2911397, - 46.1845626 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8750103, - 45.9258487 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867244, - 45.9169475 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8723734, - 45.9217431 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.840009, - 46.267741 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8690192, - 45.9239269 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.25063, - 45.99859 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.91994, - 46.01908 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16856, - 46.00947 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.738928, - 44.767371 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22815, - 46.16281 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.633486, - 45.9321314 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.869095, - 44.781915 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.031743, - 43.141124 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.613159, - 44.415394 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.176766, - 43.732476 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.013545, - 43.308971 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.144734, - 43.226478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.229499, - 43.301314 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.847451, - 43.137181 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143279, - 43.228023 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.752095, - 43.606096 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.806335, - 43.195169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.803608, - 43.196687 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.625908, - 43.738191 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.798958, - 43.195848 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.236833, - 43.139693 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3387671, - 43.143838 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.344754, - 43.150558 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.000198, - 43.246609 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3619, - 43.12415 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.243153, - 43.774849 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.382547, - 43.605991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75708, - 43.608633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.813964, - 43.525115 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.225247, - 43.626467 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.566681, - 43.470632 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.121209, - 43.473247 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.012054, - 43.311571 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.785255, - 43.371555 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.425536, - 43.152094 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150075, - 43.524758 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072607, - 43.150988 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.302705, - 43.237316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50678, - 43.710943 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.074581, - 43.148347 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.24135, - 43.51516 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.696857, - 43.624273 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073719, - 43.236609 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.075095, - 43.23772 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.736809, - 43.50392 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.024325, - 43.106136 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.029939, - 43.553296 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.784954, - 43.471881 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.021739, - 43.107612 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.137679, - 43.288093 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.610836, - 43.2172196 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.683481, - 43.453692 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.685957, - 43.45612 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.753034, - 43.134693 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.571085, - 43.729968 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.699922, - 43.536283 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125282, - 43.340772 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.627985, - 43.723321 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.704812, - 43.185573 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.694532, - 43.166973 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.858855, - 43.452337 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.708931, - 43.181444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.708931, - 43.181444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.935913, - 43.636472 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.927429, - 43.075068 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.133562, - 43.116603 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.133562, - 43.116603 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.907343, - 43.071083 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.634532, - 43.442627 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.644595, - 43.501255 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636401, - 43.444287 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691177, - 43.342474 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.93622, - 43.127107 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.932443, - 43.130591 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072311, - 43.439098 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.233294, - 43.562956 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976662, - 43.33822 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.851185, - 43.393343 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698561, - 43.536849 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.028701, - 43.107001 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08065, - 43.48513 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08065, - 43.48513 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06957006, - 43.12051391 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06957006, - 43.12051391 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.238485, - 43.13889 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.482466, - 43.610596 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.238485, - 43.13889 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.028701, - 43.107001 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.238485, - 43.13889 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.238485, - 43.13889 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9324, - 43.1306 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0387, - 43.1469 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.952178, - 43.107303 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9324, - 43.1306 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0387, - 43.1469 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86434221, - 43.45548248 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86434221, - 43.45548248 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.201184, - 43.116488 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.201184, - 43.116488 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.293704, - 43.323544 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.369696, - 43.137889 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.027689, - 44.780812 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.752095, - 43.606096 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.497017, - 43.571181 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.044463, - 43.330293 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.044463, - 43.330293 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.010334, - 43.120467 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46939, - 43.317779 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.137679, - 43.288093 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.610836, - 43.2172196 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.683481, - 43.453692 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.685957, - 43.45612 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.243153, - 43.774849 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.044463, - 43.330293 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.382547, - 43.605991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75708, - 43.608633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.813964, - 43.525115 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.144734, - 43.226478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.229499, - 43.301314 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.847451, - 43.137181 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.143279, - 43.228023 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.029939, - 43.553296 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.024325, - 43.106136 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.075095, - 43.23772 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073719, - 43.236609 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.696857, - 43.624273 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.24135, - 43.51516 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.222372, - 43.427744 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.754467, - 43.197869 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.064265, - 43.404268 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073943, - 43.408111 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.535475, - 43.590682 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.185457, - 43.300398 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.074425, - 43.092958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.342794, - 43.390503 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.182072, - 43.475585 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.074581, - 43.148347 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.369696, - 43.137889 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.236833, - 43.139693 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.293704, - 43.323544 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.425536, - 43.152094 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23577, - 43.135207 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.357913, - 43.314384 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.463953, - 43.208338 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.361105, - 43.490803 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.316517, - 43.3927 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.021739, - 43.107612 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.784954, - 43.471881 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.736809, - 43.50392 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.535475, - 43.590682 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.074425, - 43.092958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.039215, - 43.39442 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.450228, - 43.597875 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.069992, - 43.096204 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.771902, - 43.176461 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066481, - 43.407623 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.058906, - 43.406661 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.518632, - 43.782955 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.062531, - 43.403983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.061688, - 43.407248 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.222372, - 43.427744 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.754467, - 43.197869 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.064265, - 43.404268 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073943, - 43.408111 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30944049, - 43.23924335 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.46939, - 43.317779 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.044463, - 43.330293 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.497017, - 43.571181 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.010334, - 43.120467 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.342794, - 43.390503 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.185457, - 43.300398 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.225247, - 43.626467 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.182072, - 43.475585 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3387671, - 43.143838 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.344754, - 43.150558 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.000198, - 43.246609 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3619, - 43.12415 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.518632, - 43.782955 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.058906, - 43.406661 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.061688, - 43.407248 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.062531, - 43.403983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.066481, - 43.407623 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.753034, - 43.134693 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.571085, - 43.729968 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.699922, - 43.536283 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698561, - 43.536849 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.625908, - 43.738191 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.803608, - 43.196687 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.798958, - 43.195848 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.176766, - 43.732476 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.806335, - 43.195169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.765235, - 43.617906 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0778, - 43.1476 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50678, - 43.710943 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.302705, - 43.237316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8226, - 43.100631 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.534731, - 43.49274 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.010815, - 43.12151 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.010815, - 43.12151 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0766, - 43.087644 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8125, - 43.099783 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.842399, - 43.093511 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97218364, - 43.12926791 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0766, - 43.087644 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8226, - 43.100631 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92022, - 43.130271 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072607, - 43.150988 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.926017, - 43.123831 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.902172, - 43.12679 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.902172, - 43.12679 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.926017, - 43.123831 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.952856, - 43.123039 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.952856, - 43.123039 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.987543, - 43.128168 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88738, - 43.12855 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92022, - 43.130271 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.534731, - 43.49274 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.031743, - 43.141124 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94080194, - 43.1194873 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.075492, - 43.147169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.936084, - 43.115201 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.28863, - 43.3194 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.018776, - 43.084552 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13862, - 43.286628 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.800506, - 43.07487 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.078095, - 43.120548 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13862, - 43.286628 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.208756, - 43.77316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92812, - 43.16388 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.800506, - 43.07487 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.208756, - 43.77316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.078095, - 43.120548 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.137923, - 43.111634 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.149858, - 43.064793 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97218364, - 43.12926791 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97218364, - 43.12926791 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.981366, - 43.139698 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.981366, - 43.139698 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.070709, - 43.147958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.836931, - 43.091682 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88738, - 43.12855 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.836931, - 43.091682 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56418479, - 44.94441185 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.55886, - 44.7927 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.82656289, - 44.31360432 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072981, - 44.674562 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.82656289, - 44.31360432 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.732183, - 44.933961 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.732183, - 44.933961 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.732183, - 44.933961 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.732183, - 44.933961 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.869095, - 44.781915 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.827471, - 44.535099 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.075528, - 44.683441 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.077297, - 44.682134 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.689987, - 44.594376 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729531, - 44.93391 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729531, - 44.93391 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84759393, - 44.71980038 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8223, - 44.7616 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.738928, - 44.767371 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.193801, - 44.81712 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.55886, - 44.7927 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072981, - 44.674562 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.987543, - 43.128168 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30074, - 45.0443 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.732183, - 44.933961 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.48477, - 44.5474 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27106, - 44.5466 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.48477, - 44.5474 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01944, - 44.7749 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02653, - 44.4429 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02653, - 44.4429 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.71816, - 44.4287 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.71816, - 44.4287 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27106, - 44.5466 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03355, - 44.4554 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03355, - 44.4554 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.56418479, - 44.94441185 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30074, - 45.0443 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01944, - 44.7749 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6159, - 44.6747 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6159, - 44.6747 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.827471, - 44.535099 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.827471, - 44.535099 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9238871, - 43.13027018 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88241, - 43.103103 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94080194, - 43.1194873 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.090382, - 43.303283 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.036826, - 43.191242 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125679, - 43.119765 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125679, - 43.119765 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150598, - 43.083425 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150598, - 43.083425 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.927102, - 43.126733 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.927102, - 43.126733 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.025026, - 43.092978 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.025026, - 43.092978 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.153966, - 43.030095 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.855232, - 43.107958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175952, - 43.348508 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.036826, - 43.191242 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.855232, - 43.107958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.867203, - 43.124073 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.153966, - 43.030095 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175952, - 43.348508 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.867203, - 43.124073 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.982913, - 43.128743 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.813819, - 43.109906 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.84677031, - 43.11675785 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.543831, - 43.766333 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.813819, - 43.109906 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.150075, - 43.524758 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30944049, - 43.23924335 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.771902, - 43.176461 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.069992, - 43.096204 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.450228, - 43.597875 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.039215, - 43.39442 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85204, - 43.105236 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85204, - 43.105236 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.848177, - 43.116827 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.848177, - 43.116827 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.841899, - 43.117565 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.841899, - 43.117565 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.840185, - 43.111404 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.840185, - 43.111404 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.84677031, - 43.11675785 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.082015, - 43.336062 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.090382, - 43.303283 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.982913, - 43.128743 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.082015, - 43.336062 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.543831, - 43.766333 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.140912, - 43.118344 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.28863, - 43.3194 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.077222, - 43.094876 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.000823, - 43.134444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.806694, - 43.080991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.148806, - 43.047876 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.000823, - 43.134444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.945638, - 43.107935 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175739, - 43.106 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.806694, - 43.080991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.945638, - 43.107935 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8125, - 43.099783 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.149858, - 43.064793 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.070709, - 43.147958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92812, - 43.16388 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.137923, - 43.111634 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9238871, - 43.13027018 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.936084, - 43.115201 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.075492, - 43.147169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.018776, - 43.084552 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97218364, - 43.12926791 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88241, - 43.103103 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175739, - 43.106 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.077222, - 43.094876 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.140912, - 43.118344 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22004267, - 43.6266837 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125505, - 43.10854 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125505, - 43.10854 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.109689, - 43.12475 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.109689, - 43.12475 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.131286, - 43.038647 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01814, - 43.108139 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.910646, - 43.142256 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.842399, - 43.093511 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.01814, - 43.108139 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.113377, - 43.120276 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.131286, - 43.038647 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.910646, - 43.142256 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.113377, - 43.120276 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.148806, - 43.047876 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.914784, - 43.130261 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.914784, - 43.130261 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.083604, - 43.088313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.083604, - 43.088313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22004267, - 43.6266837 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.21297, - 45.791 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.21297, - 45.791 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.29294, - 45.7483 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81653, - 45.176935 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.060403, - 44.522082 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.993811, - 45.290854 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.954134, - 45.291376 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.985143, - 45.122126 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957015, - 44.972802 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9767, - 44.9891 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.27678869, - 44.5691193 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960262, - 45.229445 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.976144, - 44.989731 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819175, - 44.752224 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799172, - 44.702527 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.936933, - 45.015669 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.709302, - 44.441867 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.140972, - 44.358895 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.063022, - 44.332828 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.802167, - 44.418065 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839749, - 44.769233 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.873462, - 45.640808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.994846, - 45.322879 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.200007, - 44.697264 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0291181, - 45.2558692 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.049421, - 45.092633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918842, - 44.762521 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.893549, - 44.946232 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.898153, - 44.948826 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356327, - 44.414245 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2581, - 44.41145 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381235, - 44.486233 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.091215, - 44.711668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.062747, - 44.646529 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.133801, - 44.585658 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.934015, - 44.610178 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.859351, - 45.184396 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873418, - 45.170177 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.912101, - 44.419857 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.127572, - 44.357458 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70472835, - 44.35463006 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904457, - 44.904052 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894544, - 44.934744 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.983865, - 45.050388 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.450919, - 44.616002 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.052549, - 45.044026 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894331, - 44.93486 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.017178, - 44.730592 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.08223, - 44.3298 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.08223, - 44.3298 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.052549, - 45.044026 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.99937, - 44.9995 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894331, - 44.93486 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.017178, - 44.730592 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.99937, - 44.9995 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.859653, - 45.65551 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85806, - 45.64881 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88804, - 44.925184 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.903566, - 44.933541 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.441792, - 44.174437 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.118107, - 44.35214 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.929752, - 44.950546 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.883411, - 44.92895 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.885265, - 44.931448 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.218949, - 44.428743 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.885265, - 44.931448 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.912101, - 44.419857 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.883411, - 44.92895 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.53849131, - 44.20221446 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70472835, - 44.35463006 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872427, - 45.001602 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844279, - 45.013752 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902889, - 44.904445 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845401, - 45.067357 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.426297, - 44.378797 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.142652, - 45.194985 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.056833, - 44.71694 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.056612, - 44.714312 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87871, - 44.874 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75091764, - 44.56067532 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88637, - 44.944521 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88637, - 44.944521 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.13266647, - 44.36218458 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.13266647, - 44.36218458 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02580276, - 44.72066204 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02580276, - 44.72066204 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89511442, - 44.93115343 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07845, - 44.9669 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93998, - 44.8613 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06121, - 45.0304 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.07845, - 44.9669 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02596, - 44.9741 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89511442, - 44.93115343 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93998, - 44.8613 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.75091764, - 44.56067532 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89067, - 44.8405 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.89067, - 44.8405 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05117, - 45.0395 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.96484, - 44.9165 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05117, - 45.0395 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09518, - 44.8994 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.96484, - 44.9165 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.03997, - 45.0169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06121, - 45.0304 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.03997, - 45.0169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0923, - 45.0034 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.09518, - 44.8994 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.01835, - 44.8993 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.01835, - 44.8993 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37037, - 44.8955 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37037, - 44.8955 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0923, - 45.0034 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02596, - 44.9741 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88401, - 44.8756 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024275, - 44.727057 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0225, - 44.8715 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2494, - 45.06 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2494, - 45.06 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44251, - 45.0202 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44251, - 45.0202 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05015, - 45.0492 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04475, - 45.0434 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05134, - 45.0451 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05586, - 45.0422 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04475, - 45.0434 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04918, - 45.0448 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05015, - 45.0492 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05134, - 45.0451 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04918, - 45.0448 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.020937, - 44.72668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.041824, - 45.29267 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29092, - 45.0166 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29092, - 45.0166 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32729, - 45.0293 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92192, - 44.86594 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87871, - 44.874 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05141, - 45.0423 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05586, - 45.0422 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88401, - 44.8756 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05141, - 45.0423 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0225, - 44.8715 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92192, - 44.86594 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.32729, - 45.0293 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.41656, - 44.9687 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.41656, - 44.9687 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93832, - 44.8003 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.93832, - 44.8003 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02737, - 44.9355 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02737, - 44.9355 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.868916, - 45.645002 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.925893, - 45.564292 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838851, - 44.288371 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.319735, - 45.68719 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.412653, - 45.170807 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.439585, - 45.223157 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.607645, - 45.587038 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.020297, - 45.432277 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4705944, - 45.6513139 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992505, - 45.2996611 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.99027, - 45.371901 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.588077, - 45.368226 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585147, - 45.536575 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.47326, - 45.674127 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5698368, - 45.3500388 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.30582, - 45.557352 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.286122, - 45.55948 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.820972, - 45.241288 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22312, - 45.54915 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.598293, - 45.349774 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.6714725, - 45.5346056 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96026, - 45.57204 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410519, - 45.207744 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.255442, - 45.555121 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.255442, - 45.555121 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.870602, - 45.646947 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.868916, - 45.645002 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.859653, - 45.65551 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.897872, - 45.560258 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.946799, - 45.786238 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89316, - 45.5928 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.916712, - 45.588654 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.032985, - 45.480671 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.875031, - 45.596798 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.965906, - 45.57173 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.96026, - 45.57204 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.922962, - 45.718341 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.523008, - 45.543217 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.583329, - 45.129631 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630496, - 45.170753 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5271472, - 45.0326389 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55164676, - 45.07208481 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404874, - 45.81437 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.404874, - 45.81437 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36198, - 45.3908 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36198, - 45.3908 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.67848, - 44.757898 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24093, - 45.258479 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.671319, - 44.907212 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56859, - 44.902538 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.343487, - 45.0595127 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.887383, - 45.310644 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.636785, - 45.455873 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.076071, - 45.392746 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.6337565, - 44.9155285 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5761418, - 44.9751199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11627, - 44.98706 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77067, - 45.4387 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77067, - 45.4387 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.829775, - 45.144034 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.815538, - 45.341601 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87483, - 45.11147 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.752153, - 45.433729 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.564157, - 45.328211 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.829775, - 45.144034 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.856414, - 45.029217 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.803005, - 45.226977 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.737686, - 45.390089 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.564157, - 45.328211 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8611931, - 45.21769 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8611931, - 45.21769 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.21895, - 45.621 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.21895, - 45.621 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.01665, - 45.6128 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.01665, - 45.6128 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.85806, - 45.64881 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.868361, - 45.644002 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.117952, - 45.458288 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92185, - 45.71688 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912892, - 45.645266 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.051382, - 45.501175 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.870602, - 45.646947 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.134802, - 45.68745 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.000266, - 45.499247 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.960062, - 45.530767 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.156654, - 45.557526 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.391256, - 45.674221 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.83655, - 45.846898 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.955532, - 45.578509 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.974522, - 45.576509 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.156654, - 45.557526 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.391256, - 45.674221 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.974522, - 45.576509 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.960062, - 45.530767 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.106362, - 45.714598 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.901328, - 45.583496 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.971748, - 45.545721 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.973817, - 45.568758 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.983438, - 45.54879 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.117952, - 45.458288 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.873377, - 45.640928 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.875138, - 45.639726 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.868361, - 45.644002 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94363, - 45.561391 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.977494, - 45.572016 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9711, - 45.5471 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.390545, - 45.676146 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.388156, - 45.677082 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39107, - 45.67794 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.924012, - 45.588643 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.936632, - 45.565976 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.904766, - 45.578371 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.390545, - 45.676146 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94363, - 45.561391 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.875138, - 45.639726 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.388156, - 45.677082 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.032985, - 45.480671 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.922962, - 45.718341 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.925893, - 45.564292 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9711, - 45.5471 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.983438, - 45.54879 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.973817, - 45.568758 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.977494, - 45.572016 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.971748, - 45.545721 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.904766, - 45.578371 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.936632, - 45.565976 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.901328, - 45.583496 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.924012, - 45.588643 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.911907, - 45.562052 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.873377, - 45.640928 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.873462, - 45.640808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.965906, - 45.57173 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.875031, - 45.596798 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.946799, - 45.786238 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.000266, - 45.499247 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.39107, - 45.67794 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.955532, - 45.578509 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.887285, - 45.592874 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.134802, - 45.68745 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.92185, - 45.71688 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.887285, - 45.592874 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.051382, - 45.501175 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.916712, - 45.588654 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.83655, - 45.846898 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.106362, - 45.714598 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912892, - 45.645266 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89316, - 45.5928 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.897872, - 45.560258 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.911907, - 45.562052 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71889, - 44.486352 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.97910139, - 44.4428751 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.690794, - 46.00793 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.881278, - 45.049778 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.883293, - 45.031025 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.883293, - 45.031025 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06222, - 45.03316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06222, - 45.03316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549119, - 44.959245 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.549119, - 44.959245 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.38137544, - 45.29758934 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.902205, - 45.060964 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09876, - 45.257872 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.38137544, - 45.29758934 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.902205, - 45.060964 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.48785, - 44.86069 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.76284, - 45.07478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34412, - 45.21375 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.17263, - 45.31767 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.881278, - 45.049778 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.91745792, - 44.99766512 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.94333, - 44.99135 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12381, - 45.14355 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90733, - 45.12107 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.71035, - 45.19631 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8506602, - 45.33388671 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69669, - 45.31652 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84579, - 45.33199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90828, - 45.18615 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.23258, - 45.24424 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.03682, - 45.20158 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54074, - 45.15616 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29221, - 45.11508 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3136, - 45.34064 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96790901, - 45.0379469 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.91745792, - 44.99766512 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12381, - 45.14355 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09876, - 45.257872 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92956, - 45.0469 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.30415, - 45.06124 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.15323, - 44.90396 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29389, - 45.16762 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.515296, - 45.206547 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.27371, - 45.30199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.17263, - 45.31767 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.92956, - 45.0469 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.30415, - 45.06124 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.81171, - 45.13562 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.20076, - 45.37026 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.11404, - 45.30546 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.48785, - 44.86069 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05984, - 45.09719 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.15323, - 44.90396 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17089, - 45.2951 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.76284, - 45.07478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.34412, - 45.21375 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.85666, - 45.06895 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.515296, - 45.206547 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.387615, - 45.291636 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.20076, - 45.37026 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8785064, - 45.0295307 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.03682, - 45.20158 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.43568, - 45.1428 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17089, - 45.2951 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.05984, - 45.09719 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.85666, - 45.06895 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.11404, - 45.30546 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.631, - 45.093055 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.81171, - 45.13562 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.631, - 45.093055 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.883702, - 44.7698789 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.883702, - 44.7698789 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8785064, - 45.0295307 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.387615, - 45.291636 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96790901, - 45.0379469 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29389, - 45.16762 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.27371, - 45.30199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.89164, - 45.04276 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.24175, - 44.479972 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00661, - 44.7284 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.89792, - 44.7303 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.632694, - 44.7145 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.267563, - 44.681074 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.215867, - 44.463088 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2569, - 44.6352 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2569, - 44.6352 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35146, - 44.808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.35146, - 44.808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58457, - 44.8214 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.00661, - 44.7284 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.66594299, - 45.166995 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.61752, - 45.151355 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.835527, - 45.0643 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.23633, - 44.393373 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.267563, - 44.681074 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.662959, - 44.706977 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.89792, - 44.7303 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.254712, - 44.298979 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765732, - 44.941794 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64776, - 44.8977 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71452, - 45.2187 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.155203, - 44.366488 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.870804, - 44.932387 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.201782, - 44.373635 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2218, - 44.6758 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.695439, - 45.066154 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.685681, - 44.552929 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.682286, - 44.550008 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2218, - 44.6758 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.625376, - 45.085456 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64776, - 44.8977 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.704728, - 44.588025 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.255207, - 44.482199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.418393, - 44.539131 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.94333, - 44.99135 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.397295, - 44.626255 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.382688, - 44.599646 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.445178, - 44.652523 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.418393, - 44.539131 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6887, - 44.484416 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.42219, - 44.9065 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.42219, - 44.9065 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.97075, - 44.8031 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10358, - 44.7779 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.10358, - 44.7779 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.97075, - 44.8031 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.579153, - 44.726121 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.579153, - 44.726121 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31931, - 45.40492 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.87728, - 45.04768 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.43568, - 45.1428 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.341696, - 44.597907 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07317, - 44.5323 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22643, - 44.7905 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.662959, - 44.706977 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06294, - 44.8161 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06294, - 44.8161 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.341696, - 44.597907 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.382688, - 44.599646 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.392542, - 44.62086 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.632694, - 44.7145 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.392542, - 44.62086 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.386888, - 44.620794 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.397295, - 44.626255 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58457, - 44.8214 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.629389, - 44.503 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.625431, - 44.438699 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07317, - 44.5323 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.387469, - 44.619624 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.89164, - 45.04276 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.71035, - 45.19631 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82037, - 44.51525 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.133801, - 44.585658 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845401, - 45.067357 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.921365, - 45.018041 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844279, - 45.013752 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.53849131, - 44.20221446 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.426297, - 44.378797 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.983865, - 45.050388 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.441792, - 44.174437 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83665, - 45.0711 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.056833, - 44.71694 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83665, - 45.0711 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83665, - 45.0711 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.142652, - 45.194985 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.200007, - 44.697264 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0291181, - 45.2558692 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.049421, - 45.092633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872427, - 45.001602 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381235, - 44.486233 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.23258, - 45.24424 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.091215, - 44.711668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.873418, - 45.170177 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.957015, - 44.972802 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.450919, - 44.616002 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.27678869, - 44.5691193 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.960262, - 45.229445 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.936933, - 45.015669 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.709302, - 44.441867 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9767, - 44.9891 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.976144, - 44.989731 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902889, - 44.904445 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.893549, - 44.946232 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.898153, - 44.948826 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.356327, - 44.414245 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2581, - 44.41145 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.934015, - 44.610178 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.024275, - 44.727057 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.056612, - 44.714312 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.062747, - 44.646529 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918842, - 44.762521 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.085042, - 45.080627 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71889, - 44.486352 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82037, - 44.51525 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799586, - 44.541316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872588, - 44.642778 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.085042, - 45.080627 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781791, - 44.649576 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.69954, - 44.377282 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70697, - 44.666304 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.703235, - 44.376507 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.698986, - 44.372311 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.930583, - 44.285472 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.866178, - 44.337725 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.921365, - 45.018041 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828305, - 44.24526 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.97910139, - 44.4428751 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.930583, - 44.285472 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828305, - 44.24526 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.703235, - 44.376507 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.760774, - 44.532597 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83665, - 45.0711 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.020937, - 44.72668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.760774, - 44.532597 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.820926, - 45.119321 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.872588, - 44.642778 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781791, - 44.649576 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838851, - 44.288371 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799586, - 44.541316 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70697, - 44.666304 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.820926, - 45.119321 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.698986, - 44.372311 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.69954, - 44.377282 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.866178, - 44.337725 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.859351, - 45.184396 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.802167, - 44.418065 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.81653, - 45.176935 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.929752, - 44.950546 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.744417, - 44.556301 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.190152, - 44.23775 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.401908, - 44.712392 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9333, - 44.5448 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.277503, - 44.277843 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.274113, - 44.273155 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.372968, - 44.751122 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.993811, - 45.290854 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.954134, - 45.291376 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.041824, - 45.29267 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.994846, - 45.322879 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.747654, - 44.549544 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.756491, - 44.556028 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.751107, - 44.561668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.367919, - 44.75614 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.849828, - 44.894145 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.122835, - 45.144505 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.386839, - 45.294012 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.29221, - 45.11508 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84579, - 45.33199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69669, - 45.31652 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.54074, - 45.15616 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31931, - 45.40492 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3136, - 45.34064 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90828, - 45.18615 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8506602, - 45.33388671 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.886055, - 45.040595 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.90733, - 45.12107 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.87728, - 45.04768 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.886055, - 45.040595 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.122835, - 45.144505 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.386839, - 45.294012 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.849828, - 44.894145 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.127572, - 44.357458 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.063022, - 44.332828 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799172, - 44.702527 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.140972, - 44.358895 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.763941, - 44.345787 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813139, - 45.295163 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85676, - 44.36141 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.747654, - 44.549544 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.744417, - 44.556301 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.751107, - 44.561668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.756491, - 44.556028 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.277503, - 44.277843 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9333, - 44.5448 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.190152, - 44.23775 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.274113, - 44.273155 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.790972, - 44.33132 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.985143, - 45.122126 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.839749, - 44.769233 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.819175, - 44.752224 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.769987, - 44.347337 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.401908, - 44.712392 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.372968, - 44.751122 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.886768, - 45.272129 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88804, - 44.925184 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.903566, - 44.933541 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.904457, - 44.904052 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894544, - 44.934744 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85676, - 44.36141 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.769987, - 44.347337 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813139, - 45.295163 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.886768, - 45.272129 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.218949, - 44.428743 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.118107, - 44.35214 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.763941, - 44.345787 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.790972, - 44.33132 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.060403, - 44.522082 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.367919, - 44.75614 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.11627, - 44.98706 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79927, - 45.37 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.79927, - 45.37 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1807817, - 45.4033238 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.263238, - 45.396748 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.829734, - 44.856094 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2404883, - 45.5004988 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2630078, - 45.5076733 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.337093, - 45.4352175 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.31678503, - 45.42282428 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4946901, - 45.2692689 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.336845, - 45.444849 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.123665, - 46.037983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.042694, - 46.03628 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.062721, - 46.086751 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.896588, - 46.102351 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09246, - 46.02658 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0583, - 46.0247 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.18384, - 45.81856 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2511196, - 45.4093142 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3225519, - 45.4243932 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.21674, - 45.52367 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3217772, - 45.4331486 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4257236, - 45.4753254 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2812527, - 45.3958253 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.941872, - 45.389256 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3721251, - 45.4856699 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.177878, - 45.887058 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0714987, - 45.596007 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09246, - 46.02658 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.896588, - 46.102351 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3948511, - 45.2825753 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.376203, - 45.35628 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1677001, - 45.4980481 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.082572, - 45.607143 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0607641, - 45.6073765 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2160722, - 45.989587 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2564165, - 45.4467313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.18384, - 45.81856 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.943568, - 46.189248 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.930498, - 46.122926 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9147214, - 46.06752154 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3948511, - 45.2825753 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.376203, - 45.35628 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2160722, - 45.989587 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.177878, - 45.887058 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0607641, - 45.6073765 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.941872, - 45.389256 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.082572, - 45.607143 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3342453, - 45.4473008 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.943568, - 46.189248 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0583, - 46.0247 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.930498, - 46.122926 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9147214, - 46.06752154 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.27747, - 45.5613 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.27747, - 45.5613 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.346184, - 46.165401 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1677001, - 45.4980481 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.123665, - 46.037983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.042694, - 46.03628 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3225519, - 45.4243932 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2630078, - 45.5076733 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2564165, - 45.4467313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3217772, - 45.4331486 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.263238, - 45.396748 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1807817, - 45.4033238 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2511196, - 45.4093142 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1742548, - 46.1581686 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3721251, - 45.4856699 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2404883, - 45.5004988 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4946901, - 45.2692689 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.337093, - 45.4352175 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.316785035, - 45.42282428 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.062721, - 46.086751 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0714987, - 45.596007 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3367866, - 45.7928662 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.064615, - 45.424436 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.336845, - 45.444849 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64742, - 45.4794 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4352, - 45.48154 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4352, - 45.48154 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.54026293, - 45.48570475 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.54026293, - 45.48570475 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.57513, - 45.4842 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.57513, - 45.4842 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.53528, - 45.5561 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.53528, - 45.5561 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3640911, - 45.4050209 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.273447, - 45.759568 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0045021, - 45.7456111 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5162605, - 45.4165342 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5695, - 45.50397 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5695, - 45.50397 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.446987, - 45.4098072 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4499632, - 45.4877239 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.273447, - 45.759568 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39409, - 45.6384 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.56981, - 45.5055 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.56981, - 45.5055 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.43933, - 45.5482 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22096, - 45.7446 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.43933, - 45.5482 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58146, - 45.5135 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58146, - 45.5135 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4370403, - 45.4878958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39409, - 45.6384 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22096, - 45.7446 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5162605, - 45.4165342 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0045021, - 45.7456111 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3666899, - 45.402132 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3640911, - 45.4050209 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.446987, - 45.4098072 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3666899, - 45.402132 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64742, - 45.4794 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3342453, - 45.4473008 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.31657, - 45.5921 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3141025, - 45.5019921 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.208527, - 45.9483507 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5414507, - 45.5229189 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4499632, - 45.4877239 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4370403, - 45.4878958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.064615, - 45.424436 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3367866, - 45.7928662 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4257236, - 45.4753254 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.184682, - 45.538959 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.353032, - 45.467506 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3524202, - 45.466474 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.266084, - 45.389132 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3141025, - 45.5019921 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.208527, - 45.9483507 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5414507, - 45.5229189 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.266084, - 45.389132 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3524202, - 45.466474 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.353032, - 45.467506 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5950883, - 45.5447567 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.31657, - 45.5921 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.25891, - 45.6466 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.25891, - 45.6466 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.48614, - 45.5451 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.48614, - 45.5451 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5950883, - 45.5447567 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58422, - 45.5495 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.184682, - 45.538959 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58422, - 45.5495 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58589, - 45.5341 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.58589, - 45.5341 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37529, - 45.5323 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37529, - 45.5323 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.2812527, - 45.3958253 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.21674, - 45.52367 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07645891, - 46.0379016 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.18387, - 45.6147 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091, - 45.9208 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12351, - 45.9356 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31168, - 46.0665 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.48578, - 46.0536 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.48578, - 46.0536 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10162, - 45.888 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10162, - 45.888 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31168, - 46.0665 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1334, - 45.9036 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14695, - 45.905 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14695, - 45.905 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12208, - 45.8991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12208, - 45.8991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1334, - 45.9036 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16885, - 45.9328 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.106581, - 45.907333 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.091, - 45.9208 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10387, - 45.9076 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07645891, - 46.0379016 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12351, - 45.9356 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.54229116, - 46.08405685 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.202025, - 45.827454 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.190705, - 45.950926 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1387291, - 45.9450798 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.164, - 45.97767 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22051, - 45.7762 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.619782, - 45.863918 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.619782, - 45.863918 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22051, - 45.7762 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.190705, - 45.950926 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8643, - 46.0609 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8643, - 46.0609 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073676, - 46.142809 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09082, - 45.9141 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09082, - 45.9141 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.106581, - 45.907333 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10387, - 45.9076 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16885, - 45.9328 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09858, - 45.904 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98003, - 46.0461 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06426, - 45.9217 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06426, - 45.9217 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30504, - 46.0719 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16202, - 45.8321 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.37506, - 46.0577 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.37506, - 46.0577 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94833, - 45.8606 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94833, - 45.8606 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16202, - 45.8321 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.690794, - 46.00793 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.431687, - 45.905947 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.431687, - 45.905947 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.690794, - 46.00793 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.690794, - 46.00793 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30504, - 46.0719 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94101, - 45.8664 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94101, - 45.8664 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.37743, - 46.0731 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09858, - 45.904 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98003, - 46.0461 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30372, - 46.0682 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14032, - 45.8646 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14032, - 45.8646 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.37743, - 46.0731 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30372, - 46.0682 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17526, - 45.8808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08326, - 45.8626 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.21571, - 45.8393 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.21571, - 45.8393 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09711, - 45.88625 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.08326, - 45.8626 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17526, - 45.8808 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.646246, - 45.93089 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3533415, - 46.1632497 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1362, - 45.8924 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.619913, - 45.863904 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94768024, - 45.86309439 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.639805, - 46.025563 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867324, - 45.924709 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867324, - 45.924709 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867324, - 45.924709 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867324, - 45.924709 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867324, - 45.924709 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13133, - 45.90478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13133, - 45.90478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867324, - 45.924709 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.424995, - 45.906059 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84055, - 46.25796 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84055, - 46.25796 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03918, - 45.9612 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.406002, - 46.077103 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.621296, - 45.860103 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.369798, - 46.266546 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06467, - 46.04125 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22777, - 45.74238 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22777, - 45.74238 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.071406, - 46.033345 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.071406, - 46.033345 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.346184, - 46.165401 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06467, - 46.04125 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.083534, - 45.918435 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.369798, - 46.266546 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867324, - 45.924709 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867324, - 45.924709 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.083534, - 45.918435 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.867324, - 45.924709 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14202, - 45.91962 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14202, - 45.91962 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03261, - 45.9713 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1362, - 45.8924 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03261, - 45.9713 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1013174, - 46.0946733 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.54797, - 46.0643 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.54797, - 46.0643 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09085, - 45.9378 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10531, - 45.9397 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.10531, - 45.9397 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09085, - 45.9378 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.87171266, - 45.91714084 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57371, - 46.39752 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57371, - 46.39752 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57371, - 46.39752 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.164, - 45.97767 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3533415, - 46.1632497 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.646246, - 45.93089 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.54229116, - 46.08405685 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.202025, - 45.827454 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03918, - 45.9612 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1387291, - 45.9450798 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2688, - 46.13461 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57371, - 46.39752 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.27012, - 46.13779 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.26369449, - 46.117427 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5491808, - 46.0568649 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09711, - 45.88625 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50848, - 46.08869 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50392, - 46.09152 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.069028, - 46.047472 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.069028, - 46.047472 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.048321, - 46.070421 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85669, - 45.3394 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.598293, - 45.349774 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5698368, - 45.3500388 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1450261, - 45.6165465 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1450261, - 45.6165465 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.588077, - 45.368226 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90845, - 44.90066 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.070816, - 45.094943 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.744811, - 44.960441 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.476562, - 45.485728 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.476072, - 45.385062 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.42419, - 45.443313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75416, - 44.81704 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.702787, - 44.970991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.362579, - 45.639335 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.63757, - 45.2958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85669, - 45.3394 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.585147, - 45.536575 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.234739, - 46.032035 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84452, - 45.5589 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.744811, - 44.960441 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.476562, - 45.485728 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75416, - 44.81704 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.42419, - 45.443313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.90845, - 44.90066 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.420295, - 45.39962 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3891472, - 45.4907722 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.070816, - 45.094943 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.362579, - 45.639335 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.90136, - 45.4203 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.90136, - 45.4203 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.607645, - 45.587038 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84452, - 45.5589 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.00383028, - 45.5539001 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.00383028, - 45.5539001 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.63757, - 45.2958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.544305, - 45.173596 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.248005, - 45.100607 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.513731, - 45.428405 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.08628, - 45.6679 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.587042, - 45.366279 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.587042, - 45.366279 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.410519, - 45.207744 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.412653, - 45.170807 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.523008, - 45.543217 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.6714725, - 45.5346056 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16562, - 45.3936 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16562, - 45.3936 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9175, - 45.5281 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.34407, - 45.3407 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1867, - 45.73356 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1867, - 45.73356 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.27874, - 45.59071 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.27874, - 45.59071 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.08628, - 45.6679 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.076071, - 45.392746 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.636785, - 45.455873 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.476072, - 45.385062 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12483, - 45.013227 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.47326, - 45.674127 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.887383, - 45.310644 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.671319, - 44.907212 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56859, - 44.902538 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.343487, - 45.0595127 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3891472, - 45.4907722 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5761418, - 44.9751199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.420295, - 45.39962 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.6337565, - 44.9155285 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992505, - 45.2996611 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.020297, - 45.432277 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4705944, - 45.6513139 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.99027, - 45.371901 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.544305, - 45.173596 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0308339, - 45.0527698 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0308339, - 45.0527698 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.048525, - 45.376141 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4828056, - 45.2955083 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.67848, - 44.757898 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24093, - 45.258479 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.881739, - 45.283485 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.622193, - 44.826436 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.853393, - 45.415628 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.048525, - 45.376141 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.947731, - 44.817169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976983, - 44.8587405 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.398483, - 45.5444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.504107, - 45.609835 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.527525, - 45.1274889 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.41652, - 45.581692 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.077811, - 45.056067 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.077811, - 45.056067 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.775626, - 45.020777 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.932438, - 45.252998 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.538613, - 45.279523 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.964939, - 45.271113 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.18387, - 45.6147 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06886, - 45.08731 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06886, - 45.08731 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.888787, - 45.238327 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.326985, - 45.117174 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8679, - 45.270236 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.778528, - 44.95151 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.583329, - 45.129631 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03748, - 45.127339 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.218808, - 45.174304 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.503642, - 45.350166 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.630496, - 45.170753 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.902, - 45.0906 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.55164676, - 45.07208481 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4431, - 45.562975 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.503642, - 45.350166 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12483, - 45.013227 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.778528, - 44.95151 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.286122, - 45.55948 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5271472, - 45.0326389 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22312, - 45.54915 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.30582, - 45.557352 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.947731, - 44.817169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976983, - 44.8587405 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.504107, - 45.609835 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4431, - 45.562975 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.752153, - 45.433729 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.815538, - 45.341601 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.853393, - 45.415628 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87483, - 45.11147 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.513731, - 45.428405 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.248005, - 45.100607 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.702787, - 44.970991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.856414, - 45.029217 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.737686, - 45.390089 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.820972, - 45.241288 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4828056, - 45.2955083 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.326985, - 45.117174 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.218808, - 45.174304 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.41652, - 45.581692 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.398483, - 45.5444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03748, - 45.127339 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.527525, - 45.1274889 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.538613, - 45.279523 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.803005, - 45.226977 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.902, - 45.0906 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.775626, - 45.020777 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.964939, - 45.271113 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.888787, - 45.238327 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.932438, - 45.252998 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.8679, - 45.270236 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.439585, - 45.223157 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25441, - 45.759 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06444, - 45.09059 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.925942, - 46.051708 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.067559, - 46.036543 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08037845, - 46.05971964 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0408092, - 46.0282332 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.002576, - 46.051967 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0503929, - 46.0302958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0535, - 46.034167 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.03728, - 45.996498 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.072804, - 46.036429 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0350391, - 46.0434068 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.87573188, - 46.17604575 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9309, - 46.052042 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.076384, - 46.045465 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.079701, - 46.036818 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.082342, - 46.042776 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.052708, - 46.046313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.085646, - 46.029813 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.086384, - 46.080367 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.060917, - 45.999397 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0747703, - 46.0414962 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97673, - 45.3424 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97673, - 45.3424 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0631344, - 46.0376702 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0672642, - 46.0330277 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08614, - 46.025338 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06897568, - 46.07763561 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0664465, - 46.0285599 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0964775, - 46.0296215 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.071512, - 46.045819 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.097078, - 45.990188 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0728184, - 46.0344539 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057257, - 46.0384893 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0729027, - 46.03897 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.059, - 46.0325625 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.931463, - 46.031274 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.097078, - 45.990188 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.812742, - 45.221615 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.060917, - 45.999397 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0964775, - 46.0296215 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.931463, - 46.031274 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0672642, - 46.0330277 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.072804, - 46.036429 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.925942, - 46.051708 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.87573188, - 46.17604575 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.06897568, - 46.07763561 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0747703, - 46.0414962 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0631344, - 46.0376702 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0664465, - 46.0285599 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.071512, - 46.045819 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.079701, - 46.036818 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.076384, - 46.045465 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.048321, - 46.070421 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.234739, - 46.032035 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.085646, - 46.029813 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.9309, - 46.052042 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.052708, - 46.046313 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0503929, - 46.0302958 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057257, - 46.0384893 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08614, - 46.025338 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0729027, - 46.03897 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.086384, - 46.080367 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0728184, - 46.0344539 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.059, - 46.0325625 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.03728, - 45.996498 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.082342, - 46.042776 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.08037845, - 46.05971964 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0350391, - 46.0434068 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0408092, - 46.0282332 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0535, - 46.034167 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.067559, - 46.036543 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.002576, - 46.051967 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.812742, - 45.221615 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16856, - 45.7503 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91129, - 45.5053 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.00648, - 45.4409 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80409, - 45.3499 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22137, - 45.7563 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80409, - 45.3499 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.33732, - 45.8525 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.33732, - 45.8525 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05698, - 45.3391 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16758, - 45.6793 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16758, - 45.6793 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05698, - 45.3391 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19798, - 45.7681 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24647, - 45.7252 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24647, - 45.7252 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22137, - 45.7563 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.14015, - 45.4975 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.14015, - 45.4975 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.19798, - 45.7681 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.622193, - 44.826436 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26696, - 45.3291 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76984, - 45.3191 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25441, - 45.759 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.01369, - 45.5054 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9175, - 45.5281 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06444, - 45.09059 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.01369, - 45.5054 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06389, - 45.6309 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.319735, - 45.68719 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26696, - 45.3291 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06389, - 45.6309 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80239, - 45.3621 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91129, - 45.5053 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76984, - 45.3191 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80239, - 45.3621 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.881739, - 45.283485 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.34407, - 45.3407 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26067, - 45.3918 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83469, - 45.473 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.26067, - 45.3918 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03424, - 45.0555 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86115, - 44.8644 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.54047, - 45.6267 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.6381, - 44.7888 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24054, - 45.59485 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24054, - 45.59485 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29093, - 45.4559 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.29093, - 45.4559 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31921, - 45.1552 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31921, - 45.1552 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.155459, - 45.613229 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.155459, - 45.613229 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03424, - 45.0555 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.16856, - 45.7503 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83469, - 45.473 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.54047, - 45.6267 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59367, - 45.3633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.6381, - 44.7888 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2770589, - 45.5937983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.00648, - 45.4409 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77447, - 45.3964 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77447, - 45.3964 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.12667, - 45.6934 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.276082, - 45.58996 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.12667, - 45.6934 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12483, - 45.010306 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86115, - 44.8644 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.067759, - 45.09145 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.276082, - 45.58996 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.067759, - 45.09145 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2770589, - 45.5937983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12483, - 45.010306 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.59367, - 45.3633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1298, - 43.1062 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1742548, - 46.1581686 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.016902, - 43.124845 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.784201, - 43.835102 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.238784, - 44.090763 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81235, - 43.9489 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81235, - 43.9489 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7499732, - 43.8109723 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09219, - 43.8167 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.09219, - 43.8167 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.34313, - 43.7805 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5085, - 43.9672 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94514, - 44.1987 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.805136, - 43.829352 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7837, - 43.83019 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.796637, - 43.83 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78056, - 43.83339 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.858366, - 44.266426 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992738, - 44.074343 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.626622, - 44.241315 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94514, - 44.1987 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.230547, - 44.09287 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12718, - 43.8627 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7499732, - 43.8109723 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98638, - 43.8365 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.66765, - 43.9654 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62843, - 44.0379 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5692, - 44.290693 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.66765, - 43.9654 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.54716, - 44.0824 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.717422, - 43.909233 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35781, - 44.3521 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13566, - 44.0327 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.805136, - 43.829352 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.890822, - 43.927252 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88646, - 43.7569 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.735105, - 44.419531 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.918223, - 43.917451 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23938, - 44.094728 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.13566, - 44.0327 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.765247, - 43.786687 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12718, - 43.8627 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.680762, - 44.374162 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.60302, - 44.3699 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7837, - 43.83019 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.60302, - 44.3699 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02821, - 44.3425 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.60693, - 44.171957 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.34313, - 43.7805 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.038995, - 43.698242 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.60693, - 44.171957 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.717422, - 43.909233 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15186, - 43.7592 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3296, - 46.56562 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1959, - 46.10168 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41637, - 46.12908 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41637, - 46.12908 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3296, - 46.56562 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32408, - 46.5712 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.396184, - 46.127122 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.02821, - 44.3425 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.858366, - 44.266426 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.009624, - 44.095176 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.038995, - 43.698242 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.842387, - 43.876715 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23938, - 44.094728 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.842387, - 43.876715 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78056, - 43.83339 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78116, - 44.043 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78116, - 44.043 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.784201, - 43.835102 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31201, - 44.3711 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.992738, - 44.074343 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.31201, - 44.3711 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.009624, - 44.095176 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.230547, - 44.09287 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.765247, - 43.786687 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5085, - 43.9672 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.238784, - 44.090763 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.15186, - 43.7592 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.98638, - 43.8365 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.680762, - 44.374162 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32408, - 46.5712 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18529, - 44.0759 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.95677, - 44.0431 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.95677, - 44.0431 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.651513, - 44.38584 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78727, - 43.83218 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81066, - 43.9488 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.81066, - 43.9488 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.18529, - 44.0759 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.78727, - 43.83218 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88641, - 43.75702 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.651513, - 44.38584 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94565, - 44.1913 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88641, - 43.75702 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.94565, - 44.1913 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43503, - 44.4282 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.43503, - 44.4282 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.591744, - 43.855664 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.515089, - 43.846434 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.515089, - 43.846434 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22201, - 43.8438 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.57977, - 44.987 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.59495, - 44.7351 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.59495, - 44.7351 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70596, - 45.2618 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.40901, - 44.6124 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70596, - 45.2618 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.42441, - 44.9059 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.57977, - 44.987 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.11127, - 44.6663 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.79858, - 43.817 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.11127, - 44.6663 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.42441, - 44.9059 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76676, - 45.317 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64673, - 44.3671 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.76676, - 45.317 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.64673, - 44.3671 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.79858, - 43.817 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97563, - 44.03 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.013327, - 44.11129 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62843, - 44.0379 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.88646, - 43.7569 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.764642, - 43.93593 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.626622, - 44.241315 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.591744, - 43.855664 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19651, - 43.9959 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.19651, - 43.9959 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.781649, - 43.959465 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62872, - 44.18199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.29439297, - 44.4571429 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.149061, - 44.1495 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.29439297, - 44.4571429 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.37018, - 43.954 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.37018, - 43.954 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30695, - 44.1607 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.30695, - 44.1607 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5692, - 44.290693 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.54716, - 44.0824 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.013327, - 44.11129 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.890822, - 43.927252 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97563, - 44.03 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.601126, - 44.370105 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22201, - 43.8438 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.149061, - 44.1495 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.77988, - 43.95895 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.796637, - 43.83 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.654159, - 44.387667 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.77988, - 43.95895 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.764642, - 43.93593 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62872, - 44.18199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.601126, - 44.370105 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.781649, - 43.959465 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35087674, - 44.41307066 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35781, - 44.3521 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.654159, - 44.387667 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.35087674, - 44.41307066 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.918223, - 43.917451 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.735105, - 44.419531 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.68414, - 46.5176 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.68414, - 46.5176 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12818, - 44.4053 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60561, - 46.3301 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74365, - 46.2869 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59832, - 46.3444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59689, - 46.3511 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.55699, - 46.3273 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.55699, - 46.3273 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59832, - 46.3444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5904, - 46.3149 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60561, - 46.3301 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40415, - 46.3128 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53289, - 46.3619 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53289, - 46.3619 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5904, - 46.3149 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59689, - 46.3511 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2886, - 46.30993 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.34381, - 46.54197 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.34381, - 46.54197 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.74365, - 46.2869 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43955, - 46.1385 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42901, - 46.12431 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0522, - 46.5833 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60975, - 46.3396 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.95552, - 46.3171 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32884, - 46.5618 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.95552, - 46.3171 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60423, - 46.3414 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60423, - 46.3414 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05179, - 46.4088 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0522, - 46.5833 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26319, - 46.471 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27081, - 46.1884 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81824, - 46.6173 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.27081, - 46.1884 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26319, - 46.471 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66512, - 46.07 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.05179, - 46.4088 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36633, - 46.4392 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42901, - 46.12431 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2886, - 46.30993 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9377, - 46.7277 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.85832, - 46.3964 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4349, - 46.1247 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63455, - 46.1667 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63455, - 46.1667 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36337, - 46.5535 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.66032, - 46.2883 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.66032, - 46.2883 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59894, - 46.3386 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.85832, - 46.3964 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42184, - 46.1217 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.59894, - 46.3386 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36337, - 46.5535 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35443, - 46.5653 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.35443, - 46.5653 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62275452, - 44.88128484 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62275452, - 44.88128484 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0406, - 43.1488 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40415, - 46.3128 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4349, - 46.1247 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61675, - 46.3457 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.426512, - 46.130601 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.96364, - 46.468 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.478734, - 46.37378 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.478734, - 46.37378 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45557, - 46.1327 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45557, - 46.1327 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.96364, - 46.468 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.426512, - 46.130601 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41922, - 46.1225 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43013, - 46.1272 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42649, - 46.1252 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41621, - 46.1332 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41621, - 46.1332 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42649, - 46.1252 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41922, - 46.1225 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43013, - 46.1272 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42184, - 46.1217 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9377, - 46.7277 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60412, - 46.3478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29217, - 46.3067 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.61675, - 46.3457 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08009, - 46.1985 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40917, - 46.1171 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08009, - 46.1985 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33517, - 46.5676 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.33517, - 46.5676 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43213, - 46.4653 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3335, - 46.571 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4438, - 46.0992 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40917, - 46.1171 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12541, - 46.4799 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36633, - 46.4392 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3274, - 46.5668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58477, - 46.3787 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58477, - 46.3787 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43331, - 46.2018 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.12541, - 46.4799 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3335, - 46.571 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40602, - 46.1215 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3389, - 46.5633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61178, - 46.2463 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.29217, - 46.3067 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.396184, - 46.127122 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36124, - 46.5062 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1959, - 46.10168 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58477, - 46.3787 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58477, - 46.3787 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.61178, - 46.2463 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83132, - 46.474 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.40602, - 46.1215 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.36124, - 46.5062 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69498, - 46.7056 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.83132, - 46.474 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.96782, - 46.3251 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.96782, - 46.3251 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69498, - 46.7056 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43213, - 46.4653 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.51176, - 46.2593 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3274, - 46.5668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60975, - 46.3396 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08854, - 46.1169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.66512, - 46.07 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15781, - 46.2407 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.79649, - 46.3502 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42969, - 46.1548 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1982, - 46.1023 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.59224, - 46.3816 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1982, - 46.1023 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08854, - 46.1169 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.15781, - 46.2407 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43955, - 46.1385 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64484, - 46.2505 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42969, - 46.1548 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.59224, - 46.3816 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45461, - 46.1344 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.45461, - 46.1344 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60412, - 46.3478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81824, - 46.6173 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.55099, - 46.6098 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.46515, - 46.0671 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4438, - 46.0992 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.46515, - 46.0671 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43331, - 46.2018 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3389, - 46.5633 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19333, - 46.5335 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60819, - 46.5343 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.60819, - 46.5343 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.19333, - 46.5335 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.51176, - 46.2593 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31194, - 46.1086 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30928, - 46.5868 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.30928, - 46.5868 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.32884, - 46.5618 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.64484, - 46.2505 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.79649, - 46.3502 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.55099, - 46.6098 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.31194, - 46.1086 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38994, - 44.4063 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70591, - 45.257324 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38994, - 44.4063 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.222468, - 43.846039 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.927429, - 43.075068 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03717, - 43.142403 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03717, - 43.142403 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.21490165, - 44.08017094 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9435, - 44.195232 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9435, - 44.195232 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.21490165, - 44.08017094 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.222468, - 43.846039 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.708931, - 43.181444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.231455, - 44.091577 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.231455, - 44.091577 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.385347, - 45.290997 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.879068, - 45.046877 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.879068, - 45.046877 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17285285, - 45.29281583 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.17285285, - 45.29281583 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.907343, - 43.071083 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.935913, - 43.636472 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.13972955, - 44.35821959 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.704812, - 43.185573 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86157, - 43.288929 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.805145, - 43.075105 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.811991, - 43.09991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.644595, - 43.501255 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.708931, - 43.181444 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691177, - 43.342474 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.634532, - 43.442627 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976662, - 43.33822 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9177624, - 43.4124305 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.627985, - 43.723321 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.125282, - 43.340772 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.851185, - 43.393343 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636401, - 43.444287 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.442335, - 43.760432 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.960407, - 43.597668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.889052, - 43.128623 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.385347, - 45.290997 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.13972955, - 44.35821959 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.811745, - 43.112475 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9321824, - 46.10196059 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.357859, - 45.852431 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.357859, - 45.852431 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035542, - 45.985625 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0650575, - 45.60489804 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0650575, - 45.60489804 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.417705, - 45.340454 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.417705, - 45.340454 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.333852, - 46.316175 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23269785, - 45.62297234 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.616385, - 45.857483 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.333852, - 46.316175 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.616385, - 45.857483 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9321824, - 46.10196059 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.78992, - 46.23258 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.78992, - 46.23258 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12474, - 45.91174 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.035542, - 45.985625 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23269785, - 45.62297234 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88973581, - 44.92944338 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.904066, - 45.672011 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74897911, - 44.55730613 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74897911, - 44.55730613 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.88973581, - 44.92944338 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.904066, - 45.672011 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.911434, - 45.689927 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.911434, - 45.689927 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.631899, - 45.598443 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.631899, - 45.598443 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0676798, - 45.0914135 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.27552, - 45.588987 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.278273, - 45.584676 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.278273, - 45.584676 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.27552, - 45.588987 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31861937, - 45.15396959 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31861937, - 45.15396959 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0676798, - 45.0914135 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.862383, - 43.29057 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03984, - 43.191311 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.929132, - 43.120398 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.932443, - 43.130591 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.072311, - 43.439098 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.898863, - 43.078878 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.993895, - 43.131758 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.233294, - 43.562956 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.932108, - 43.11232 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.932108, - 43.11232 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.93622, - 43.127107 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.233225, - 43.562878 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.943407, - 43.1085 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.811745, - 43.112475 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.03984, - 43.191311 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.811991, - 43.09991 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.805145, - 43.075105 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.040289, - 43.191434 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.426889, - 43.453845 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.304044, - 43.450901 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.827597, - 43.109013 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97480134, - 43.12893153 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.027701, - 43.207992 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.926085, - 43.177244 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0406, - 43.1488 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.40901, - 44.6124 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1298, - 43.1062 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0778, - 43.1476 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.016902, - 43.124845 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.482466, - 43.610596 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.993895, - 43.131758 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.898863, - 43.078878 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.952178, - 43.107303 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.926085, - 43.177244 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.895401, - 43.143787 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.895401, - 43.143787 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.983741, - 43.137653 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.983741, - 43.137653 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.97480134, - 43.12893153 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.943407, - 43.1085 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.006072, - 43.196785 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.233225, - 43.562878 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.040289, - 43.191434 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.884482, - 43.101577 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9177624, - 43.4124305 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.23577, - 43.135207 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.361105, - 43.490803 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.442335, - 43.760432 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.960407, - 43.597668 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.806379, - 43.117049 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.801015, - 43.120048 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89433, - 43.080577 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.925816, - 43.12512 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.006072, - 43.196785 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.910463, - 43.128749 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.938863, - 43.126242 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.304044, - 43.450901 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.925816, - 43.12512 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.027701, - 43.207992 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.426889, - 43.453845 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.910463, - 43.128749 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.889052, - 43.128623 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.801015, - 43.120048 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.463953, - 43.208338 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.694532, - 43.166973 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.858855, - 43.452337 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.806379, - 43.117049 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.86157, - 43.288929 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.862383, - 43.29057 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.89433, - 43.080577 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.884482, - 43.101577 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.765235, - 43.617906 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.938863, - 43.126242 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.316517, - 43.3927 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.357913, - 43.314384 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.121209, - 43.473247 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.012054, - 43.311571 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.013545, - 43.308971 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.566681, - 43.470632 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.785255, - 43.371555 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.12474, - 45.91174 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.827597, - 43.109013 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.751882, - 43.133481 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.674702, - 45.244738 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.399957, - 44.351686 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.445178, - 44.652523 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.386888, - 44.620794 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36312, - 44.563802 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.501929, - 44.558368 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.451231, - 44.555261 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856624, - 44.94513 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.291861, - 44.538528 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83965, - 44.94409 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.670735, - 45.241713 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.574741, - 44.720654 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.598438, - 44.734181 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.325842, - 44.537509 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.342456, - 44.453956 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.848103, - 44.960719 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343681, - 44.424621 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.41797, - 44.447861 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.366008, - 44.345122 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.299883, - 44.426088 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70591, - 45.257324 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.598804, - 44.736443 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39753, - 44.406231 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.387469, - 44.619624 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.613528, - 44.30425 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.254712, - 44.298979 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.155203, - 44.366488 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.201782, - 44.373635 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765732, - 44.941794 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.413857, - 44.31816 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.870804, - 44.932387 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.365731, - 44.665798 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.553613, - 45.202235 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.358827, - 44.719448 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.883509, - 44.935071 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.534039, - 45.119859 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39753, - 44.406231 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.307057, - 44.447701 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71452, - 45.2187 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.623651, - 44.735891 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.682286, - 44.550008 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.255207, - 44.482199 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.24175, - 44.479972 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.695439, - 45.066154 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.625376, - 45.085456 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.704728, - 44.588025 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39372, - 45.0099 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39372, - 45.0099 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12818, - 44.4053 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95545, - 44.6512 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.23633, - 44.393373 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.685681, - 44.552929 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.27483, - 44.8673 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96914, - 44.6071 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.18949, - 44.8092 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.96914, - 44.6071 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14181, - 43.103655 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.18949, - 44.8092 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.95545, - 44.6512 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.831528, - 45.038472 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.66594299, - 45.166995 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.798643, - 45.239897 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.27483, - 44.8673 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815346, - 45.083486 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7268, - 45.286166 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799815, - 45.187721 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80108, - 45.271138 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765453, - 44.657171 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6887, - 44.484416 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.597261, - 44.553365 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.215867, - 44.463088 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.61752, - 45.151355 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.629389, - 44.503 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.48872, - 44.8149 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.48872, - 44.8149 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.835527, - 45.0643 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.625431, - 44.438699 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.59005, - 44.734135 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.72489514, - 44.60970725 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39753, - 44.406231 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.638471, - 45.188983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.751882, - 43.133481 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.597261, - 44.553365 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781453, - 44.799609 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.831528, - 45.038472 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.815346, - 45.083486 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781453, - 44.799609 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.638471, - 45.188983 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.829734, - 44.856094 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.948059, - 43.125866 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12942, - 44.5878 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.12942, - 44.5878 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.72489514, - 44.60970725 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799815, - 45.187721 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7268, - 45.286166 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.798643, - 45.239897 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.765453, - 44.657171 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.907031, - 43.137815 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.907031, - 43.137815 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.848103, - 44.960719 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.934264, - 43.112478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.14181, - 43.103655 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.568563, - 44.301353 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.929132, - 43.120398 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.900207, - 43.091725 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.900207, - 43.091725 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.153919, - 43.079788 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.934264, - 43.112478 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.153919, - 43.079788 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.153966, - 43.030095 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.877614, - 43.117208 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.811146, - 43.091278 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.811146, - 43.091278 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.975751, - 43.12525 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.975751, - 43.12525 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.948059, - 43.125866 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.153966, - 43.030095 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.80108, - 45.271138 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.877614, - 43.117208 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.342456, - 44.453956 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.670735, - 45.241713 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.883509, - 44.935071 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.365731, - 44.665798 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.534159, - 44.366203 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.358827, - 44.719448 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.598438, - 44.734181 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.574741, - 44.720654 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.674702, - 45.244738 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.598804, - 44.736443 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.568563, - 44.301353 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.534159, - 44.366203 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.59005, - 44.734135 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.623651, - 44.735891 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22643, - 44.7905 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.20786, - 44.711 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.20786, - 44.711 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.83965, - 44.94409 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.534039, - 45.119859 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.643774, - 44.371477 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.399957, - 44.351686 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.553613, - 45.202235 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.307057, - 44.447701 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.325842, - 44.537509 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343681, - 44.424621 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.643774, - 44.371477 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.299883, - 44.426088 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.501929, - 44.558368 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36312, - 44.563802 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.451231, - 44.555261 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.366008, - 44.345122 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.41797, - 44.447861 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.413857, - 44.31816 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39753, - 44.406231 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.291861, - 44.538528 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.613528, - 44.30425 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856624, - 44.94513 - ] - }, - "properties": { - "undefined": "spbr1" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.153293, - 49.48322 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15306, - 49.483216 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.153293, - 49.48322 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.153293, - 49.48322 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15306, - 49.483216 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.153177, - 49.48322 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.153177, - 49.48322 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.153177, - 49.48322 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15306, - 49.483216 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.339118, - 45.44058 - ] - }, - "properties": { - "undefined": "Saint-Genest-Lerpt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383611, - 45.450606 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383611, - 45.450606 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383611, - 45.450606 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.409465, - 45.422654 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.409465, - 45.422654 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.392732, - 45.446148 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.392732, - 45.446148 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.339118, - 45.44058 - ] - }, - "properties": { - "undefined": "Saint-Genest-Lerpt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.399325, - 45.440783 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.339118, - 45.44058 - ] - }, - "properties": { - "undefined": "Saint-Genest-Lerpt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.285769, - 45.391243 - ] - }, - "properties": { - "undefined": "Firminy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.399325, - 45.440783 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3907915488403, - 45.44346056306 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3907915488403, - 45.44346056306 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3907915488403, - 45.44346056306 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.395133, - 45.431483 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.395133, - 45.431483 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.384222, - 45.459475 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.285769, - 45.391243 - ] - }, - "properties": { - "undefined": "Firminy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.286092, - 45.384258 - ] - }, - "properties": { - "undefined": "Firminy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.323678, - 45.397069 - ] - }, - "properties": { - "undefined": "Le Chambon-Feugerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.364239, - 45.479263 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.394564, - 45.433997 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.323678, - 45.397069 - ] - }, - "properties": { - "undefined": "Le Chambon-Feugerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3867507, - 45.4476017 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3867507, - 45.4476017 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5158208, - 45.4782379 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5158208, - 45.4782379 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5158208, - 45.4782379 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.364239, - 45.479263 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378651, - 45.463571 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.286092, - 45.384258 - ] - }, - "properties": { - "undefined": "Firminy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378651, - 45.463571 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.368072, - 45.454275 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.368072, - 45.454275 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.620006, - 45.529152 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.620006, - 45.529152 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.276472, - 45.379078 - ] - }, - "properties": { - "undefined": "Firminy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.276472, - 45.379078 - ] - }, - "properties": { - "undefined": "Firminy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.276472, - 45.379078 - ] - }, - "properties": { - "undefined": "Firminy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.384222, - 45.459475 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.613454, - 45.527692 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.394564, - 45.433997 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.390567, - 45.430944 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.292167, - 45.523472 - ] - }, - "properties": { - "undefined": "Andrézieux-Bouthéon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.292167, - 45.523472 - ] - }, - "properties": { - "undefined": "Andrézieux-Bouthéon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.292167, - 45.523472 - ] - }, - "properties": { - "undefined": "Andrézieux-Bouthéon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.257074, - 45.525924 - ] - }, - "properties": { - "undefined": "Andrézieux-Bouthéon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.257074, - 45.525924 - ] - }, - "properties": { - "undefined": "Andrézieux-Bouthéon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.272165, - 45.529554 - ] - }, - "properties": { - "undefined": "Andrézieux-Bouthéon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.272165, - 45.529554 - ] - }, - "properties": { - "undefined": "Andrézieux-Bouthéon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.390567, - 45.430944 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.389903, - 45.411421 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37989, - 45.437243 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.389903, - 45.411421 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.377888, - 45.467731 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.377888, - 45.467731 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.526069, - 45.494844 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.526069, - 45.494844 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.526069, - 45.494844 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.613454, - 45.527692 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.388649, - 45.432013 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37989, - 45.437243 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.399995, - 45.41816 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.400734, - 45.442934 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.419098, - 45.418845 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.400734, - 45.442934 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.400734, - 45.442934 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.264967, - 45.543839 - ] - }, - "properties": { - "undefined": "Andrézieux-Bouthéon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.264967, - 45.543839 - ] - }, - "properties": { - "undefined": "Andrézieux-Bouthéon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.403326, - 45.426995 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.403326, - 45.426995 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3801704, - 45.4731837 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3801704, - 45.4731837 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.419098, - 45.418845 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.399995, - 45.41816 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.387767, - 45.453219 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.387767, - 45.453219 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.387767, - 45.453219 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39425, - 45.415889 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.39425, - 45.415889 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.395436, - 45.423999 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.395436, - 45.423999 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.395436, - 45.423999 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.388649, - 45.432013 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.505508, - 45.477173 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.388649, - 45.432013 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.62708, - 45.532354 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.403437, - 45.439087 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.403437, - 45.439087 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38351, - 45.43067 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38351, - 45.43067 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.505162, - 45.467122 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.505162, - 45.467122 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.623377, - 45.53135 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.623377, - 45.53135 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.373289, - 45.444678 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.373289, - 45.444678 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38404, - 45.439909 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38404, - 45.439909 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38404, - 45.439909 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.391937, - 45.438013 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.391937, - 45.438013 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.391937, - 45.438013 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.396479, - 45.439454 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.396479, - 45.439454 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.396479, - 45.439454 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401687, - 45.45052 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.401687, - 45.45052 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.422419, - 45.444738 - ] - }, - "properties": { - "undefined": "Saint-Jean-Bonnefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.386229, - 45.435811 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.379868, - 45.43433 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.391303, - 45.454669 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.391303, - 45.454669 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.50956, - 45.477746 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.50956, - 45.477746 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.368069, - 45.468686 - ] - }, - "properties": { - "undefined": "Villars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.368069, - 45.468686 - ] - }, - "properties": { - "undefined": "Villars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.368069, - 45.468686 - ] - }, - "properties": { - "undefined": "Villars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.386229, - 45.435811 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.422419, - 45.444738 - ] - }, - "properties": { - "undefined": "Saint-Jean-Bonnefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.437393, - 45.436396 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.437393, - 45.436396 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3976364, - 45.4572274 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3976364, - 45.4572274 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.392778, - 45.457303 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.392778, - 45.457303 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.392778, - 45.457303 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.422419, - 45.444738 - ] - }, - "properties": { - "undefined": "Saint-Jean-Bonnefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.62708, - 45.532354 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.392778, - 45.457303 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.62708, - 45.532354 - ] - }, - "properties": { - "undefined": "Rive-de-Gier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5039778, - 45.4577757 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.444597, - 45.448767 - ] - }, - "properties": { - "undefined": "Saint-Jean-Bonnefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.444597, - 45.448767 - ] - }, - "properties": { - "undefined": "Saint-Jean-Bonnefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.387578, - 45.440594 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.387578, - 45.440594 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.387578, - 45.440594 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.386948, - 45.409886 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.386948, - 45.409886 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.386948, - 45.409886 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5039778, - 45.4577757 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.505508, - 45.477173 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38127, - 45.44757 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378769, - 45.466526 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.378769, - 45.466526 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.382443, - 45.477253 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.382443, - 45.477253 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.382443, - 45.477253 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.458179, - 45.457039 - ] - }, - "properties": { - "undefined": "Saint-Jean-Bonnefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.379868, - 45.43433 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.505508, - 45.477173 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38127, - 45.44757 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.354466, - 45.479853 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38966, - 45.43496 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.458179, - 45.457039 - ] - }, - "properties": { - "undefined": "Saint-Jean-Bonnefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.413217, - 45.420522 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.354466, - 45.479853 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.413217, - 45.420522 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.508525, - 45.471086 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.508525, - 45.471086 - ] - }, - "properties": { - "undefined": "Saint-Chamond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.417438, - 45.434308 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.40185, - 45.4405 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.40185, - 45.4405 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.417438, - 45.434308 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38966, - 45.43496 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424937, - 45.42304 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424937, - 45.42304 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.354466, - 45.479853 - ] - }, - "properties": { - "undefined": "Saint-Priest-en-Jarez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.424937, - 45.42304 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.412619, - 45.455738 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.412619, - 45.455738 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.412619, - 45.455738 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057328868811743, - 45.45730543705983 - ] - }, - "properties": { - "undefined": "Marols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057328868811743, - 45.45730543705983 - ] - }, - "properties": { - "undefined": "Marols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057328868811743, - 45.45730543705983 - ] - }, - "properties": { - "undefined": "Marols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057328868811743, - 45.45730543705983 - ] - }, - "properties": { - "undefined": "Marols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057328868811743, - 45.45730543705983 - ] - }, - "properties": { - "undefined": "Marols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057328868811743, - 45.45730543705983 - ] - }, - "properties": { - "undefined": "Marols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057328868811743, - 45.45730543705983 - ] - }, - "properties": { - "undefined": "Marols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0949882021896373, - 46.13314849171384 - ] - }, - "properties": { - "undefined": "Aytré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0949882021896373, - 46.13314849171384 - ] - }, - "properties": { - "undefined": "Aytré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0949882021896373, - 46.13314849171384 - ] - }, - "properties": { - "undefined": "Aytré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2324345613741965, - 46.18080358900933 - ] - }, - "properties": { - "undefined": "Étrembières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1936678661598776, - 50.72310631627842 - ] - }, - "properties": { - "undefined": "Wisques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057328868811743, - 45.45730543705983 - ] - }, - "properties": { - "undefined": "Marols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47297326742572, - 48.73450821899008 - ] - }, - "properties": { - "undefined": "Valenton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1936678661598776, - 50.72310631627842 - ] - }, - "properties": { - "undefined": "Wisques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87179340147923, - 45.6379472717099 - ] - }, - "properties": { - "undefined": "La Motte-Servolex" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87179340147923, - 45.6379472717099 - ] - }, - "properties": { - "undefined": "La Motte-Servolex" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.87179340147923, - 45.6379472717099 - ] - }, - "properties": { - "undefined": "La Motte-Servolex" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.013775, - 49.481695 - ] - }, - "properties": { - "undefined": "La Vaupalière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.013775, - 49.481695 - ] - }, - "properties": { - "undefined": "La Vaupalière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.013775, - 49.481695 - ] - }, - "properties": { - "undefined": "La Vaupalière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.013775, - 49.481695 - ] - }, - "properties": { - "undefined": "La Vaupalière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.47297326742572, - 48.73450821899008 - ] - }, - "properties": { - "undefined": "Valenton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.796642, - 48.872293 - ] - }, - "properties": { - "undefined": "Coupvray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.796642, - 48.872293 - ] - }, - "properties": { - "undefined": "Coupvray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.796642, - 48.872293 - ] - }, - "properties": { - "undefined": "Coupvray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2324345613741965, - 46.18080358900933 - ] - }, - "properties": { - "undefined": "Étrembières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.796642, - 48.872293 - ] - }, - "properties": { - "undefined": "Coupvray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2324345613741965, - 46.18080358900933 - ] - }, - "properties": { - "undefined": "Étrembières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.384715, - 48.754223 - ] - }, - "properties": { - "undefined": "Thiais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2324345613741965, - 46.18080358900933 - ] - }, - "properties": { - "undefined": "Étrembières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22544312, - 45.72749023 - ] - }, - "properties": { - "undefined": "Feurs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78804, - 44.13691 - ] - }, - "properties": { - "undefined": "Orange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1729627219668368, - 48.34361336413087 - ] - }, - "properties": { - "undefined": "Beaucé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1729627219668368, - 48.34361336413087 - ] - }, - "properties": { - "undefined": "Beaucé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1729627219668368, - 48.34361336413087 - ] - }, - "properties": { - "undefined": "Beaucé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1729627219668368, - 48.34361336413087 - ] - }, - "properties": { - "undefined": "Beaucé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09371, - 46.118865 - ] - }, - "properties": { - "undefined": "Ébreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.379127, - 45.63536 - ] - }, - "properties": { - "undefined": "Chazelles-sur-Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.379127, - 45.63536 - ] - }, - "properties": { - "undefined": "Chazelles-sur-Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.384715, - 48.754223 - ] - }, - "properties": { - "undefined": "Thiais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371912, - 48.622446 - ] - }, - "properties": { - "undefined": "Fleury-Mérogis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371912, - 48.622446 - ] - }, - "properties": { - "undefined": "Fleury-Mérogis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22544312, - 45.72749023 - ] - }, - "properties": { - "undefined": "Feurs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2324345613741965, - 46.18080358900933 - ] - }, - "properties": { - "undefined": "Étrembières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.22544312, - 45.72749023 - ] - }, - "properties": { - "undefined": "Feurs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755409, - 45.667861 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755409, - 45.667861 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755409, - 45.667861 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755409, - 45.667861 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755409, - 45.667861 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755409, - 45.667861 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.755409, - 45.667861 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.161233, - 45.287634 - ] - }, - "properties": { - "undefined": "Monistrol-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78804, - 44.13691 - ] - }, - "properties": { - "undefined": "Orange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.161233, - 45.287634 - ] - }, - "properties": { - "undefined": "Monistrol-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.2324345613741965, - 46.18080358900933 - ] - }, - "properties": { - "undefined": "Étrembières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.796642, - 48.872293 - ] - }, - "properties": { - "undefined": "Coupvray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.697979, - 48.045049 - ] - }, - "properties": { - "undefined": "Corquilleroy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.709345, - 47.990865 - ] - }, - "properties": { - "undefined": "Villemandeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.709345, - 47.990865 - ] - }, - "properties": { - "undefined": "Villemandeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.736521, - 47.918207 - ] - }, - "properties": { - "undefined": "Solterre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.736521, - 47.918207 - ] - }, - "properties": { - "undefined": "Solterre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.792905, - 48.035 - ] - }, - "properties": { - "undefined": "Paucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.792905, - 48.035 - ] - }, - "properties": { - "undefined": "Paucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.672043, - 48.01739 - ] - }, - "properties": { - "undefined": "Pannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.672043, - 48.01739 - ] - }, - "properties": { - "undefined": "Pannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63116, - 47.940856 - ] - }, - "properties": { - "undefined": "Lombreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63116, - 47.940856 - ] - }, - "properties": { - "undefined": "Lombreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.697979, - 48.045049 - ] - }, - "properties": { - "undefined": "Corquilleroy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.786343, - 47.952598 - ] - }, - "properties": { - "undefined": "Conflans-sur-Loing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.786343, - 47.952598 - ] - }, - "properties": { - "undefined": "Conflans-sur-Loing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.626097, - 47.962275 - ] - }, - "properties": { - "undefined": "Chevillon-sur-Huillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.626097, - 47.962275 - ] - }, - "properties": { - "undefined": "Chevillon-sur-Huillard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.740798, - 48.043359 - ] - }, - "properties": { - "undefined": "Cepoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.740798, - 48.043359 - ] - }, - "properties": { - "undefined": "Cepoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.774467, - 47.96808 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.774467, - 47.96808 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.772783, - 47.96827 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.772783, - 47.96827 - ] - }, - "properties": { - "undefined": "Amilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1058477614826088, - 50.57202836954545 - ] - }, - "properties": { - "undefined": "Lesquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1058477614826088, - 50.57202836954545 - ] - }, - "properties": { - "undefined": "Lesquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1058477614826088, - 50.57202836954545 - ] - }, - "properties": { - "undefined": "Lesquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1058477614826088, - 50.57202836954545 - ] - }, - "properties": { - "undefined": "Lesquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1058477614826088, - 50.57202836954545 - ] - }, - "properties": { - "undefined": "Lesquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1058477614826088, - 50.57202836954545 - ] - }, - "properties": { - "undefined": "Lesquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.686008, - 47.945956 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.686008, - 47.945956 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5596131075866615, - 48.83673315761998 - ] - }, - "properties": { - "undefined": "Yquelon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.108962, - 43.1150004 - ] - }, - "properties": { - "undefined": "Hyères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.237656, - 45.638173 - ] - }, - "properties": { - "undefined": "Montrond-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.237656, - 45.638173 - ] - }, - "properties": { - "undefined": "Montrond-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5596131075866615, - 48.83673315761998 - ] - }, - "properties": { - "undefined": "Yquelon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.188537, - 43.729626 - ] - }, - "properties": { - "undefined": "Nice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.687658, - 47.845833 - ] - }, - "properties": { - "undefined": "Riec-sur-Bélon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.687658, - 47.845833 - ] - }, - "properties": { - "undefined": "Riec-sur-Bélon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5596131075866615, - 48.83673315761998 - ] - }, - "properties": { - "undefined": "Yquelon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78804, - 44.13691 - ] - }, - "properties": { - "undefined": "Orange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.161233, - 45.287634 - ] - }, - "properties": { - "undefined": "Monistrol-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78804, - 44.13691 - ] - }, - "properties": { - "undefined": "Orange" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.154298, - 46.162964 - ] - }, - "properties": { - "undefined": "La Rochelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1161033, - 45.1437823 - ] - }, - "properties": { - "undefined": "Yssingeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.154298, - 46.162964 - ] - }, - "properties": { - "undefined": "La Rochelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14858, - 46.1598 - ] - }, - "properties": { - "undefined": "La Rochelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.14858, - 46.1598 - ] - }, - "properties": { - "undefined": "La Rochelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.15676, - 46.15701 - ] - }, - "properties": { - "undefined": "La Rochelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.15676, - 46.15701 - ] - }, - "properties": { - "undefined": "La Rochelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.151072, - 46.16634 - ] - }, - "properties": { - "undefined": "La Rochelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5214733456906524, - 47.76058808735231 - ] - }, - "properties": { - "undefined": "Dampierre-en-Burly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5214733456906524, - 47.76058808735231 - ] - }, - "properties": { - "undefined": "Dampierre-en-Burly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3277, - 46.7179 - ] - }, - "properties": { - "undefined": "La Ferrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3277, - 46.7179 - ] - }, - "properties": { - "undefined": "La Ferrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3277, - 46.7179 - ] - }, - "properties": { - "undefined": "La Ferrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3277, - 46.7179 - ] - }, - "properties": { - "undefined": "La Ferrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.758303, - 42.641425 - ] - }, - "properties": { - "undefined": "Thuir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.758303, - 42.641425 - ] - }, - "properties": { - "undefined": "Thuir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.758303, - 42.641425 - ] - }, - "properties": { - "undefined": "Thuir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.758303, - 42.641425 - ] - }, - "properties": { - "undefined": "Thuir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.758303, - 42.641425 - ] - }, - "properties": { - "undefined": "Thuir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.758303, - 42.641425 - ] - }, - "properties": { - "undefined": "Thuir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.151072, - 46.16634 - ] - }, - "properties": { - "undefined": "La Rochelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.396822, - 45.452227 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.63659823824593, - 45.67568495884853 - ] - }, - "properties": { - "undefined": "Olliergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.704651, - 45.64493 - ] - }, - "properties": { - "undefined": "Vertolaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.704651, - 45.64493 - ] - }, - "properties": { - "undefined": "Vertolaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.935323, - 45.683113 - ] - }, - "properties": { - "undefined": "Mouxy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.935323, - 45.683113 - ] - }, - "properties": { - "undefined": "Mouxy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.786, - 48.092 - ] - }, - "properties": { - "undefined": "Ferrières-en-Gâtinais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.786, - 48.092 - ] - }, - "properties": { - "undefined": "Ferrières-en-Gâtinais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6301873, - 47.7802058 - ] - }, - "properties": { - "undefined": "Beaugency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6301873, - 47.7802058 - ] - }, - "properties": { - "undefined": "Beaugency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6296, - 47.7751976 - ] - }, - "properties": { - "undefined": "Beaugency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6296, - 47.7751976 - ] - }, - "properties": { - "undefined": "Beaugency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6206933, - 47.780758 - ] - }, - "properties": { - "undefined": "Beaugency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6206933, - 47.780758 - ] - }, - "properties": { - "undefined": "Beaugency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6206933, - 47.780758 - ] - }, - "properties": { - "undefined": "Beaugency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6206933, - 47.780758 - ] - }, - "properties": { - "undefined": "Beaugency" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.309668, - 45.588589 - ] - }, - "properties": { - "undefined": "Saint-Galmier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.309668, - 45.588589 - ] - }, - "properties": { - "undefined": "Saint-Galmier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.309668, - 45.588589 - ] - }, - "properties": { - "undefined": "Saint-Galmier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.309668, - 45.588589 - ] - }, - "properties": { - "undefined": "Saint-Galmier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.309668, - 45.588589 - ] - }, - "properties": { - "undefined": "Saint-Galmier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.309668, - 45.588589 - ] - }, - "properties": { - "undefined": "Saint-Galmier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.578157, - 45.38413 - ] - }, - "properties": { - "undefined": "Voiron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.578157, - 45.38413 - ] - }, - "properties": { - "undefined": "Voiron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.578157, - 45.38413 - ] - }, - "properties": { - "undefined": "Voiron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.1161033, - 45.1437823 - ] - }, - "properties": { - "undefined": "Yssingeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.578157, - 45.38413 - ] - }, - "properties": { - "undefined": "Voiron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.63659823824593, - 45.67568495884853 - ] - }, - "properties": { - "undefined": "Olliergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.578157, - 45.38413 - ] - }, - "properties": { - "undefined": "Voiron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.396822, - 45.452227 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.396822, - 45.452227 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6265527585509747, - 45.87688686929552 - ] - }, - "properties": { - "undefined": "La Monnerie-le-Montel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6265527585509747, - 45.87688686929552 - ] - }, - "properties": { - "undefined": "La Monnerie-le-Montel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.396822, - 45.452227 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.262156, - 45.518189 - ] - }, - "properties": { - "undefined": "Saint-Just-Saint-Rambert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.262156, - 45.518189 - ] - }, - "properties": { - "undefined": "Saint-Just-Saint-Rambert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.420417, - 45.44609 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.383562, - 45.459929 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.187721, - 48.876249 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.193527, - 48.857699 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.193527, - 48.857699 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.193527, - 48.857699 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.193527, - 48.857699 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.193527, - 48.857699 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.193527, - 48.857699 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.191375, - 48.883647 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.191375, - 48.883647 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.191375, - 48.883647 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.191375, - 48.883647 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.173461, - 48.877092 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.173461, - 48.877092 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181274, - 48.887186 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.173461, - 48.877092 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.173461, - 48.877092 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171649, - 48.883328 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171649, - 48.883328 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171649, - 48.883328 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171649, - 48.883328 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181274, - 48.887186 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181274, - 48.887186 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.187721, - 48.876249 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171649, - 48.883328 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181756, - 48.86333 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.187721, - 48.876249 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181756, - 48.86333 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197047, - 48.863147 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181274, - 48.887186 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197047, - 48.863147 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197047, - 48.863147 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197047, - 48.863147 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197047, - 48.863147 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197047, - 48.863147 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1924, - 48.868154 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1924, - 48.868154 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1924, - 48.868154 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1924, - 48.868154 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181756, - 48.86333 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.187721, - 48.876249 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181756, - 48.86333 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.202896, - 48.871499 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.202896, - 48.871499 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.202896, - 48.871499 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.202896, - 48.871499 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.202896, - 48.871499 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.202896, - 48.871499 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.200918, - 48.876649 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.200918, - 48.876649 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.200918, - 48.876649 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.200918, - 48.876649 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181274, - 48.887186 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.172349, - 48.885331 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181274, - 48.887186 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.180334, - 48.880227 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.169361, - 48.887705 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.169361, - 48.887705 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.169361, - 48.887705 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.169361, - 48.887705 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.169361, - 48.887705 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.180334, - 48.880227 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.180334, - 48.880227 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.180334, - 48.880227 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.180334, - 48.880227 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.180334, - 48.880227 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.180334, - 48.880227 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2666712, - 48.891262 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181274, - 48.887186 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2666712, - 48.891262 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271036, - 48.87881 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271036, - 48.87881 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271036, - 48.87881 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271036, - 48.87881 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270181, - 48.878919 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270181, - 48.878919 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270181, - 48.878919 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270181, - 48.878919 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270181, - 48.878919 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16798566, - 48.88946877 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.172349, - 48.885331 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.172349, - 48.885331 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.172349, - 48.885331 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.172349, - 48.885331 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20551, - 48.865019 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20551, - 48.865019 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20551, - 48.865019 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20551, - 48.865019 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20551, - 48.865019 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20551, - 48.865019 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20551, - 48.865019 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195013, - 48.872781 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195013, - 48.872781 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195013, - 48.872781 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195013, - 48.872781 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195013, - 48.872781 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195013, - 48.872781 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195013, - 48.872781 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.182311, - 48.87334 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.182311, - 48.87334 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.182311, - 48.87334 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.182311, - 48.87334 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.182311, - 48.87334 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.182311, - 48.87334 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.182311, - 48.87334 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.172349, - 48.885331 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.172349, - 48.885331 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16798566, - 48.88946877 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484809, - 48.953583 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16798566, - 48.88946877 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42693, - 48.877739 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466539, - 48.948493 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462518, - 48.937787 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462518, - 48.937787 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462518, - 48.937787 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462518, - 48.937787 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.462518, - 48.937787 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.415652, - 48.857735 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.415652, - 48.857735 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.415652, - 48.857735 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.415652, - 48.857735 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42693, - 48.877739 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42693, - 48.877739 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.16798566, - 48.88946877 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42693, - 48.877739 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418981, - 48.876052 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418981, - 48.876052 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418981, - 48.876052 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418981, - 48.876052 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.418981, - 48.876052 - ] - }, - "properties": { - "undefined": "Bagnolet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484809, - 48.953583 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484809, - 48.953583 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269933, - 48.891087 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484809, - 48.953583 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.484809, - 48.953583 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466539, - 48.948493 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466539, - 48.948493 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466539, - 48.948493 - ] - }, - "properties": { - "undefined": "Le Blanc-Mesnil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.424428, - 48.934799 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.579557, - 48.91443 - ] - }, - "properties": { - "undefined": "Coubron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.579557, - 48.91443 - ] - }, - "properties": { - "undefined": "Coubron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.579557, - 48.91443 - ] - }, - "properties": { - "undefined": "Coubron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.579557, - 48.91443 - ] - }, - "properties": { - "undefined": "Coubron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.550023, - 48.904666 - ] - }, - "properties": { - "undefined": "Clichy-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.550023, - 48.904666 - ] - }, - "properties": { - "undefined": "Clichy-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.550023, - 48.904666 - ] - }, - "properties": { - "undefined": "Clichy-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.550023, - 48.904666 - ] - }, - "properties": { - "undefined": "Clichy-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.550023, - 48.904666 - ] - }, - "properties": { - "undefined": "Clichy-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54646, - 48.910391 - ] - }, - "properties": { - "undefined": "Clichy-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54646, - 48.910391 - ] - }, - "properties": { - "undefined": "Clichy-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54646, - 48.910391 - ] - }, - "properties": { - "undefined": "Clichy-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54646, - 48.910391 - ] - }, - "properties": { - "undefined": "Clichy-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.426986, - 48.932195 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.426986, - 48.932195 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.426986, - 48.932195 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.426986, - 48.932195 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.426986, - 48.932195 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.426986, - 48.932195 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.424428, - 48.934799 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.424428, - 48.934799 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.424428, - 48.934799 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.424428, - 48.934799 - ] - }, - "properties": { - "undefined": "Le Bourget" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48856985, - 48.94913362 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48856985, - 48.94913362 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48856985, - 48.94913362 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49520158, - 48.93015608 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387797, - 48.901705 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387797, - 48.901705 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387797, - 48.901705 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387797, - 48.901705 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378693, - 48.909141 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378693, - 48.909141 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378693, - 48.909141 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378693, - 48.909141 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378693, - 48.909141 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378192, - 48.914588 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378192, - 48.914588 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378192, - 48.914588 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378192, - 48.914588 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378192, - 48.914588 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383063, - 48.913211 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383063, - 48.913211 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383063, - 48.913211 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383063, - 48.913211 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383063, - 48.913211 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1607189, - 48.8715031 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1607189, - 48.8715031 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1607189, - 48.8715031 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1607189, - 48.8715031 - ] - }, - "properties": { - "undefined": "Rueil-Malmaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.387797, - 48.901705 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49520158, - 48.93015608 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48856985, - 48.94913362 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49520158, - 48.93015608 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.48856985, - 48.94913362 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5058873, - 48.93053723 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5058873, - 48.93053723 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5058873, - 48.93053723 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5058873, - 48.93053723 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5058873, - 48.93053723 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5058873, - 48.93053723 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49895672, - 48.94121732 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49895672, - 48.94121732 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49895672, - 48.94121732 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49895672, - 48.94121732 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49895672, - 48.94121732 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49967389, - 48.93369727 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49967389, - 48.93369727 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49967389, - 48.93369727 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49967389, - 48.93369727 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49967389, - 48.93369727 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49967389, - 48.93369727 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49967389, - 48.93369727 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49520158, - 48.93015608 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49520158, - 48.93015608 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49520158, - 48.93015608 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49520158, - 48.93015608 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269933, - 48.891087 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3179907, - 48.8173946 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269933, - 48.891087 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.250672, - 48.768565 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279994, - 48.768197 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27218497, - 48.76457362 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27218497, - 48.76457362 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27218497, - 48.76457362 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27218497, - 48.76457362 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255503, - 48.767361 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255503, - 48.767361 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255503, - 48.767361 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255503, - 48.767361 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255503, - 48.767361 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255503, - 48.767361 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.250672, - 48.768565 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26644659, - 48.8312661 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.250672, - 48.768565 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.250672, - 48.768565 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.250672, - 48.768565 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904931, - 48.76595607 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904931, - 48.76595607 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904931, - 48.76595607 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904931, - 48.76595607 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904931, - 48.76595607 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904931, - 48.76595607 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2904931, - 48.76595607 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317304, - 48.784697 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279994, - 48.768197 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279994, - 48.768197 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279994, - 48.768197 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279994, - 48.768197 - ] - }, - "properties": { - "undefined": "Châtenay-Malabry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26644659, - 48.8312661 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26644659, - 48.8312661 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26644659, - 48.8312661 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26644659, - 48.8312661 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28357617, - 48.82950414 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28357617, - 48.82950414 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28357617, - 48.82950414 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.28357617, - 48.82950414 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26103455, - 48.82914716 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26103455, - 48.82914716 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26103455, - 48.82914716 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26103455, - 48.82914716 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27441884, - 48.82816072 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27441884, - 48.82816072 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27441884, - 48.82816072 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27441884, - 48.82816072 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27441884, - 48.82816072 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27849366, - 48.83087258 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27849366, - 48.83087258 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27849366, - 48.83087258 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27849366, - 48.83087258 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27849366, - 48.83087258 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27849366, - 48.83087258 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317304, - 48.784697 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317304, - 48.784697 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317304, - 48.784697 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30132922, - 48.75483829 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30132922, - 48.75483829 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3067, - 48.76306 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3067, - 48.76306 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3067, - 48.76306 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3067, - 48.76306 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3067, - 48.76306 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3007512, - 48.7503152 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3007512, - 48.7503152 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3007512, - 48.7503152 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3007512, - 48.7503152 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3007512, - 48.7503152 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3007512, - 48.7503152 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3007512, - 48.7503152 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335556, - 48.705551 - ] - }, - "properties": { - "undefined": "Morangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335556, - 48.705551 - ] - }, - "properties": { - "undefined": "Morangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335556, - 48.705551 - ] - }, - "properties": { - "undefined": "Morangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335556, - 48.705551 - ] - }, - "properties": { - "undefined": "Morangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.335556, - 48.705551 - ] - }, - "properties": { - "undefined": "Morangis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370823, - 48.690763 - ] - }, - "properties": { - "undefined": "Juvisy-sur-Orge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370823, - 48.690763 - ] - }, - "properties": { - "undefined": "Juvisy-sur-Orge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370823, - 48.690763 - ] - }, - "properties": { - "undefined": "Juvisy-sur-Orge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370823, - 48.690763 - ] - }, - "properties": { - "undefined": "Juvisy-sur-Orge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370823, - 48.690763 - ] - }, - "properties": { - "undefined": "Juvisy-sur-Orge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30132922, - 48.75483829 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30132922, - 48.75483829 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.311957, - 48.779158 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30132922, - 48.75483829 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.311957, - 48.779158 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.311957, - 48.779158 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.311957, - 48.779158 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.311957, - 48.779158 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316886, - 48.78436 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316886, - 48.78436 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316886, - 48.78436 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316886, - 48.78436 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316886, - 48.78436 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322502, - 48.777139 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322502, - 48.777139 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322502, - 48.777139 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322502, - 48.777139 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322502, - 48.777139 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.322502, - 48.777139 - ] - }, - "properties": { - "undefined": "Bourg-la-Reine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31383, - 48.73274 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31383, - 48.73274 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31383, - 48.73274 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31383, - 48.73274 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31383, - 48.73274 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31383, - 48.73274 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30132922, - 48.75483829 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30132922, - 48.75483829 - ] - }, - "properties": { - "undefined": "Antony" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26644659, - 48.8312661 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26644659, - 48.8312661 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269933, - 48.891087 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.278957, - 48.887095 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279206, - 48.880952 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279206, - 48.880952 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265676, - 48.885127 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265676, - 48.885127 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265676, - 48.885127 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265676, - 48.885127 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.266284, - 48.895496 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.266284, - 48.895496 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274689, - 48.883412 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274689, - 48.883412 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.278957, - 48.887095 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255578, - 48.875794 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26183571, - 48.82380279 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255578, - 48.875794 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31451738, - 48.82207878 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31451738, - 48.82207878 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31451738, - 48.82207878 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31451738, - 48.82207878 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.31451738, - 48.82207878 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32785348, - 48.81722451 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32785348, - 48.81722451 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32785348, - 48.81722451 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32785348, - 48.81722451 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32785348, - 48.81722451 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279206, - 48.880952 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.279206, - 48.880952 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.266735, - 48.888927 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.266735, - 48.888927 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.269933, - 48.891087 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274626, - 48.880962 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274626, - 48.880962 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.272622, - 48.884055 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.272622, - 48.884055 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255114, - 48.882007 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255114, - 48.882007 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262574, - 48.886966 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262574, - 48.886966 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26164776, - 48.88806409 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26164776, - 48.88806409 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260021, - 48.883513 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260021, - 48.883513 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265738, - 48.880995 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265738, - 48.880995 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.276458, - 48.889513 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.276458, - 48.889513 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.272288, - 48.891649 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.272288, - 48.891649 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.281346, - 48.888233 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.281346, - 48.888233 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274565, - 48.886673 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274565, - 48.886673 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3179907, - 48.8173946 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3179907, - 48.8173946 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3179907, - 48.8173946 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26063816, - 48.81681135 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26063816, - 48.81681135 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26063816, - 48.81681135 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26791608, - 48.82499159 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26791608, - 48.82499159 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26791608, - 48.82499159 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26791608, - 48.82499159 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26791608, - 48.82499159 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26791608, - 48.82499159 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26128899, - 48.82162691 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26128899, - 48.82162691 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26128899, - 48.82162691 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26128899, - 48.82162691 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26128899, - 48.82162691 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26128899, - 48.82162691 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26817216, - 48.83272786 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26817216, - 48.83272786 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26817216, - 48.83272786 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26817216, - 48.83272786 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26817216, - 48.83272786 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26183571, - 48.82380279 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26183571, - 48.82380279 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26183571, - 48.82380279 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26183571, - 48.82380279 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26063816, - 48.81681135 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26063816, - 48.81681135 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3179907, - 48.8173946 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315961, - 48.81079 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3179907, - 48.8173946 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3179907, - 48.8173946 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.416538, - 48.954492 - ] - }, - "properties": { - "undefined": "Dugny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30739515, - 48.81253099 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30739515, - 48.81253099 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30739515, - 48.81253099 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30739515, - 48.81253099 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30739515, - 48.81253099 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30739515, - 48.81253099 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30739515, - 48.81253099 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32361378, - 48.81256199 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32361378, - 48.81256199 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32361378, - 48.81256199 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32361378, - 48.81256199 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32361378, - 48.81256199 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32361378, - 48.81256199 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32361378, - 48.81256199 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315961, - 48.81079 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315961, - 48.81079 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315961, - 48.81079 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315961, - 48.81079 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315961, - 48.81079 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.315961, - 48.81079 - ] - }, - "properties": { - "undefined": "Montrouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.579557, - 48.91443 - ] - }, - "properties": { - "undefined": "Coubron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.452196, - 48.868409 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.416538, - 48.954492 - ] - }, - "properties": { - "undefined": "Dugny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438, - 48.960564 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432962, - 48.725386 - ] - }, - "properties": { - "undefined": "Ablon-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432962, - 48.725386 - ] - }, - "properties": { - "undefined": "Ablon-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344242, - 48.955912 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344242, - 48.955912 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344242, - 48.955912 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344242, - 48.955912 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.344242, - 48.955912 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438, - 48.960564 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438, - 48.960564 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438, - 48.960564 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438, - 48.960564 - ] - }, - "properties": { - "undefined": "Villetaneuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.539899, - 48.956136 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399966, - 48.742641 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.539899, - 48.956136 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.539899, - 48.956136 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.539899, - 48.956136 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.539899, - 48.956136 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.562364, - 48.95325 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.562364, - 48.95325 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.562364, - 48.95325 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.562364, - 48.95325 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.562364, - 48.95325 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.534704, - 48.963427 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.534704, - 48.963427 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432962, - 48.725386 - ] - }, - "properties": { - "undefined": "Ablon-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432962, - 48.725386 - ] - }, - "properties": { - "undefined": "Ablon-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432962, - 48.725386 - ] - }, - "properties": { - "undefined": "Ablon-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529157, - 48.832844 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402018, - 48.769975 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402018, - 48.769975 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402018, - 48.769975 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.402018, - 48.769975 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413793, - 48.771796 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413793, - 48.771796 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413793, - 48.771796 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413793, - 48.771796 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413793, - 48.771796 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413922, - 48.761755 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413922, - 48.761755 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413922, - 48.761755 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413922, - 48.761755 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.413922, - 48.761755 - ] - }, - "properties": { - "undefined": "Choisy-le-Roi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520342, - 48.835744 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520342, - 48.835744 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520342, - 48.835744 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520342, - 48.835744 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520342, - 48.835744 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529157, - 48.832844 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529157, - 48.832844 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529157, - 48.832844 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529157, - 48.832844 - ] - }, - "properties": { - "undefined": "Bry-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.534704, - 48.963427 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.534704, - 48.963427 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.534704, - 48.963427 - ] - }, - "properties": { - "undefined": "Villepinte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535163, - 48.934277 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535163, - 48.934277 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535163, - 48.934277 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535163, - 48.934277 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535163, - 48.934277 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.522605, - 48.946546 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.522605, - 48.946546 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.522605, - 48.946546 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.522605, - 48.946546 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.522605, - 48.946546 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.522605, - 48.946546 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.522605, - 48.946546 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333029, - 48.9122 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333029, - 48.9122 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333029, - 48.9122 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333029, - 48.9122 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.333029, - 48.9122 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33084, - 48.91506 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33084, - 48.91506 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33084, - 48.91506 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33084, - 48.91506 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33084, - 48.91506 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33154888, - 48.90712198 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33154888, - 48.90712198 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535163, - 48.934277 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535163, - 48.934277 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.511343, - 48.88911 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528189, - 48.939106 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.511343, - 48.88911 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.511343, - 48.88911 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.511343, - 48.88911 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.511343, - 48.88911 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523168, - 48.881865 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523168, - 48.881865 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523168, - 48.881865 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523168, - 48.881865 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.523168, - 48.881865 - ] - }, - "properties": { - "undefined": "Villemomble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367743, - 48.955523 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367743, - 48.955523 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367743, - 48.955523 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367743, - 48.955523 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367743, - 48.955523 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.381677, - 48.952051 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.381677, - 48.952051 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.381677, - 48.952051 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.381677, - 48.952051 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.381677, - 48.952051 - ] - }, - "properties": { - "undefined": "Stains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528189, - 48.939106 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528189, - 48.939106 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528189, - 48.939106 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528189, - 48.939106 - ] - }, - "properties": { - "undefined": "Sevran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399966, - 48.742641 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399966, - 48.742641 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33154888, - 48.90712198 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53491, - 48.832005 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44084594, - 48.85071082 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44135361, - 48.84684538 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44135361, - 48.84684538 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.447183, - 48.846896 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.447183, - 48.846896 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4368853, - 48.8514798 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4368853, - 48.8514798 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42866225, - 48.8438568 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42866225, - 48.8438568 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.424445, - 48.847891 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.424445, - 48.847891 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53491, - 48.832005 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399966, - 48.742641 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53491, - 48.832005 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53491, - 48.832005 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53491, - 48.832005 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53511, - 48.823691 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53511, - 48.823691 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53511, - 48.823691 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53511, - 48.823691 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53511, - 48.823691 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544022, - 48.827653 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544022, - 48.827653 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544022, - 48.827653 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44084594, - 48.85071082 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43712014, - 48.84624221 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.43712014, - 48.84624221 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44706335, - 48.85030215 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.452451, - 48.846774 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.452451, - 48.846774 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.452451, - 48.846774 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.452451, - 48.846774 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.452451, - 48.846774 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443435, - 48.847775 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443435, - 48.847775 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443435, - 48.847775 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443435, - 48.847775 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433171, - 48.848592 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433171, - 48.848592 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433171, - 48.848592 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433171, - 48.848592 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433171, - 48.848592 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.434339, - 48.844408 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.434339, - 48.844408 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.434339, - 48.844408 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.434339, - 48.844408 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45519471, - 48.84968646 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45519471, - 48.84968646 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45605117, - 48.84609748 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.45605117, - 48.84609748 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44706335, - 48.85030215 - ] - }, - "properties": { - "undefined": "Vincennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544022, - 48.827653 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544022, - 48.827653 - ] - }, - "properties": { - "undefined": "Villiers-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535109, - 48.721889 - ] - }, - "properties": { - "undefined": "Villecresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.487477, - 48.793445 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.487477, - 48.793445 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.487477, - 48.793445 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.487477, - 48.793445 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513764, - 48.794114 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513764, - 48.794114 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513764, - 48.794114 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.513764, - 48.794114 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574213, - 48.789679 - ] - }, - "properties": { - "undefined": "La Queue-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574213, - 48.789679 - ] - }, - "properties": { - "undefined": "La Queue-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574213, - 48.789679 - ] - }, - "properties": { - "undefined": "La Queue-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574213, - 48.789679 - ] - }, - "properties": { - "undefined": "La Queue-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.574213, - 48.789679 - ] - }, - "properties": { - "undefined": "La Queue-en-Brie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540299, - 48.786073 - ] - }, - "properties": { - "undefined": "Ormesson-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540299, - 48.786073 - ] - }, - "properties": { - "undefined": "Ormesson-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540299, - 48.786073 - ] - }, - "properties": { - "undefined": "Ormesson-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540299, - 48.786073 - ] - }, - "properties": { - "undefined": "Ormesson-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540299, - 48.786073 - ] - }, - "properties": { - "undefined": "Ormesson-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40733, - 48.749487 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40733, - 48.749487 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40733, - 48.749487 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40733, - 48.749487 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.40733, - 48.749487 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.399966, - 48.742641 - ] - }, - "properties": { - "undefined": "Orly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.487477, - 48.793445 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4753937, - 48.8037405 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535109, - 48.721889 - ] - }, - "properties": { - "undefined": "Villecresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4753937, - 48.8037405 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535109, - 48.721889 - ] - }, - "properties": { - "undefined": "Villecresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535109, - 48.721889 - ] - }, - "properties": { - "undefined": "Villecresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535109, - 48.721889 - ] - }, - "properties": { - "undefined": "Villecresnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.566491, - 48.718446 - ] - }, - "properties": { - "undefined": "Santeny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.566491, - 48.718446 - ] - }, - "properties": { - "undefined": "Santeny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.566491, - 48.718446 - ] - }, - "properties": { - "undefined": "Santeny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.566491, - 48.718446 - ] - }, - "properties": { - "undefined": "Santeny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.566491, - 48.718446 - ] - }, - "properties": { - "undefined": "Santeny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4596527, - 48.8142151 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4596527, - 48.8142151 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4596527, - 48.8142151 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4596527, - 48.8142151 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4596527, - 48.8142151 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4596527, - 48.8142151 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42205713, - 48.82215245 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42205713, - 48.82215245 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42205713, - 48.82215245 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42205713, - 48.82215245 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42205713, - 48.82215245 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42205713, - 48.82215245 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4753937, - 48.8037405 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4753937, - 48.8037405 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4753937, - 48.8037405 - ] - }, - "properties": { - "undefined": "Saint-Maur-des-Fossés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33154888, - 48.90712198 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33154888, - 48.90712198 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.416538, - 48.954492 - ] - }, - "properties": { - "undefined": "Dugny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.479014, - 48.864371 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41590762, - 48.85222209 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41590762, - 48.85222209 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433322, - 48.868266 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433322, - 48.868266 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433322, - 48.868266 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433322, - 48.868266 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.433322, - 48.868266 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.479014, - 48.864371 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.479014, - 48.864371 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.479014, - 48.864371 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.479014, - 48.864371 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.458188, - 48.85997 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50413376, - 48.86155006 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.458188, - 48.85997 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.458188, - 48.85997 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.458188, - 48.85997 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.458188, - 48.85997 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.452196, - 48.868409 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.452196, - 48.868409 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.452196, - 48.868409 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431765, - 48.85407 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431765, - 48.85407 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431765, - 48.85407 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431765, - 48.85407 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41590762, - 48.85222209 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41590762, - 48.85222209 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41590762, - 48.85222209 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.455554, - 48.876462 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50413376, - 48.86155006 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50413376, - 48.86155006 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50413376, - 48.86155006 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50413376, - 48.86155006 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50413376, - 48.86155006 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42329625, - 48.85316398 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42329625, - 48.85316398 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42329625, - 48.85316398 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.42329625, - 48.85316398 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443663, - 48.861683 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443663, - 48.861683 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443663, - 48.861683 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443663, - 48.861683 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.437502, - 48.857057 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.437502, - 48.857057 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.437502, - 48.857057 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.437502, - 48.857057 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.437502, - 48.857057 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.437502, - 48.857057 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.437502, - 48.857057 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.455554, - 48.876462 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.455554, - 48.876462 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.455554, - 48.876462 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431605, - 48.85819 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431605, - 48.85819 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431605, - 48.85819 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32986937, - 48.94929234 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32986937, - 48.94929234 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32986937, - 48.94929234 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608577, - 48.95828488 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608577, - 48.95828488 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608577, - 48.95828488 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608577, - 48.95828488 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608577, - 48.95828488 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32608577, - 48.95828488 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29162062, - 48.95992322 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29162062, - 48.95992322 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29162062, - 48.95992322 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29162062, - 48.95992322 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29162062, - 48.95992322 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.29162062, - 48.95992322 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30625586, - 48.96022052 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30625586, - 48.96022052 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30625586, - 48.96022052 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30625586, - 48.96022052 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.30625586, - 48.96022052 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.416538, - 48.954492 - ] - }, - "properties": { - "undefined": "Dugny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.416538, - 48.954492 - ] - }, - "properties": { - "undefined": "Dugny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.416538, - 48.954492 - ] - }, - "properties": { - "undefined": "Dugny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.416538, - 48.954492 - ] - }, - "properties": { - "undefined": "Dugny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32986937, - 48.94929234 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32986937, - 48.94929234 - ] - }, - "properties": { - "undefined": "Épinay-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431605, - 48.85819 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.575541, - 48.862919 - ] - }, - "properties": { - "undefined": "Gournay-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431605, - 48.85819 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431605, - 48.85819 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443715, - 48.86173 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443715, - 48.86173 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443715, - 48.86173 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443715, - 48.86173 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443715, - 48.86173 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443715, - 48.86173 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.443715, - 48.86173 - ] - }, - "properties": { - "undefined": "Montreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548643, - 48.927719 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548643, - 48.927719 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548643, - 48.927719 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548643, - 48.927719 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.548643, - 48.927719 - ] - }, - "properties": { - "undefined": "Livry-Gargan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338949, - 48.937207 - ] - }, - "properties": { - "undefined": "L'Île-Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338949, - 48.937207 - ] - }, - "properties": { - "undefined": "L'Île-Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338949, - 48.937207 - ] - }, - "properties": { - "undefined": "L'Île-Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338949, - 48.937207 - ] - }, - "properties": { - "undefined": "L'Île-Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.338949, - 48.937207 - ] - }, - "properties": { - "undefined": "L'Île-Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.575541, - 48.862919 - ] - }, - "properties": { - "undefined": "Gournay-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.575541, - 48.862919 - ] - }, - "properties": { - "undefined": "Gournay-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.575541, - 48.862919 - ] - }, - "properties": { - "undefined": "Gournay-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.575541, - 48.862919 - ] - }, - "properties": { - "undefined": "Gournay-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.50413376, - 48.86155006 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51122517, - 48.85580614 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.33154888, - 48.90712198 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364529, - 48.907347 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361115, - 48.93883 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361115, - 48.93883 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361115, - 48.93883 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361115, - 48.93883 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361115, - 48.93883 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364454, - 48.925114 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364454, - 48.925114 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364454, - 48.925114 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364454, - 48.925114 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364454, - 48.925114 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364529, - 48.907347 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364529, - 48.907347 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51122517, - 48.85580614 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364529, - 48.907347 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.364529, - 48.907347 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352423, - 48.917798 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352423, - 48.917798 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352423, - 48.917798 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352423, - 48.917798 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.352423, - 48.917798 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383218, - 48.942317 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383218, - 48.942317 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383218, - 48.942317 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383218, - 48.942317 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32102156, - 48.90586201 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32102156, - 48.90586201 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32102156, - 48.90586201 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32102156, - 48.90586201 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32102156, - 48.90586201 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32102156, - 48.90586201 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.32102156, - 48.90586201 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34675284, - 48.9032182 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34675284, - 48.9032182 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34675284, - 48.9032182 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34675284, - 48.9032182 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34675284, - 48.9032182 - ] - }, - "properties": { - "undefined": "Saint-Ouen-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35408, - 48.947939 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35408, - 48.947939 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35408, - 48.947939 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35408, - 48.947939 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35408, - 48.947939 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.362287, - 48.921283 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.362287, - 48.921283 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.362287, - 48.921283 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.362287, - 48.921283 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.362287, - 48.921283 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383218, - 48.942317 - ] - }, - "properties": { - "undefined": "Saint-Denis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520487, - 48.854488 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529547, - 48.856893 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529547, - 48.856893 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529547, - 48.856893 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529547, - 48.856893 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529547, - 48.856893 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529547, - 48.856893 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51108902, - 48.87290298 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51108902, - 48.87290298 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51108902, - 48.87290298 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51108902, - 48.87290298 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51108902, - 48.87290298 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51108902, - 48.87290298 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51480745, - 48.85208486 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51480745, - 48.85208486 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51480745, - 48.85208486 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51480745, - 48.85208486 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51480745, - 48.85208486 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51480745, - 48.85208486 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51480745, - 48.85208486 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51122517, - 48.85580614 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51122517, - 48.85580614 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51122517, - 48.85580614 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51122517, - 48.85580614 - ] - }, - "properties": { - "undefined": "Neuilly-Plaisance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.529547, - 48.856893 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520487, - 48.854488 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520487, - 48.854488 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4324466, - 48.8944378 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44475, - 48.878112 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44475, - 48.878112 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44475, - 48.878112 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44475, - 48.878112 - ] - }, - "properties": { - "undefined": "Romainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371155, - 48.964743 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371155, - 48.964743 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371155, - 48.964743 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371155, - 48.964743 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371155, - 48.964743 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361983, - 48.963039 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361983, - 48.963039 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361983, - 48.963039 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361983, - 48.963039 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361983, - 48.963039 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35897, - 48.963355 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35897, - 48.963355 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35897, - 48.963355 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35897, - 48.963355 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.35897, - 48.963355 - ] - }, - "properties": { - "undefined": "Pierrefitte-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520487, - 48.854488 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.520487, - 48.854488 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Marne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4596527, - 48.8142151 - ] - }, - "properties": { - "undefined": "Saint-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.270181, - 48.878919 - ] - }, - "properties": { - "undefined": "Neuilly-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.827864, - 50.696382 - ] - }, - "properties": { - "undefined": "Nieppe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.523605738717589, - 46.086405764520606 - ] - }, - "properties": { - "undefined": "Thyez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.242799, - 49.120583 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255335, - 48.786899 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255335, - 48.786899 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255335, - 48.786899 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.796913, - 43.952673 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.796913, - 43.952673 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255335, - 48.786899 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.181023, - 48.348536 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.181023, - 48.348536 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267296, - 48.804229 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267296, - 48.804229 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255335, - 48.786899 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262841, - 48.798985 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255335, - 48.786899 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267296, - 48.804229 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262841, - 48.798985 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262841, - 48.798985 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262841, - 48.798985 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262841, - 48.798985 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262841, - 48.798985 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825062, - 43.942905 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825062, - 43.942905 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.130067, - 43.641297 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.130067, - 43.641297 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.130067, - 43.641297 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.130067, - 43.641297 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838556, - 43.927832 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267296, - 48.804229 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267296, - 48.804229 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.585713, - 43.230239 - ] - }, - "properties": { - "undefined": "Gassin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267296, - 48.804229 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.027168, - 43.955152 - ] - }, - "properties": { - "undefined": "Velleron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.027168, - 43.955152 - ] - }, - "properties": { - "undefined": "Velleron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.635613, - 43.256121 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.635613, - 43.256121 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.635613, - 43.256121 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.635613, - 43.256121 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267834, - 48.808019 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267834, - 48.808019 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267834, - 48.808019 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267834, - 48.808019 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.267834, - 48.808019 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.581173, - 43.276785 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.581173, - 43.276785 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.581173, - 43.276785 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58115, - 43.280687 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58115, - 43.280687 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58115, - 43.280687 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58115, - 43.280687 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23637, - 48.784747 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23637, - 48.784747 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23637, - 48.784747 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23637, - 48.784747 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23637, - 48.784747 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23637, - 48.784747 - ] - }, - "properties": { - "undefined": "Clamart" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.838556, - 43.927832 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.585713, - 43.230239 - ] - }, - "properties": { - "undefined": "Gassin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.027168, - 43.955152 - ] - }, - "properties": { - "undefined": "Velleron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.899412, - 43.940189 - ] - }, - "properties": { - "undefined": "Morières-lès-Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816939, - 43.942256 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.816939, - 43.942256 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.821979, - 43.929502 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.821979, - 43.929502 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.809387, - 43.930192 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.809387, - 43.930192 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813005, - 43.928623 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.813005, - 43.928623 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.798628, - 43.937354 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.798628, - 43.937354 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799193, - 43.929592 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799193, - 43.929592 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799193, - 43.929592 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.799193, - 43.929592 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.833258, - 43.952128 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.833258, - 43.952128 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876649, - 43.925813 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876649, - 43.925813 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44046, - 48.92568 - ] - }, - "properties": { - "undefined": "Drancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.44046, - 48.92568 - ] - }, - "properties": { - "undefined": "Drancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.809693, - 43.936482 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.809693, - 43.936482 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82072, - 43.935617 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82072, - 43.935617 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843686, - 43.946211 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843686, - 43.946211 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843686, - 43.946211 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.899412, - 43.940189 - ] - }, - "properties": { - "undefined": "Morières-lès-Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.977306, - 45.698458 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.821433, - 43.939104 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.977306, - 45.698458 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.821433, - 43.939104 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.796952, - 43.943149 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.796952, - 43.943149 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.796952, - 43.943149 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.796952, - 43.943149 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277903, - 48.83624 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277903, - 48.83624 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277903, - 48.83624 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.660772, - 49.132656 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.660772, - 49.132656 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.660772, - 49.132656 - ] - }, - "properties": { - "undefined": "Longeville-lès-Saint-Avold" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.242644, - 49.120556 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.242644, - 49.120556 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.242644, - 49.120556 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.242799, - 49.120583 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.242799, - 49.120583 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.186172, - 48.838071 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.974066, - 45.698131 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.974066, - 45.698131 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.974066, - 45.698131 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.490811, - 47.500239 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.490811, - 47.500239 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.490811, - 47.500239 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0833, - 48.240665 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0833, - 48.240665 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0833, - 48.240665 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.977306, - 45.698458 - ] - }, - "properties": { - "undefined": "Saint-Priest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.027168, - 43.955152 - ] - }, - "properties": { - "undefined": "Velleron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82889, - 45.275643 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82889, - 45.275643 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.431965, - 44.97493 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197545, - 48.847349 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.597037, - 44.86645 - ] - }, - "properties": { - "undefined": "Le Bouscat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.597037, - 44.86645 - ] - }, - "properties": { - "undefined": "Le Bouscat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.597037, - 44.86645 - ] - }, - "properties": { - "undefined": "Le Bouscat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.597037, - 44.86645 - ] - }, - "properties": { - "undefined": "Le Bouscat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.464987, - 43.160329 - ] - }, - "properties": { - "undefined": "Rayol-Canadel-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.464987, - 43.160329 - ] - }, - "properties": { - "undefined": "Rayol-Canadel-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.294772, - 43.535968 - ] - }, - "properties": { - "undefined": "Ventabren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.302399, - 43.538529 - ] - }, - "properties": { - "undefined": "Ventabren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.302399, - 43.538529 - ] - }, - "properties": { - "undefined": "Ventabren" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.431965, - 44.97493 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.431965, - 44.97493 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.431965, - 44.97493 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.431965, - 44.97493 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.805081, - 43.936094 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.431965, - 44.97493 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.58432, - 43.28033 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.659943, - 43.220607 - ] - }, - "properties": { - "undefined": "Ramatuelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.592279, - 43.283508 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.585656, - 43.284265 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197545, - 48.847349 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.197545, - 48.847349 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.186539, - 48.844752 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.186539, - 48.844752 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.186172, - 48.838071 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198811, - 48.842788 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198811, - 48.842788 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198811, - 48.842788 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.198811, - 48.842788 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.64588, - 43.221173 - ] - }, - "properties": { - "undefined": "Ramatuelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.64588, - 43.221173 - ] - }, - "properties": { - "undefined": "Ramatuelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1973, - 48.85195 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1973, - 48.85195 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1973, - 48.85195 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896984, - 43.986445 - ] - }, - "properties": { - "undefined": "Vedène" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.896984, - 43.986445 - ] - }, - "properties": { - "undefined": "Vedène" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.907248, - 43.979318 - ] - }, - "properties": { - "undefined": "Vedène" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.907248, - 43.979318 - ] - }, - "properties": { - "undefined": "Vedène" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19756, - 48.85446 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19756, - 48.85446 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.19756, - 48.85446 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.200763, - 48.849002 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.200763, - 48.849002 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.200763, - 48.849002 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.193663, - 48.846928 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.193663, - 48.846928 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.193663, - 48.846928 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181516, - 48.840924 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181516, - 48.840924 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181516, - 48.840924 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.186539, - 48.844752 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9732, - 45.52667 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "Saint-Jeoire-Prieuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "Saint-Jeoire-Prieuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287036, - 48.790756 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287036, - 48.790756 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287036, - 48.790756 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.90471, - 43.942662 - ] - }, - "properties": { - "undefined": "Morières-lès-Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.90471, - 43.942662 - ] - }, - "properties": { - "undefined": "Morières-lès-Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274352, - 48.795044 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274352, - 48.795044 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274352, - 48.795044 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274352, - 48.795044 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274352, - 48.795044 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.274352, - 48.795044 - ] - }, - "properties": { - "undefined": "Châtillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190194, - 48.782472 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190194, - 48.782472 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190194, - 48.782472 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.190194, - 48.782472 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691184, - 48.724352 - ] - }, - "properties": { - "undefined": "Donnenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691184, - 48.724352 - ] - }, - "properties": { - "undefined": "Donnenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.691184, - 48.724352 - ] - }, - "properties": { - "undefined": "Donnenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.926161, - 47.665194 - ] - }, - "properties": { - "undefined": "Chaumont-sur-Tharonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.926161, - 47.665194 - ] - }, - "properties": { - "undefined": "Chaumont-sur-Tharonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.926161, - 47.665194 - ] - }, - "properties": { - "undefined": "Chaumont-sur-Tharonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.683721, - 47.862233 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.683721, - 47.862233 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.871245, - 43.934998 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.871245, - 43.934998 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.871245, - 43.934998 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.871245, - 43.934998 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.82889, - 45.275643 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287036, - 48.790756 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292852, - 48.789219 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "Saint-Jeoire-Prieuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292852, - 48.789219 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "Saint-Jeoire-Prieuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "Saint-Jeoire-Prieuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "Saint-Jeoire-Prieuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "Saint-Jeoire-Prieuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.976272, - 45.526596 - ] - }, - "properties": { - "undefined": "Saint-Jeoire-Prieuré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.643206, - 43.268741 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.643206, - 43.268741 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.465199, - 43.207435 - ] - }, - "properties": { - "undefined": "La Môle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.465199, - 43.207435 - ] - }, - "properties": { - "undefined": "La Môle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.130358, - 48.801996 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.130358, - 48.801996 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657337, - 43.250875 - ] - }, - "properties": { - "undefined": "Ramatuelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.657337, - 43.250875 - ] - }, - "properties": { - "undefined": "Ramatuelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636581, - 43.272524 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.636581, - 43.272524 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92151, - 44.005089 - ] - }, - "properties": { - "undefined": "Entraigues-sur-la-Sorgue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92151, - 44.005089 - ] - }, - "properties": { - "undefined": "Entraigues-sur-la-Sorgue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283107, - 48.783485 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283107, - 48.783485 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283107, - 48.783485 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283107, - 48.783485 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283107, - 48.783485 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.283107, - 48.783485 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292852, - 48.789219 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292852, - 48.789219 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292852, - 48.789219 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292852, - 48.789219 - ] - }, - "properties": { - "undefined": "Fontenay-aux-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843686, - 43.946211 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876349, - 43.940161 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.805081, - 43.936094 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.254679, - 48.782032 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.706553, - 43.443935 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.706553, - 43.443935 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.635375, - 43.27044 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.635375, - 43.27044 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.534893, - 43.170946 - ] - }, - "properties": { - "undefined": "Cavalaire-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.534893, - 43.170946 - ] - }, - "properties": { - "undefined": "Cavalaire-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256413, - 48.776574 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256413, - 48.776574 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256413, - 48.776574 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256413, - 48.776574 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256413, - 48.776574 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256413, - 48.776574 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.256413, - 48.776574 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.254679, - 48.782032 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.793617, - 44.024338 - ] - }, - "properties": { - "undefined": "Sauveterre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18412, - 48.84965 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18412, - 48.84965 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18412, - 48.84965 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18412, - 48.84965 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.342482, - 43.758861 - ] - }, - "properties": { - "undefined": "Puyvert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.342482, - 43.758861 - ] - }, - "properties": { - "undefined": "Puyvert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255673, - 48.775787 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255673, - 48.775787 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255673, - 48.775787 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255673, - 48.775787 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255673, - 48.775787 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255673, - 48.775787 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5217, - 43.5468 - ] - }, - "properties": { - "undefined": "Saint-Marc-Jaumegarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.706553, - 43.443935 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.706553, - 43.443935 - ] - }, - "properties": { - "undefined": "Puget-sur-Argens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.522957, - 43.274431 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.522957, - 43.274431 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.568722, - 43.207298 - ] - }, - "properties": { - "undefined": "La Croix-Valmer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.136693, - 48.79661 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.136693, - 48.79661 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.151875, - 48.806742 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.151875, - 48.806742 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.153577, - 48.799674 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.153577, - 48.799674 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.577631, - 43.279636 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.577631, - 43.279636 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.577631, - 43.279636 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661056, - 43.227475 - ] - }, - "properties": { - "undefined": "Ramatuelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.661056, - 43.227475 - ] - }, - "properties": { - "undefined": "Ramatuelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.706148, - 43.384124 - ] - }, - "properties": { - "undefined": "Saint-Zacharie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.706148, - 43.384124 - ] - }, - "properties": { - "undefined": "Saint-Zacharie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.635375, - 43.27044 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.635375, - 43.27044 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36349, - 43.765756 - ] - }, - "properties": { - "undefined": "Lourmarin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.36349, - 43.765756 - ] - }, - "properties": { - "undefined": "Lourmarin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.640612, - 43.269507 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.640612, - 43.269507 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.519044, - 43.172029 - ] - }, - "properties": { - "undefined": "Cavalaire-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.448297, - 43.878408 - ] - }, - "properties": { - "undefined": "Sospel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.521344, - 43.272782 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.521344, - 43.272782 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57743, - 43.274761 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57743, - 43.274761 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5217, - 43.5468 - ] - }, - "properties": { - "undefined": "Saint-Marc-Jaumegarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5217, - 43.5468 - ] - }, - "properties": { - "undefined": "Saint-Marc-Jaumegarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5217, - 43.5468 - ] - }, - "properties": { - "undefined": "Saint-Marc-Jaumegarde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.263835, - 48.781822 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.48649, - 46.24693 - ] - }, - "properties": { - "undefined": "Les Portes-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.48649, - 46.24693 - ] - }, - "properties": { - "undefined": "Les Portes-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.48649, - 46.24693 - ] - }, - "properties": { - "undefined": "Les Portes-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.48649, - 46.24693 - ] - }, - "properties": { - "undefined": "Les Portes-en-Ré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.042062, - 43.836565 - ] - }, - "properties": { - "undefined": "Cavaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.042062, - 43.836565 - ] - }, - "properties": { - "undefined": "Cavaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.519044, - 43.172029 - ] - }, - "properties": { - "undefined": "Cavalaire-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.448297, - 43.878408 - ] - }, - "properties": { - "undefined": "Sospel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.690518, - 43.256472 - ] - }, - "properties": { - "undefined": "Saint-Tropez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.201517, - 48.781246 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.201517, - 48.781246 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.201517, - 48.781246 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.201517, - 48.781246 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.196945, - 48.781122 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.196945, - 48.781122 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.196945, - 48.781122 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.196945, - 48.781122 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181862, - 48.784202 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181862, - 48.784202 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181862, - 48.784202 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.181862, - 48.784202 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170855, - 48.783949 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170855, - 48.783949 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170855, - 48.783949 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170855, - 48.783949 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57743, - 43.274761 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.57743, - 43.274761 - ] - }, - "properties": { - "undefined": "Grimaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.263835, - 48.781822 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.263835, - 48.781822 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603186, - 45.612292 - ] - }, - "properties": { - "undefined": "Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.263835, - 48.781822 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603186, - 45.612292 - ] - }, - "properties": { - "undefined": "Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.603186, - 45.612292 - ] - }, - "properties": { - "undefined": "Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.24865, - 44.871477 - ] - }, - "properties": { - "undefined": "Les Monts-Verts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.24865, - 44.871477 - ] - }, - "properties": { - "undefined": "Les Monts-Verts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.24865, - 44.871477 - ] - }, - "properties": { - "undefined": "Les Monts-Verts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25948, - 48.78001 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25948, - 48.78001 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25948, - 48.78001 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25948, - 48.78001 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25948, - 48.78001 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25948, - 48.78001 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271471, - 48.783674 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271471, - 48.783674 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271471, - 48.783674 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271471, - 48.783674 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.271471, - 48.783674 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195605, - 48.781261 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195605, - 48.781261 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195605, - 48.781261 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.195605, - 48.781261 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84218, - 43.93032 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84218, - 43.93032 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84218, - 43.93032 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84218, - 43.93032 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.84218, - 43.93032 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.263835, - 48.781822 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.263835, - 48.781822 - ] - }, - "properties": { - "undefined": "Le Plessis-Robinson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.568722, - 43.207298 - ] - }, - "properties": { - "undefined": "La Croix-Valmer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.793617, - 44.024338 - ] - }, - "properties": { - "undefined": "Sauveterre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.186172, - 48.838071 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.211931, - 48.785437 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170362, - 48.83852 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170362, - 48.83852 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170362, - 48.83852 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170362, - 48.83852 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177635, - 48.784153 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177635, - 48.784153 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177635, - 48.784153 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177635, - 48.784153 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177635, - 48.784153 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.177635, - 48.784153 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.211931, - 48.785437 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.211931, - 48.785437 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.211931, - 48.785437 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.211931, - 48.785437 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.599485, - 43.184096 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.211931, - 48.785437 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215456, - 48.782833 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215456, - 48.782833 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215456, - 48.782833 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215456, - 48.782833 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215456, - 48.782833 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.215456, - 48.782833 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.210091, - 48.780621 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.210091, - 48.780621 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.210091, - 48.780621 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.210091, - 48.780621 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.210091, - 48.780621 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.210091, - 48.780621 - ] - }, - "properties": { - "undefined": "Vélizy-Villacoublay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170362, - 48.83852 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.170362, - 48.83852 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12096, - 48.809898 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.12096, - 48.809898 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876349, - 43.940161 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876349, - 43.940161 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.876349, - 43.940161 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828155, - 43.947206 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.828155, - 43.947206 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204549, - 48.85204 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204549, - 48.85204 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204549, - 48.85204 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204549, - 48.85204 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204549, - 48.85204 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.204549, - 48.85204 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.475489, - 48.824539 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.130358, - 48.801996 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.130358, - 48.801996 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.130358, - 48.801996 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.130358, - 48.801996 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.800516, - 43.949101 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.800516, - 43.949101 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.800516, - 43.949101 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.768425, - 43.958425 - ] - }, - "properties": { - "undefined": "Les Angles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.764347, - 43.958037 - ] - }, - "properties": { - "undefined": "Les Angles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.129056, - 48.800833 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.129056, - 48.800833 - ] - }, - "properties": { - "undefined": "Versailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466818, - 48.816785 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466818, - 48.816785 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466818, - 48.816785 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466818, - 48.816785 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466818, - 48.816785 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466818, - 48.816785 - ] - }, - "properties": { - "undefined": "Joinville-le-Pont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.534659, - 43.250675 - ] - }, - "properties": { - "undefined": "Cogolin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.533698, - 43.251851 - ] - }, - "properties": { - "undefined": "Cogolin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.534659, - 43.250675 - ] - }, - "properties": { - "undefined": "Cogolin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.533698, - 43.251851 - ] - }, - "properties": { - "undefined": "Cogolin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.403812, - 43.82887 - ] - }, - "properties": { - "undefined": "Sivergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.586437, - 43.262611 - ] - }, - "properties": { - "undefined": "Gassin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.586437, - 43.262611 - ] - }, - "properties": { - "undefined": "Gassin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.546778, - 43.337839 - ] - }, - "properties": { - "undefined": "Le Plan-de-la-Tour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.546778, - 43.337839 - ] - }, - "properties": { - "undefined": "Le Plan-de-la-Tour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.634794, - 43.310428 - ] - }, - "properties": { - "undefined": "Sainte-Maxime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.634794, - 43.310428 - ] - }, - "properties": { - "undefined": "Sainte-Maxime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.624927, - 43.325788 - ] - }, - "properties": { - "undefined": "Sainte-Maxime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.624927, - 43.325788 - ] - }, - "properties": { - "undefined": "Sainte-Maxime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6342, - 43.314926 - ] - }, - "properties": { - "undefined": "Sainte-Maxime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6342, - 43.314926 - ] - }, - "properties": { - "undefined": "Sainte-Maxime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.616837, - 43.329318 - ] - }, - "properties": { - "undefined": "Sainte-Maxime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.616837, - 43.329318 - ] - }, - "properties": { - "undefined": "Sainte-Maxime" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.599485, - 43.184096 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.764347, - 43.958037 - ] - }, - "properties": { - "undefined": "Les Angles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.768425, - 43.958425 - ] - }, - "properties": { - "undefined": "Les Angles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.800516, - 43.949101 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.752516, - 43.962289 - ] - }, - "properties": { - "undefined": "Les Angles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.936124, - 43.948985 - ] - }, - "properties": { - "undefined": "Jonquerettes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.936124, - 43.948985 - ] - }, - "properties": { - "undefined": "Jonquerettes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.823253, - 43.953885 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.823253, - 43.953885 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.823253, - 43.953885 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.823253, - 43.953885 - ] - }, - "properties": { - "undefined": "Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445813, - 48.921675 - ] - }, - "properties": { - "undefined": "Drancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.445813, - 48.921675 - ] - }, - "properties": { - "undefined": "Drancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18696, - 48.838587 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18696, - 48.838587 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18696, - 48.838587 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18696, - 48.838587 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18696, - 48.838587 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.18696, - 48.838587 - ] - }, - "properties": { - "undefined": "Garches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249932, - 48.822635 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249932, - 48.822635 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249932, - 48.822635 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249932, - 48.822635 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249932, - 48.822635 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.249932, - 48.822635 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26765, - 48.827423 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26765, - 48.827423 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26765, - 48.827423 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26765, - 48.827423 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26765, - 48.827423 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.26765, - 48.827423 - ] - }, - "properties": { - "undefined": "Issy-les-Moulineaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.752516, - 43.962289 - ] - }, - "properties": { - "undefined": "Les Angles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.186172, - 48.838071 - ] - }, - "properties": { - "undefined": "plus-de-bornes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8416, - 46.778221 - ] - }, - "properties": { - "undefined": "Pouzauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.50769, - 46.767872 - ] - }, - "properties": { - "undefined": "Le Poiré-sur-Vie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.321756, - 46.330966 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.45374, - 46.66589 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.45374, - 46.66589 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40609, - 46.670441 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40609, - 46.670441 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.428843, - 46.702999 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.428843, - 46.702999 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.78418, - 46.49939 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.78418, - 46.49939 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.79573, - 46.494049 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.79573, - 46.494049 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.79613, - 46.50195 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.79613, - 46.50195 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.78187, - 46.497181 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.78187, - 46.497181 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772598, - 46.494529 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.772598, - 46.494529 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7537332, - 46.5169739 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7537332, - 46.5169739 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7537332, - 46.5169739 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4291, - 46.6909 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4291, - 46.6909 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4291, - 46.6909 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.431739, - 46.669009 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83792, - 46.781986 - ] - }, - "properties": { - "undefined": "Pouzauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.50997, - 46.940701 - ] - }, - "properties": { - "undefined": "Rocheservière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.50997, - 46.940701 - ] - }, - "properties": { - "undefined": "Rocheservière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.42502, - 46.6642 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.42502, - 46.6642 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.43236, - 46.682899 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.43236, - 46.682899 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.431739, - 46.669009 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.429953, - 46.669237 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4383, - 46.650558 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40277, - 46.66093 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40277, - 46.66093 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4282, - 46.671021 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4282, - 46.671021 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44083, - 46.66913 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.44083, - 46.66913 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4383, - 46.650558 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4383, - 46.650558 - ] - }, - "properties": { - "undefined": "La Roche-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7537332, - 46.5169739 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7537332, - 46.5169739 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7537332, - 46.5169739 - ] - }, - "properties": { - "undefined": "Les Sables-d'Olonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83562, - 46.6063 - ] - }, - "properties": { - "undefined": "Brem-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.96324, - 46.711208 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Riez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.94701, - 46.720921 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Riez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.94701, - 46.720921 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Riez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.06249, - 46.79406 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.06249, - 46.79406 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.06061, - 46.79002 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.06061, - 46.79002 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83562, - 46.6063 - ] - }, - "properties": { - "undefined": "Brem-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.342638, - 46.573218 - ] - }, - "properties": { - "undefined": "Le Tablier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9781, - 46.712811 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Riez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.342638, - 46.573218 - ] - }, - "properties": { - "undefined": "Le Tablier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.61797, - 46.46485 - ] - }, - "properties": { - "undefined": "Talmont-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.61797, - 46.46485 - ] - }, - "properties": { - "undefined": "Talmont-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.43012, - 46.34767 - ] - }, - "properties": { - "undefined": "La Tranche-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.43012, - 46.34767 - ] - }, - "properties": { - "undefined": "La Tranche-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.51163, - 46.684349 - ] - }, - "properties": { - "undefined": "Venansault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.51163, - 46.684349 - ] - }, - "properties": { - "undefined": "Venansault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.321756, - 46.330966 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.96324, - 46.711208 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Riez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9781, - 46.712811 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Riez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.41197, - 46.93412 - ] - }, - "properties": { - "undefined": "Montréverd" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10895, - 46.4669 - ] - }, - "properties": { - "undefined": "Sainte-Gemme-la-Plaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.41197, - 46.93412 - ] - }, - "properties": { - "undefined": "Montréverd" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13728, - 46.811699 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13728, - 46.811699 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.13728, - 46.811699 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17026, - 46.85125 - ] - }, - "properties": { - "undefined": "Saint-Fulgent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17026, - 46.85125 - ] - }, - "properties": { - "undefined": "Saint-Fulgent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17687, - 46.85087 - ] - }, - "properties": { - "undefined": "Saint-Fulgent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17687, - 46.85087 - ] - }, - "properties": { - "undefined": "Saint-Fulgent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10895, - 46.4669 - ] - }, - "properties": { - "undefined": "Sainte-Gemme-la-Plaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.33125, - 47.00351 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.10895, - 46.4669 - ] - }, - "properties": { - "undefined": "Sainte-Gemme-la-Plaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29718, - 46.947361 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29718, - 46.947361 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.92586, - 46.697781 - ] - }, - "properties": { - "undefined": "Saint-Gilles-Croix-de-Vie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.92586, - 46.697781 - ] - }, - "properties": { - "undefined": "Saint-Gilles-Croix-de-Vie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.06227, - 46.555099 - ] - }, - "properties": { - "undefined": "Sainte-Hermine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.06227, - 46.555099 - ] - }, - "properties": { - "undefined": "Sainte-Hermine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.33125, - 47.00351 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8416, - 46.778221 - ] - }, - "properties": { - "undefined": "Pouzauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83792, - 46.781986 - ] - }, - "properties": { - "undefined": "Pouzauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80692, - 46.46651 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.49111, - 46.425529 - ] - }, - "properties": { - "undefined": "Longeville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.95255, - 46.99136 - ] - }, - "properties": { - "undefined": "Mortagne-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.95255, - 46.99136 - ] - }, - "properties": { - "undefined": "Mortagne-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.94492, - 46.995129 - ] - }, - "properties": { - "undefined": "Mortagne-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.94492, - 46.995129 - ] - }, - "properties": { - "undefined": "Mortagne-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.45214, - 46.90633 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.45214, - 46.90633 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31215, - 46.974091 - ] - }, - "properties": { - "undefined": "Montaigu-Vendée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31215, - 46.974091 - ] - }, - "properties": { - "undefined": "Montaigu-Vendée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22376, - 46.53632 - ] - }, - "properties": { - "undefined": "Mareuil-sur-Lay-Dissais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22376, - 46.53632 - ] - }, - "properties": { - "undefined": "Mareuil-sur-Lay-Dissais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16827, - 46.454491 - ] - }, - "properties": { - "undefined": "Luçon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.16827, - 46.454491 - ] - }, - "properties": { - "undefined": "Luçon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.15782, - 46.45393 - ] - }, - "properties": { - "undefined": "Luçon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.15782, - 46.45393 - ] - }, - "properties": { - "undefined": "Luçon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.49111, - 46.425529 - ] - }, - "properties": { - "undefined": "Longeville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.65902, - 46.6177 - ] - }, - "properties": { - "undefined": "Les Achards" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57682, - 46.41642 - ] - }, - "properties": { - "undefined": "Jard-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57682, - 46.41642 - ] - }, - "properties": { - "undefined": "Jard-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35018, - 46.727699 - ] - }, - "properties": { - "undefined": "L'Île-d'Yeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.35018, - 46.727699 - ] - }, - "properties": { - "undefined": "L'Île-d'Yeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.34753, - 46.724319 - ] - }, - "properties": { - "undefined": "L'Île-d'Yeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.34753, - 46.724319 - ] - }, - "properties": { - "undefined": "L'Île-d'Yeu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01728, - 46.861481 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01728, - 46.861481 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01449, - 46.871368 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.01449, - 46.871368 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.00948, - 46.871399 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.00948, - 46.871399 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.022143, - 46.877453 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.022143, - 46.877453 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.65902, - 46.6177 - ] - }, - "properties": { - "undefined": "Les Achards" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.45963, - 46.72031 - ] - }, - "properties": { - "undefined": "Mouilleron-le-Captif" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.235, - 46.96945 - ] - }, - "properties": { - "undefined": "La Guérinière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7726, - 46.541851 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.61386, - 46.74352 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.60784, - 46.74025 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.60784, - 46.74025 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.390747, - 46.40573 - ] - }, - "properties": { - "undefined": "Angles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.390747, - 46.40573 - ] - }, - "properties": { - "undefined": "Angles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.390747, - 46.40573 - ] - }, - "properties": { - "undefined": "Angles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4523, - 46.596981 - ] - }, - "properties": { - "undefined": "Aubigny-Les Clouzeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4523, - 46.596981 - ] - }, - "properties": { - "undefined": "Aubigny-Les Clouzeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.50769, - 46.767872 - ] - }, - "properties": { - "undefined": "Le Poiré-sur-Vie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.50551, - 46.766079 - ] - }, - "properties": { - "undefined": "Le Poiré-sur-Vie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.50551, - 46.766079 - ] - }, - "properties": { - "undefined": "Le Poiré-sur-Vie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.98991, - 46.819931 - ] - }, - "properties": { - "undefined": "Le Perrier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.98991, - 46.819931 - ] - }, - "properties": { - "undefined": "Le Perrier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7726, - 46.541851 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.778495, - 46.514553 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.45963, - 46.72031 - ] - }, - "properties": { - "undefined": "Mouilleron-le-Captif" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.778495, - 46.514553 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.778495, - 46.514553 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77327, - 46.53415 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77327, - 46.53415 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77019, - 46.506409 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.77019, - 46.506409 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.131729, - 46.831223 - ] - }, - "properties": { - "undefined": "Notre-Dame-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.131729, - 46.831223 - ] - }, - "properties": { - "undefined": "Notre-Dame-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.24947, - 47.000671 - ] - }, - "properties": { - "undefined": "Noirmoutier-en-l'Île" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.24947, - 47.000671 - ] - }, - "properties": { - "undefined": "Noirmoutier-en-l'Île" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40227, - 46.5927 - ] - }, - "properties": { - "undefined": "Nesmy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.40227, - 46.5927 - ] - }, - "properties": { - "undefined": "Nesmy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4251, - 46.492908 - ] - }, - "properties": { - "undefined": "Moutiers-les-Mauxfaits" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4251, - 46.492908 - ] - }, - "properties": { - "undefined": "Moutiers-les-Mauxfaits" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.022143, - 46.877453 - ] - }, - "properties": { - "undefined": "Les Herbiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.235, - 46.96945 - ] - }, - "properties": { - "undefined": "La Guérinière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.119488, - 46.88022 - ] - }, - "properties": { - "undefined": "La Barre-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17294, - 46.63612 - ] - }, - "properties": { - "undefined": "Bournezeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.864479, - 46.861111 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.864479, - 46.861111 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.864479, - 46.861111 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.88028, - 46.84565 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.88028, - 46.84565 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.871946, - 46.848647 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.871946, - 46.848647 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29272, - 46.672119 - ] - }, - "properties": { - "undefined": "La Chaize-le-Vicomte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.29272, - 46.672119 - ] - }, - "properties": { - "undefined": "La Chaize-le-Vicomte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.02199, - 46.39301 - ] - }, - "properties": { - "undefined": "Chaillé-les-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.02199, - 46.39301 - ] - }, - "properties": { - "undefined": "Chaillé-les-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8556, - 46.626759 - ] - }, - "properties": { - "undefined": "Bretignolles-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8556, - 46.626759 - ] - }, - "properties": { - "undefined": "Bretignolles-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.17294, - 46.63612 - ] - }, - "properties": { - "undefined": "Bournezeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99678, - 46.97329 - ] - }, - "properties": { - "undefined": "Bouin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05157, - 46.686314 - ] - }, - "properties": { - "undefined": "Chantonnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.99678, - 46.97329 - ] - }, - "properties": { - "undefined": "Bouin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.351041, - 46.957664 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.351041, - 46.957664 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.351041, - 46.957664 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59512, - 46.36944 - ] - }, - "properties": { - "undefined": "Benet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.59512, - 46.36944 - ] - }, - "properties": { - "undefined": "Benet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.176674, - 46.941901 - ] - }, - "properties": { - "undefined": "Barbâtre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.040817, - 46.914974 - ] - }, - "properties": { - "undefined": "Beauvoir-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.040817, - 46.914974 - ] - }, - "properties": { - "undefined": "Beauvoir-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91576, - 46.657139 - ] - }, - "properties": { - "undefined": "Bazoges-en-Pareds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.91576, - 46.657139 - ] - }, - "properties": { - "undefined": "Bazoges-en-Pareds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.11937, - 46.88493 - ] - }, - "properties": { - "undefined": "La Barre-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.11937, - 46.88493 - ] - }, - "properties": { - "undefined": "La Barre-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.119488, - 46.88022 - ] - }, - "properties": { - "undefined": "La Barre-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.879576, - 46.84815 - ] - }, - "properties": { - "undefined": "Challans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05157, - 46.686314 - ] - }, - "properties": { - "undefined": "Chantonnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83061, - 46.89101 - ] - }, - "properties": { - "undefined": "La Garnache" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22665, - 46.77294 - ] - }, - "properties": { - "undefined": "Essarts en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.83061, - 46.89101 - ] - }, - "properties": { - "undefined": "La Garnache" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80859, - 46.462 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80859, - 46.462 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.176674, - 46.941901 - ] - }, - "properties": { - "undefined": "Barbâtre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80692, - 46.46651 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80221, - 46.462318 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80221, - 46.462318 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80221, - 46.462318 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80378, - 46.468151 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80378, - 46.468151 - ] - }, - "properties": { - "undefined": "Fontenay-le-Comte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31272, - 46.714 - ] - }, - "properties": { - "undefined": "La Ferrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.31272, - 46.714 - ] - }, - "properties": { - "undefined": "La Ferrière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.23013, - 46.774151 - ] - }, - "properties": { - "undefined": "Essarts en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.23013, - 46.774151 - ] - }, - "properties": { - "undefined": "Essarts en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.22665, - 46.77294 - ] - }, - "properties": { - "undefined": "Essarts en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05423, - 46.689838 - ] - }, - "properties": { - "undefined": "Chantonnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38599, - 46.73901 - ] - }, - "properties": { - "undefined": "Dompierre-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38599, - 46.73901 - ] - }, - "properties": { - "undefined": "Dompierre-sur-Yon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.76012, - 46.69736 - ] - }, - "properties": { - "undefined": "Coëx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.76012, - 46.69736 - ] - }, - "properties": { - "undefined": "Coëx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7591, - 46.481231 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7591, - 46.481231 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.73754, - 46.504768 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.73754, - 46.504768 - ] - }, - "properties": { - "undefined": "sydev" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.74243, - 46.647221 - ] - }, - "properties": { - "undefined": "La Châtaigneraie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.74243, - 46.647221 - ] - }, - "properties": { - "undefined": "La Châtaigneraie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.746495, - 46.646595 - ] - }, - "properties": { - "undefined": "La Châtaigneraie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.746495, - 46.646595 - ] - }, - "properties": { - "undefined": "La Châtaigneraie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.746495, - 46.646595 - ] - }, - "properties": { - "undefined": "La Châtaigneraie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.05423, - 46.689838 - ] - }, - "properties": { - "undefined": "Chantonnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.61386, - 46.74352 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.119488, - 46.88022 - ] - }, - "properties": { - "undefined": "La Barre-de-Monts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2154698, - 46.6395865 - ] - }, - "properties": { - "undefined": "Maisonnais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.844376, - 47.1428978 - ] - }, - "properties": { - "undefined": "Graçay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5261736, - 47.3032144 - ] - }, - "properties": { - "undefined": "Henrichemont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5261736, - 47.3032144 - ] - }, - "properties": { - "undefined": "Henrichemont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9404834, - 46.9397677 - ] - }, - "properties": { - "undefined": "La Guerche-sur-l'Aubois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9404834, - 46.9397677 - ] - }, - "properties": { - "undefined": "La Guerche-sur-l'Aubois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9488165, - 46.9518797 - ] - }, - "properties": { - "undefined": "La Guerche-sur-l'Aubois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9488165, - 46.9518797 - ] - }, - "properties": { - "undefined": "La Guerche-sur-l'Aubois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.844376, - 47.1428978 - ] - }, - "properties": { - "undefined": "Graçay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4290438, - 47.1450594 - ] - }, - "properties": { - "undefined": "Fussy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5793588, - 47.2856341 - ] - }, - "properties": { - "undefined": "Henrichemont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4290438, - 47.1450594 - ] - }, - "properties": { - "undefined": "Fussy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1604604, - 47.1786933 - ] - }, - "properties": { - "undefined": "Foëcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1604604, - 47.1786933 - ] - }, - "properties": { - "undefined": "Foëcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6502551, - 47.0732019 - ] - }, - "properties": { - "undefined": "Farges-en-Septaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6502551, - 47.0732019 - ] - }, - "properties": { - "undefined": "Farges-en-Septaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5836225, - 46.5585226 - ] - }, - "properties": { - "undefined": "Épineuil-le-Fleuriel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5836225, - 46.5585226 - ] - }, - "properties": { - "undefined": "Épineuil-le-Fleuriel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5793588, - 47.2856341 - ] - }, - "properties": { - "undefined": "Henrichemont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9875759, - 47.0455613 - ] - }, - "properties": { - "undefined": "Jouet-sur-l'Aubois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4350891, - 47.411948 - ] - }, - "properties": { - "undefined": "Ennordres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0139462, - 47.067301 - ] - }, - "properties": { - "undefined": "Marseilles-lès-Aubigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3079044, - 47.4479337 - ] - }, - "properties": { - "undefined": "Ménétréol-sur-Sauldre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4902011, - 47.2317681 - ] - }, - "properties": { - "undefined": "Menetou-Salon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4902011, - 47.2317681 - ] - }, - "properties": { - "undefined": "Menetou-Salon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.219322, - 47.146584 - ] - }, - "properties": { - "undefined": "Mehun-sur-Yèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.219322, - 47.146584 - ] - }, - "properties": { - "undefined": "Mehun-sur-Yèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9958933, - 47.155189 - ] - }, - "properties": { - "undefined": "Massay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9958933, - 47.155189 - ] - }, - "properties": { - "undefined": "Massay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0139462, - 47.067301 - ] - }, - "properties": { - "undefined": "Marseilles-lès-Aubigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9875759, - 47.0455613 - ] - }, - "properties": { - "undefined": "Jouet-sur-l'Aubois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2839464, - 47.10178 - ] - }, - "properties": { - "undefined": "Marmagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2839464, - 47.10178 - ] - }, - "properties": { - "undefined": "Marmagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2154698, - 46.6395865 - ] - }, - "properties": { - "undefined": "Maisonnais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4072566, - 46.9254674 - ] - }, - "properties": { - "undefined": "Levet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4072566, - 46.9254674 - ] - }, - "properties": { - "undefined": "Levet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8750411, - 47.4736226 - ] - }, - "properties": { - "undefined": "Léré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8750411, - 47.4736226 - ] - }, - "properties": { - "undefined": "Léré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4350891, - 47.411948 - ] - }, - "properties": { - "undefined": "Ennordres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3796366, - 47.4279525 - ] - }, - "properties": { - "undefined": "Ennordres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3881067, - 47.0833417 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6196909, - 47.1238181 - ] - }, - "properties": { - "undefined": "Brécy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4319539, - 47.3643481 - ] - }, - "properties": { - "undefined": "La Chapelle-d'Angillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4319539, - 47.3643481 - ] - }, - "properties": { - "undefined": "La Chapelle-d'Angillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1854754, - 46.7931797 - ] - }, - "properties": { - "undefined": "La Celle-Condé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1854754, - 46.7931797 - ] - }, - "properties": { - "undefined": "La Celle-Condé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2527845, - 47.567834 - ] - }, - "properties": { - "undefined": "Brinon-sur-Sauldre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2527845, - 47.567834 - ] - }, - "properties": { - "undefined": "Brinon-sur-Sauldre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6196909, - 47.1238181 - ] - }, - "properties": { - "undefined": "Brécy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3987131, - 47.0807651 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3216257, - 47.0627442 - ] - }, - "properties": { - "undefined": "La Chapelle-Saint-Ursin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3987131, - 47.0807651 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3690533, - 47.0635477 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3690533, - 47.0635477 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3986157, - 47.0789921 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3986157, - 47.0789921 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4145031, - 47.0817266 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4155377, - 47.0814423 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3216257, - 47.0627442 - ] - }, - "properties": { - "undefined": "La Chapelle-Saint-Ursin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1174549, - 46.9924213 - ] - }, - "properties": { - "undefined": "Chârost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3796366, - 47.4279525 - ] - }, - "properties": { - "undefined": "Ennordres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0317329, - 47.0256552 - ] - }, - "properties": { - "undefined": "Cours-les-Barres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5651538, - 46.8828722 - ] - }, - "properties": { - "undefined": "Dun-sur-Auron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5651538, - 46.8828722 - ] - }, - "properties": { - "undefined": "Dun-sur-Auron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465169, - 46.5471416 - ] - }, - "properties": { - "undefined": "Culan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465169, - 46.5471416 - ] - }, - "properties": { - "undefined": "Culan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0676172, - 46.9472749 - ] - }, - "properties": { - "undefined": "Cuffy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0676172, - 46.9472749 - ] - }, - "properties": { - "undefined": "Cuffy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0317329, - 47.0256552 - ] - }, - "properties": { - "undefined": "Cours-les-Barres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1164165, - 46.8267421 - ] - }, - "properties": { - "undefined": "Chezal-Benoît" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1174549, - 46.9924213 - ] - }, - "properties": { - "undefined": "Chârost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1164165, - 46.8267421 - ] - }, - "properties": { - "undefined": "Chezal-Benoît" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2834187, - 46.6423156 - ] - }, - "properties": { - "undefined": "Le Châtelet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2834187, - 46.6423156 - ] - }, - "properties": { - "undefined": "Le Châtelet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3192016, - 46.85747 - ] - }, - "properties": { - "undefined": "Châteauneuf-sur-Cher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3192016, - 46.85747 - ] - }, - "properties": { - "undefined": "Châteauneuf-sur-Cher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2010838, - 46.5621523 - ] - }, - "properties": { - "undefined": "Châteaumeillant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2010838, - 46.5621523 - ] - }, - "properties": { - "undefined": "Châteaumeillant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3079044, - 47.4479337 - ] - }, - "properties": { - "undefined": "Ménétréol-sur-Sauldre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0500585, - 47.1626718 - ] - }, - "properties": { - "undefined": "Méreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0500585, - 47.1626718 - ] - }, - "properties": { - "undefined": "Méreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9115779, - 47.1572062 - ] - }, - "properties": { - "undefined": "Sancergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.935038, - 47.254776 - ] - }, - "properties": { - "undefined": "Thénioux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.935038, - 47.254776 - ] - }, - "properties": { - "undefined": "Thénioux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9214142, - 46.8295479 - ] - }, - "properties": { - "undefined": "Sancoins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9214142, - 46.8295479 - ] - }, - "properties": { - "undefined": "Sancoins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8365479, - 47.331518 - ] - }, - "properties": { - "undefined": "Sancerre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8365479, - 47.331518 - ] - }, - "properties": { - "undefined": "Sancerre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9115779, - 47.1572062 - ] - }, - "properties": { - "undefined": "Sancergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2018356, - 47.0811526 - ] - }, - "properties": { - "undefined": "Sainte-Thorette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580642, - 47.0101595 - ] - }, - "properties": { - "undefined": "Trouy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2018356, - 47.0811526 - ] - }, - "properties": { - "undefined": "Sainte-Thorette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8578603, - 47.3369104 - ] - }, - "properties": { - "undefined": "Saint-Satur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8578603, - 47.3369104 - ] - }, - "properties": { - "undefined": "Saint-Satur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4180206, - 47.204208 - ] - }, - "properties": { - "undefined": "Saint-Martin-d'Auxigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4180206, - 47.204208 - ] - }, - "properties": { - "undefined": "Saint-Martin-d'Auxigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.509975, - 46.9923185 - ] - }, - "properties": { - "undefined": "Saint-Just" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.509975, - 46.9923185 - ] - }, - "properties": { - "undefined": "Saint-Just" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580642, - 47.0101595 - ] - }, - "properties": { - "undefined": "Trouy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6508327, - 47.4583069 - ] - }, - "properties": { - "undefined": "Vailly-sur-Sauldre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1957124, - 47.3504379 - ] - }, - "properties": { - "undefined": "Nançay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0691079, - 47.221537 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0676642, - 47.2457138 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0676642, - 47.2457138 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0600808, - 47.2260602 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0600808, - 47.2260602 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0986401, - 47.2179487 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0986401, - 47.2179487 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0691079, - 47.221537 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.064954, - 47.222651 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6508327, - 47.4583069 - ] - }, - "properties": { - "undefined": "Vailly-sur-Sauldre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.064954, - 47.222651 - ] - }, - "properties": { - "undefined": "Vierzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4326471, - 46.5387678 - ] - }, - "properties": { - "undefined": "Vesdun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4326471, - 46.5387678 - ] - }, - "properties": { - "undefined": "Vesdun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7572507, - 47.2576027 - ] - }, - "properties": { - "undefined": "Veaugues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7572507, - 47.2576027 - ] - }, - "properties": { - "undefined": "Veaugues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3707813, - 46.8011587 - ] - }, - "properties": { - "undefined": "Vallenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3707813, - 46.8011587 - ] - }, - "properties": { - "undefined": "Vallenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8885775, - 47.0447626 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Gondilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8885775, - 47.0447626 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Gondilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4826762, - 47.1001602 - ] - }, - "properties": { - "undefined": "Saint-Germain-du-Puy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4821, - 46.72504 - ] - }, - "properties": { - "undefined": "Orval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6852991, - 46.9695843 - ] - }, - "properties": { - "undefined": "Raymond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2541854, - 46.4339652 - ] - }, - "properties": { - "undefined": "Préveranges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2541854, - 46.4339652 - ] - }, - "properties": { - "undefined": "Préveranges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4522788, - 46.9980069 - ] - }, - "properties": { - "undefined": "Plaimpied-Givaudins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4522788, - 46.9980069 - ] - }, - "properties": { - "undefined": "Plaimpied-Givaudins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.784353, - 46.9306179 - ] - }, - "properties": { - "undefined": "Ourouer-les-Bourdelins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.784353, - 46.9306179 - ] - }, - "properties": { - "undefined": "Ourouer-les-Bourdelins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4821, - 46.72504 - ] - }, - "properties": { - "undefined": "Orval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4826762, - 47.1001602 - ] - }, - "properties": { - "undefined": "Saint-Germain-du-Puy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.419985, - 46.714819 - ] - }, - "properties": { - "undefined": "Orcenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.419985, - 46.714819 - ] - }, - "properties": { - "undefined": "Orcenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2548729, - 47.3148464 - ] - }, - "properties": { - "undefined": "Neuvy-sur-Barangeon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2548729, - 47.3148464 - ] - }, - "properties": { - "undefined": "Neuvy-sur-Barangeon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8114988, - 46.9973881 - ] - }, - "properties": { - "undefined": "Nérondes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8114988, - 46.9973881 - ] - }, - "properties": { - "undefined": "Nérondes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1957124, - 47.3504379 - ] - }, - "properties": { - "undefined": "Nançay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6852991, - 46.9695843 - ] - }, - "properties": { - "undefined": "Raymond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3515222, - 46.5770422 - ] - }, - "properties": { - "undefined": "Reigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3515222, - 46.5770422 - ] - }, - "properties": { - "undefined": "Reigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6134124, - 47.1853353 - ] - }, - "properties": { - "undefined": "Rians" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2658983, - 47.004323 - ] - }, - "properties": { - "undefined": "Saint-Florent-sur-Cher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2658983, - 47.004323 - ] - }, - "properties": { - "undefined": "Saint-Florent-sur-Cher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2447831, - 46.9925471 - ] - }, - "properties": { - "undefined": "Saint-Florent-sur-Cher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2447831, - 46.9925471 - ] - }, - "properties": { - "undefined": "Saint-Florent-sur-Cher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3731237, - 47.1012245 - ] - }, - "properties": { - "undefined": "Saint-Doulchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3731237, - 47.1012245 - ] - }, - "properties": { - "undefined": "Saint-Doulchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3729787, - 47.101045 - ] - }, - "properties": { - "undefined": "Saint-Doulchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3729787, - 47.101045 - ] - }, - "properties": { - "undefined": "Saint-Doulchard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49495, - 46.725562 - ] - }, - "properties": { - "undefined": "Saint-Amand-Montrond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.49495, - 46.725562 - ] - }, - "properties": { - "undefined": "Saint-Amand-Montrond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5072402, - 46.7209067 - ] - }, - "properties": { - "undefined": "Saint-Amand-Montrond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5072402, - 46.7209067 - ] - }, - "properties": { - "undefined": "Saint-Amand-Montrond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.505091, - 46.721011 - ] - }, - "properties": { - "undefined": "Saint-Amand-Montrond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.505091, - 46.721011 - ] - }, - "properties": { - "undefined": "Saint-Amand-Montrond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6134124, - 47.1853353 - ] - }, - "properties": { - "undefined": "Rians" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4155377, - 47.0814423 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3831938, - 47.0828204 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3881067, - 47.0833417 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8732176, - 47.4239562 - ] - }, - "properties": { - "undefined": "Boulleret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7306654, - 46.8956458 - ] - }, - "properties": { - "undefined": "Blet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7306654, - 46.8956458 - ] - }, - "properties": { - "undefined": "Blet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5285667, - 47.5322031 - ] - }, - "properties": { - "undefined": "Blancafort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5285667, - 47.5322031 - ] - }, - "properties": { - "undefined": "Blancafort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7294331, - 47.0822449 - ] - }, - "properties": { - "undefined": "Baugy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7294331, - 47.0822449 - ] - }, - "properties": { - "undefined": "Baugy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7134376, - 46.8010561 - ] - }, - "properties": { - "undefined": "Bannegon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7134376, - 46.8010561 - ] - }, - "properties": { - "undefined": "Bannegon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6519766, - 47.0327243 - ] - }, - "properties": { - "undefined": "Avord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6519766, - 47.0327243 - ] - }, - "properties": { - "undefined": "Avord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.653584, - 47.0357121 - ] - }, - "properties": { - "undefined": "Avord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.441539, - 47.489301 - ] - }, - "properties": { - "undefined": "Aubigny-sur-Nère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.441539, - 47.489301 - ] - }, - "properties": { - "undefined": "Aubigny-sur-Nère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4378559, - 47.4912269 - ] - }, - "properties": { - "undefined": "Aubigny-sur-Nère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4378559, - 47.4912269 - ] - }, - "properties": { - "undefined": "Aubigny-sur-Nère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4470023, - 47.5592618 - ] - }, - "properties": { - "undefined": "Argent-sur-Sauldre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4470023, - 47.5592618 - ] - }, - "properties": { - "undefined": "Argent-sur-Sauldre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0463252, - 46.9075846 - ] - }, - "properties": { - "undefined": "Apremont-sur-Allier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0463252, - 46.9075846 - ] - }, - "properties": { - "undefined": "Apremont-sur-Allier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184789, - 47.2257841 - ] - }, - "properties": { - "undefined": "Allogny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184789, - 47.2257841 - ] - }, - "properties": { - "undefined": "Allogny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5656172, - 47.1950266 - ] - }, - "properties": { - "undefined": "Les Aix-d'Angillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5656172, - 47.1950266 - ] - }, - "properties": { - "undefined": "Les Aix-d'Angillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8732176, - 47.4239562 - ] - }, - "properties": { - "undefined": "Boulleret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.653584, - 47.0357121 - ] - }, - "properties": { - "undefined": "Avord" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390722, - 47.0840408 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4030391, - 47.0818529 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390722, - 47.0840408 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3831938, - 47.0828204 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3999656, - 47.091359 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3999656, - 47.091359 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3928684, - 47.0966819 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3928684, - 47.0966819 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4314384, - 47.0960894 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3904936, - 47.0771742 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3904936, - 47.0771742 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4098364, - 47.1034552 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4098364, - 47.1034552 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4314384, - 47.0960894 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4026873, - 47.1240694 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4187137, - 47.0770328 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4187137, - 47.0770328 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3749338, - 47.0690597 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3749338, - 47.0690597 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4045651, - 47.1055485 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4045651, - 47.1055485 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4026873, - 47.1240694 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3983808, - 47.063062 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4030391, - 47.0818529 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3983808, - 47.063062 - ] - }, - "properties": { - "undefined": "Bourges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.009537, - 49.14109 - ] - }, - "properties": { - "undefined": "Notre-Dame-d'Estrées-Corbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567159, - 49.121574 - ] - }, - "properties": { - "undefined": "La Caine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.567159, - 49.121574 - ] - }, - "properties": { - "undefined": "La Caine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.257186, - 49.277668 - ] - }, - "properties": { - "undefined": "Ouistreham" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.405121, - 49.023678 - ] - }, - "properties": { - "undefined": "Orbec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.009537, - 49.14109 - ] - }, - "properties": { - "undefined": "Notre-Dame-d'Estrées-Corbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.405121, - 49.023678 - ] - }, - "properties": { - "undefined": "Orbec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.257186, - 49.277668 - ] - }, - "properties": { - "undefined": "Ouistreham" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.405064, - 49.020981 - ] - }, - "properties": { - "undefined": "Orbec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.405064, - 49.020981 - ] - }, - "properties": { - "undefined": "Orbec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.224748, - 49.182022 - ] - }, - "properties": { - "undefined": "Ouilly-le-Vicomte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.224748, - 49.182022 - ] - }, - "properties": { - "undefined": "Ouilly-le-Vicomte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.242383, - 49.198738 - ] - }, - "properties": { - "undefined": "Norolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.242383, - 49.198738 - ] - }, - "properties": { - "undefined": "Norolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.317765, - 49.178341 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.357187, - 49.19585 - ] - }, - "properties": { - "undefined": "Moyaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.357187, - 49.19585 - ] - }, - "properties": { - "undefined": "Moyaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.167836, - 49.116592 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.167836, - 49.116592 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.073741, - 48.924759 - ] - }, - "properties": { - "undefined": "Morteaux-Coulibœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.073741, - 48.924759 - ] - }, - "properties": { - "undefined": "Morteaux-Coulibœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.768018, - 48.920078 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.768018, - 48.920078 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.318416, - 49.172173 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.318416, - 49.172173 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.317765, - 49.178341 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.073146, - 49.071609 - ] - }, - "properties": { - "undefined": "Mézidon Vallée d'Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.258216, - 49.288376 - ] - }, - "properties": { - "undefined": "Ouistreham" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.258216, - 49.288376 - ] - }, - "properties": { - "undefined": "Ouistreham" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.220241, - 49.178085 - ] - }, - "properties": { - "undefined": "Sannerville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.250781, - 49.278812 - ] - }, - "properties": { - "undefined": "Ouistreham" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.259154, - 49.23476 - ] - }, - "properties": { - "undefined": "Ranville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.649742, - 49.292091 - ] - }, - "properties": { - "undefined": "Sommervieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.649742, - 49.292091 - ] - }, - "properties": { - "undefined": "Sommervieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.082768, - 49.136223 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.220241, - 49.178085 - ] - }, - "properties": { - "undefined": "Sannerville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.838209, - 48.83251 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.739149, - 49.02071 - ] - }, - "properties": { - "undefined": "Malherbe-sur-Ajon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.838209, - 48.83251 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.476986, - 49.205502 - ] - }, - "properties": { - "undefined": "Rots" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.476986, - 49.205502 - ] - }, - "properties": { - "undefined": "Rots" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.471729, - 49.199406 - ] - }, - "properties": { - "undefined": "Rots" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.471729, - 49.199406 - ] - }, - "properties": { - "undefined": "Rots" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.259154, - 49.23476 - ] - }, - "properties": { - "undefined": "Ranville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.242004, - 48.96925 - ] - }, - "properties": { - "undefined": "Potigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.250781, - 49.278812 - ] - }, - "properties": { - "undefined": "Ouistreham" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.242004, - 48.96925 - ] - }, - "properties": { - "undefined": "Potigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51847393, - 48.86885129 - ] - }, - "properties": { - "undefined": "Saint-Denis-de-Méré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51847393, - 48.86885129 - ] - }, - "properties": { - "undefined": "Saint-Denis-de-Méré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.51847393, - 48.86885129 - ] - }, - "properties": { - "undefined": "Saint-Denis-de-Méré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753076, - 49.34211 - ] - }, - "properties": { - "undefined": "Commes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753076, - 49.34211 - ] - }, - "properties": { - "undefined": "Commes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197402, - 49.287834 - ] - }, - "properties": { - "undefined": "Pont-l'Évêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197402, - 49.287834 - ] - }, - "properties": { - "undefined": "Pont-l'Évêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.186472, - 49.285782 - ] - }, - "properties": { - "undefined": "Pont-l'Évêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.186472, - 49.285782 - ] - }, - "properties": { - "undefined": "Pont-l'Évêque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.411662, - 48.872952 - ] - }, - "properties": { - "undefined": "Pont-d'Ouilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.411662, - 48.872952 - ] - }, - "properties": { - "undefined": "Pont-d'Ouilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.073146, - 49.071609 - ] - }, - "properties": { - "undefined": "Mézidon Vallée d'Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.268813, - 49.146912 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.082768, - 49.136223 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.84048, - 48.937435 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.314508, - 49.302155 - ] - }, - "properties": { - "undefined": "Lion-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.314508, - 49.302155 - ] - }, - "properties": { - "undefined": "Lion-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.789644, - 49.219543 - ] - }, - "properties": { - "undefined": "Le Tronquay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.789644, - 49.219543 - ] - }, - "properties": { - "undefined": "Le Tronquay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.830717, - 48.965939 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.830717, - 48.965939 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.869728, - 49.242004 - ] - }, - "properties": { - "undefined": "Le Molay-Littry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.869728, - 49.242004 - ] - }, - "properties": { - "undefined": "Le Molay-Littry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.545198, - 49.195198 - ] - }, - "properties": { - "undefined": "Carcagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.545198, - 49.195198 - ] - }, - "properties": { - "undefined": "Carcagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29001, - 49.108196 - ] - }, - "properties": { - "undefined": "Le Mesnil-Guillaume" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.29001, - 49.108196 - ] - }, - "properties": { - "undefined": "Le Mesnil-Guillaume" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.84048, - 48.937435 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369945, - 49.325378 - ] - }, - "properties": { - "undefined": "Langrune-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369945, - 49.325378 - ] - }, - "properties": { - "undefined": "Langrune-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.419354, - 49.024189 - ] - }, - "properties": { - "undefined": "La Vespière-Friardel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.419354, - 49.024189 - ] - }, - "properties": { - "undefined": "La Vespière-Friardel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.269149, - 49.408573 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.269149, - 49.408573 - ] - }, - "properties": { - "undefined": "La Rivière-Saint-Sauveur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.883248, - 48.893047 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.883248, - 48.893047 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35496471, - 49.32043809 - ] - }, - "properties": { - "undefined": "Luc-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35496471, - 49.32043809 - ] - }, - "properties": { - "undefined": "Luc-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35496471, - 49.32043809 - ] - }, - "properties": { - "undefined": "Luc-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753121, - 49.002502 - ] - }, - "properties": { - "undefined": "Malherbe-sur-Ajon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20465, - 49.279522 - ] - }, - "properties": { - "undefined": "Merville-Franceville-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.765131, - 49.108475 - ] - }, - "properties": { - "undefined": "Aurseulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.20465, - 49.279522 - ] - }, - "properties": { - "undefined": "Merville-Franceville-Plage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.373516, - 49.254955 - ] - }, - "properties": { - "undefined": "Mathieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.373516, - 49.254955 - ] - }, - "properties": { - "undefined": "Mathieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371768, - 49.138321 - ] - }, - "properties": { - "undefined": "Marolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371768, - 49.138321 - ] - }, - "properties": { - "undefined": "Marolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422221, - 49.128597 - ] - }, - "properties": { - "undefined": "Maltot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.422221, - 49.128597 - ] - }, - "properties": { - "undefined": "Maltot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.351417, - 49.318889 - ] - }, - "properties": { - "undefined": "Luc-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.351417, - 49.318889 - ] - }, - "properties": { - "undefined": "Luc-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.399309, - 49.160816 - ] - }, - "properties": { - "undefined": "Louvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.399309, - 49.160816 - ] - }, - "properties": { - "undefined": "Louvigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.765131, - 49.108475 - ] - }, - "properties": { - "undefined": "Aurseulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.149838, - 49.004524 - ] - }, - "properties": { - "undefined": "Livarot-Pays-d'Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.149838, - 49.004524 - ] - }, - "properties": { - "undefined": "Livarot-Pays-d'Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80973, - 48.929178 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80973, - 48.929178 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.80973, - 48.929178 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15161, - 49.005394 - ] - }, - "properties": { - "undefined": "Livarot-Pays-d'Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.15161, - 49.005394 - ] - }, - "properties": { - "undefined": "Livarot-Pays-d'Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.221156, - 49.143112 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.221156, - 49.143112 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.268813, - 49.146912 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298521, - 49.073658 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229788, - 49.138123 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298521, - 49.073658 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.606036, - 48.857273 - ] - }, - "properties": { - "undefined": "Condé-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09212, - 49.338612 - ] - }, - "properties": { - "undefined": "Saint-Arnoult" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.09212, - 49.338612 - ] - }, - "properties": { - "undefined": "Saint-Arnoult" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.672848, - 48.853397 - ] - }, - "properties": { - "undefined": "Valdallière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.292248, - 49.024796 - ] - }, - "properties": { - "undefined": "Urville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.292248, - 49.024796 - ] - }, - "properties": { - "undefined": "Urville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.493794, - 49.077198 - ] - }, - "properties": { - "undefined": "Sainte-Honorine-du-Fay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.493794, - 49.077198 - ] - }, - "properties": { - "undefined": "Sainte-Honorine-du-Fay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.493794, - 49.077198 - ] - }, - "properties": { - "undefined": "Sainte-Honorine-du-Fay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05630619, - 49.25483875 - ] - }, - "properties": { - "undefined": "Annebault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05630619, - 49.25483875 - ] - }, - "properties": { - "undefined": "Annebault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05630619, - 49.25483875 - ] - }, - "properties": { - "undefined": "Annebault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.080297, - 49.36565 - ] - }, - "properties": { - "undefined": "Trouville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.080297, - 49.36565 - ] - }, - "properties": { - "undefined": "Trouville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.477086, - 49.049606 - ] - }, - "properties": { - "undefined": "La Caine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.477086, - 49.049606 - ] - }, - "properties": { - "undefined": "La Caine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08856957, - 49.01214577 - ] - }, - "properties": { - "undefined": "alban-raffray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08856957, - 49.01214577 - ] - }, - "properties": { - "undefined": "alban-raffray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.08856957, - 49.01214577 - ] - }, - "properties": { - "undefined": "alban-raffray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.902956, - 49.3088 - ] - }, - "properties": { - "undefined": "Trévières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.902956, - 49.3088 - ] - }, - "properties": { - "undefined": "Trévières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.905397, - 49.308865 - ] - }, - "properties": { - "undefined": "Trévières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.905397, - 49.308865 - ] - }, - "properties": { - "undefined": "Trévières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.103004, - 49.34425 - ] - }, - "properties": { - "undefined": "Touques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.103004, - 49.34425 - ] - }, - "properties": { - "undefined": "Touques" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624253, - 49.176746 - ] - }, - "properties": { - "undefined": "Tilly-sur-Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624253, - 49.176746 - ] - }, - "properties": { - "undefined": "Tilly-sur-Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.481821, - 48.989704 - ] - }, - "properties": { - "undefined": "Cesny-les-Sources" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.481821, - 48.989704 - ] - }, - "properties": { - "undefined": "Cesny-les-Sources" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.472951, - 48.986382 - ] - }, - "properties": { - "undefined": "Cesny-les-Sources" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.672848, - 48.853397 - ] - }, - "properties": { - "undefined": "Valdallière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.854415, - 48.840118 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.854415, - 48.840118 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8849, - 48.84539 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.651174, - 49.080152 - ] - }, - "properties": { - "undefined": "Villers-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.651174, - 49.080152 - ] - }, - "properties": { - "undefined": "Villers-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.885866, - 48.837307 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.885866, - 48.837307 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.901956, - 48.844872 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.901956, - 48.844872 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.890959, - 48.840595 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.890959, - 48.840595 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.882365, - 48.849442 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.882365, - 48.849442 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.888584, - 48.84039 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.888584, - 48.84039 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568107, - 49.277843 - ] - }, - "properties": { - "undefined": "Creully sur Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.516991, - 49.343346 - ] - }, - "properties": { - "undefined": "Ver-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8849, - 48.84539 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566371, - 49.290745 - ] - }, - "properties": { - "undefined": "Creully sur Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566371, - 49.290745 - ] - }, - "properties": { - "undefined": "Creully sur Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.126629, - 49.399658 - ] - }, - "properties": { - "undefined": "Villerville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.126629, - 49.399658 - ] - }, - "properties": { - "undefined": "Villerville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.657508, - 49.07996 - ] - }, - "properties": { - "undefined": "Villers-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.657508, - 49.07996 - ] - }, - "properties": { - "undefined": "Villers-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.904563, - 49.374043 - ] - }, - "properties": { - "undefined": "Vierville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.904563, - 49.374043 - ] - }, - "properties": { - "undefined": "Vierville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.450656, - 49.1567 - ] - }, - "properties": { - "undefined": "Verson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.450656, - 49.1567 - ] - }, - "properties": { - "undefined": "Verson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.516991, - 49.343346 - ] - }, - "properties": { - "undefined": "Ver-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.472951, - 48.986382 - ] - }, - "properties": { - "undefined": "Cesny-les-Sources" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478406, - 48.9856 - ] - }, - "properties": { - "undefined": "Cesny-les-Sources" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.478406, - 48.9856 - ] - }, - "properties": { - "undefined": "Cesny-les-Sources" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.185999, - 49.348248 - ] - }, - "properties": { - "undefined": "Saint-Gatien-des-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303315, - 49.000648 - ] - }, - "properties": { - "undefined": "Saint-Germain-le-Vasson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303315, - 49.000648 - ] - }, - "properties": { - "undefined": "Saint-Germain-le-Vasson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.207578, - 49.136806 - ] - }, - "properties": { - "undefined": "Saint-Désir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.606036, - 48.857273 - ] - }, - "properties": { - "undefined": "Condé-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.718632, - 49.27946 - ] - }, - "properties": { - "undefined": "Bayeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.718632, - 49.27946 - ] - }, - "properties": { - "undefined": "Bayeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.900723, - 48.800545 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.900723, - 48.800545 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00949802, - 49.141176 - ] - }, - "properties": { - "undefined": "Notre-Dame-d'Estrées-Corbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00949802, - 49.141176 - ] - }, - "properties": { - "undefined": "Notre-Dame-d'Estrées-Corbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.00949802, - 49.141176 - ] - }, - "properties": { - "undefined": "Notre-Dame-d'Estrées-Corbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.185999, - 49.348248 - ] - }, - "properties": { - "undefined": "Saint-Gatien-des-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568107, - 49.277843 - ] - }, - "properties": { - "undefined": "Creully sur Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.977295, - 48.825451 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.202366, - 49.137093 - ] - }, - "properties": { - "undefined": "Saint-Désir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.202366, - 49.137093 - ] - }, - "properties": { - "undefined": "Saint-Désir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.297287, - 49.053543 - ] - }, - "properties": { - "undefined": "Cernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.297287, - 49.053543 - ] - }, - "properties": { - "undefined": "Cernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.269729, - 49.317024 - ] - }, - "properties": { - "undefined": "Saint-Benoît-d'Hébertot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.269729, - 49.317024 - ] - }, - "properties": { - "undefined": "Saint-Benoît-d'Hébertot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.395594, - 49.332512 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.395594, - 49.332512 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.281319, - 49.262711 - ] - }, - "properties": { - "undefined": "Saint-Aubin-d'Arquenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.281319, - 49.262711 - ] - }, - "properties": { - "undefined": "Saint-Aubin-d'Arquenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.391624, - 49.327827 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.391624, - 49.327827 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.977295, - 48.825451 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497137, - 49.180573 - ] - }, - "properties": { - "undefined": "Saint-Manvieu-Norrey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44972, - 49.258343 - ] - }, - "properties": { - "undefined": "Thaon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.038759, - 48.832748 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44972, - 49.258343 - ] - }, - "properties": { - "undefined": "Thaon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.212339, - 49.299999 - ] - }, - "properties": { - "undefined": "Surville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.212339, - 49.299999 - ] - }, - "properties": { - "undefined": "Surville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.101562, - 49.320122 - ] - }, - "properties": { - "undefined": "Isigny-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.750126, - 49.240765 - ] - }, - "properties": { - "undefined": "Subles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.750126, - 49.240765 - ] - }, - "properties": { - "undefined": "Subles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8074, - 49.347195 - ] - }, - "properties": { - "undefined": "Commes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8074, - 49.347195 - ] - }, - "properties": { - "undefined": "Commes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.21517, - 49.057525 - ] - }, - "properties": { - "undefined": "Saint-Sylvain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.21517, - 49.057525 - ] - }, - "properties": { - "undefined": "Saint-Sylvain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048561, - 48.840977 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048561, - 48.840977 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.038759, - 48.832748 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497137, - 49.180573 - ] - }, - "properties": { - "undefined": "Saint-Manvieu-Norrey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.028522, - 49.016411 - ] - }, - "properties": { - "undefined": "Bernières-d'Ailly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.028522, - 49.016411 - ] - }, - "properties": { - "undefined": "Bernières-d'Ailly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.030718, - 49.02076 - ] - }, - "properties": { - "undefined": "Bernières-d'Ailly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.030718, - 49.02076 - ] - }, - "properties": { - "undefined": "Bernières-d'Ailly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576396, - 48.920029 - ] - }, - "properties": { - "undefined": "Condé-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.576396, - 48.920029 - ] - }, - "properties": { - "undefined": "Condé-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.673939, - 49.266899 - ] - }, - "properties": { - "undefined": "Saint-Martin-des-Entrées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.673939, - 49.266899 - ] - }, - "properties": { - "undefined": "Saint-Martin-des-Entrées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.845168, - 49.011806 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.845168, - 49.011806 - ] - }, - "properties": { - "undefined": "Souleuvre en Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707928, - 49.283667 - ] - }, - "properties": { - "undefined": "Bayeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707928, - 49.283667 - ] - }, - "properties": { - "undefined": "Bayeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.207578, - 49.136806 - ] - }, - "properties": { - "undefined": "Saint-Désir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.079796, - 48.975983 - ] - }, - "properties": { - "undefined": "Jort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.079796, - 48.975983 - ] - }, - "properties": { - "undefined": "Jort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.360357, - 49.187054 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380302, - 49.204082 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380302, - 49.204082 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365122, - 49.199177 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365122, - 49.199177 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.348103, - 49.178352 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.348103, - 49.178352 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.366633, - 49.18668 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.366633, - 49.18668 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34267, - 49.160675 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34267, - 49.160675 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.371259, - 49.180359 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.371259, - 49.180359 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355559, - 49.184055 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355559, - 49.184055 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612158, - 49.177962 - ] - }, - "properties": { - "undefined": "Tilly-sur-Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612158, - 49.177962 - ] - }, - "properties": { - "undefined": "Tilly-sur-Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612158, - 49.177962 - ] - }, - "properties": { - "undefined": "Tilly-sur-Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.347497, - 49.197529 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.347497, - 49.197529 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365959, - 49.180958 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.365959, - 49.180958 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359741, - 49.203658 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359741, - 49.203658 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.360565, - 49.161114 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.360565, - 49.161114 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.360357, - 49.187054 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.254735, - 49.146415 - ] - }, - "properties": { - "undefined": "Cagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380138, - 49.199852 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.254735, - 49.146415 - ] - }, - "properties": { - "undefined": "Cagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30948, - 49.18362 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.296286, - 49.204266 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.296286, - 49.204266 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.283343, - 49.292938 - ] - }, - "properties": { - "undefined": "Colleville-Montgomery" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.283343, - 49.292938 - ] - }, - "properties": { - "undefined": "Colleville-Montgomery" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.840685, - 49.359657 - ] - }, - "properties": { - "undefined": "Colleville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.840685, - 49.359657 - ] - }, - "properties": { - "undefined": "Colleville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424286, - 49.085377 - ] - }, - "properties": { - "undefined": "Feuguerolles-Bully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.424286, - 49.085377 - ] - }, - "properties": { - "undefined": "Feuguerolles-Bully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48176, - 48.917553 - ] - }, - "properties": { - "undefined": "Clécy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48176, - 48.917553 - ] - }, - "properties": { - "undefined": "Clécy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.007925, - 48.792999 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.007925, - 48.792999 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.806385, - 49.090714 - ] - }, - "properties": { - "undefined": "Aurseulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.806385, - 49.090714 - ] - }, - "properties": { - "undefined": "Aurseulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44147, - 49.185043 - ] - }, - "properties": { - "undefined": "Carpiquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.44147, - 49.185043 - ] - }, - "properties": { - "undefined": "Carpiquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.924642, - 48.889202 - ] - }, - "properties": { - "undefined": "Campagnolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.924642, - 48.889202 - ] - }, - "properties": { - "undefined": "Campagnolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.046794, - 49.149574 - ] - }, - "properties": { - "undefined": "Cambremer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.046794, - 49.149574 - ] - }, - "properties": { - "undefined": "Cambremer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.761437, - 49.158428 - ] - }, - "properties": { - "undefined": "Cahagnolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.761437, - 49.158428 - ] - }, - "properties": { - "undefined": "Cahagnolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.767352, - 49.066422 - ] - }, - "properties": { - "undefined": "Cahagnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.767352, - 49.066422 - ] - }, - "properties": { - "undefined": "Cahagnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.380138, - 49.199852 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.364503, - 49.184155 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.308223, - 49.18866 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339124, - 49.27467 - ] - }, - "properties": { - "undefined": "Bonneville-la-Louvet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.079897, - 49.204884 - ] - }, - "properties": { - "undefined": "Bonnebosq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83958454, - 49.20576297 - ] - }, - "properties": { - "undefined": "alban-raffray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83958454, - 49.20576297 - ] - }, - "properties": { - "undefined": "alban-raffray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83958454, - 49.20576297 - ] - }, - "properties": { - "undefined": "alban-raffray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.027659, - 49.33881 - ] - }, - "properties": { - "undefined": "Blonville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.027659, - 49.33881 - ] - }, - "properties": { - "undefined": "Blonville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.273392, - 49.245373 - ] - }, - "properties": { - "undefined": "Blangy-le-Château" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.273392, - 49.245373 - ] - }, - "properties": { - "undefined": "Blangy-le-Château" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11563, - 49.29363 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11563, - 49.29363 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.11563, - 49.29363 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298162, - 49.228291 - ] - }, - "properties": { - "undefined": "Blainville-sur-Orne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.298162, - 49.228291 - ] - }, - "properties": { - "undefined": "Blainville-sur-Orne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303067, - 49.226357 - ] - }, - "properties": { - "undefined": "Blainville-sur-Orne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303067, - 49.226357 - ] - }, - "properties": { - "undefined": "Blainville-sur-Orne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42327, - 49.164383 - ] - }, - "properties": { - "undefined": "Bretteville-sur-Odon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42327, - 49.164383 - ] - }, - "properties": { - "undefined": "Bretteville-sur-Odon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.42327, - 49.164383 - ] - }, - "properties": { - "undefined": "Bretteville-sur-Odon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.327253, - 49.24025 - ] - }, - "properties": { - "undefined": "Biéville-Beuville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.327253, - 49.24025 - ] - }, - "properties": { - "undefined": "Biéville-Beuville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.047522, - 49.187656 - ] - }, - "properties": { - "undefined": "Beuvron-en-Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.047522, - 49.187656 - ] - }, - "properties": { - "undefined": "Beuvron-en-Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.418581, - 49.334774 - ] - }, - "properties": { - "undefined": "Bernières-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.418581, - 49.334774 - ] - }, - "properties": { - "undefined": "Bernières-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.432045, - 49.290691 - ] - }, - "properties": { - "undefined": "Bény-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.079897, - 49.204884 - ] - }, - "properties": { - "undefined": "Bonnebosq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.339124, - 49.27467 - ] - }, - "properties": { - "undefined": "Bonneville-la-Louvet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.364503, - 49.184155 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.514652, - 49.212273 - ] - }, - "properties": { - "undefined": "Carcagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.402715, - 49.182137 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.402715, - 49.182137 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.346611, - 49.181694 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.346611, - 49.181694 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.346506, - 49.183704 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.346506, - 49.183704 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396299, - 49.191658 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.396299, - 49.191658 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34179, - 49.190582 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.34179, - 49.190582 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.401482, - 49.175629 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.401482, - 49.175629 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369844, - 49.176125 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.369844, - 49.176125 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355928, - 49.180374 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355928, - 49.180374 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.116762, - 49.28772 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.116762, - 49.28772 - ] - }, - "properties": { - "undefined": "Cabourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.417781, - 49.16581 - ] - }, - "properties": { - "undefined": "Bretteville-sur-Odon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.417781, - 49.16581 - ] - }, - "properties": { - "undefined": "Bretteville-sur-Odon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.326488, - 49.044224 - ] - }, - "properties": { - "undefined": "Bretteville-sur-Laize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.326488, - 49.044224 - ] - }, - "properties": { - "undefined": "Bretteville-sur-Laize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.512477, - 49.203705 - ] - }, - "properties": { - "undefined": "Carcagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.512477, - 49.203705 - ] - }, - "properties": { - "undefined": "Carcagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.514652, - 49.212273 - ] - }, - "properties": { - "undefined": "Carcagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30948, - 49.18362 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.308223, - 49.18866 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.275651, - 49.24791 - ] - }, - "properties": { - "undefined": "Bénouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.526418, - 49.135658 - ] - }, - "properties": { - "undefined": "Grainville-sur-Odon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.268632, - 49.014362 - ] - }, - "properties": { - "undefined": "Grainville-Langannerie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.268632, - 49.014362 - ] - }, - "properties": { - "undefined": "Grainville-Langannerie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303596, - 49.034939 - ] - }, - "properties": { - "undefined": "Gouvix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303596, - 49.034939 - ] - }, - "properties": { - "undefined": "Gouvix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.276981, - 49.124573 - ] - }, - "properties": { - "undefined": "Glos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.276981, - 49.124573 - ] - }, - "properties": { - "undefined": "Glos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.104626, - 48.823738 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.104626, - 48.823738 - ] - }, - "properties": { - "undefined": "Noues de Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.458241, - 49.276985 - ] - }, - "properties": { - "undefined": "Fontaine-Henry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.458241, - 49.276985 - ] - }, - "properties": { - "undefined": "Fontaine-Henry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.452932, - 49.274509 - ] - }, - "properties": { - "undefined": "Fontaine-Henry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.452932, - 49.274509 - ] - }, - "properties": { - "undefined": "Fontaine-Henry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.457769, - 49.142525 - ] - }, - "properties": { - "undefined": "Fontaine-Étoupefour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.457769, - 49.142525 - ] - }, - "properties": { - "undefined": "Fontaine-Étoupefour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.371682, - 49.152481 - ] - }, - "properties": { - "undefined": "Fleury-sur-Orne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.371682, - 49.152481 - ] - }, - "properties": { - "undefined": "Fleury-sur-Orne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.220548, - 49.251003 - ] - }, - "properties": { - "undefined": "Fierville-les-Parcs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.220548, - 49.251003 - ] - }, - "properties": { - "undefined": "Fierville-les-Parcs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.403748, - 49.113762 - ] - }, - "properties": { - "undefined": "Feuguerolles-Bully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.403748, - 49.113762 - ] - }, - "properties": { - "undefined": "Feuguerolles-Bully" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.196851, - 48.896561 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.196851, - 48.896561 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.200854, - 48.895374 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.200854, - 48.895374 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.207155, - 48.908218 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.526418, - 49.135658 - ] - }, - "properties": { - "undefined": "Grainville-sur-Odon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.041252, - 49.387611 - ] - }, - "properties": { - "undefined": "Grandcamp-Maisy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.201822, - 48.892605 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.041252, - 49.387611 - ] - }, - "properties": { - "undefined": "Grandcamp-Maisy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.101562, - 49.320122 - ] - }, - "properties": { - "undefined": "Isigny-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355094, - 49.140018 - ] - }, - "properties": { - "undefined": "Ifs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.355094, - 49.140018 - ] - }, - "properties": { - "undefined": "Ifs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.349523, - 49.137749 - ] - }, - "properties": { - "undefined": "Ifs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.349523, - 49.137749 - ] - }, - "properties": { - "undefined": "Ifs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.350859, - 49.150547 - ] - }, - "properties": { - "undefined": "Ifs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.350859, - 49.150547 - ] - }, - "properties": { - "undefined": "Ifs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.316764, - 49.127815 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.316764, - 49.127815 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07457, - 49.30206 - ] - }, - "properties": { - "undefined": "Houlgate" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07457, - 49.30206 - ] - }, - "properties": { - "undefined": "Houlgate" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.237649, - 49.418694 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.237649, - 49.418694 - ] - }, - "properties": { - "undefined": "Honfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.345371, - 49.2024 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.345371, - 49.2024 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332626, - 49.202087 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332626, - 49.202087 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342878, - 49.213123 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.342878, - 49.213123 - ] - }, - "properties": { - "undefined": "Hérouville-Saint-Clair" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.313085, - 49.286636 - ] - }, - "properties": { - "undefined": "Hermanville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.313085, - 49.286636 - ] - }, - "properties": { - "undefined": "Hermanville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30163, - 49.2966 - ] - }, - "properties": { - "undefined": "Hermanville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.30163, - 49.2966 - ] - }, - "properties": { - "undefined": "Hermanville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.288273, - 49.149944 - ] - }, - "properties": { - "undefined": "Grentheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.288273, - 49.149944 - ] - }, - "properties": { - "undefined": "Grentheville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.207155, - 48.908218 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.201822, - 48.892605 - ] - }, - "properties": { - "undefined": "Falaise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.554104, - 48.844807 - ] - }, - "properties": { - "undefined": "Condé-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130294, - 49.381866 - ] - }, - "properties": { - "undefined": "Cricquebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130306, - 49.381893 - ] - }, - "properties": { - "undefined": "Cricquebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130306, - 49.381893 - ] - }, - "properties": { - "undefined": "Cricquebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.538061, - 49.286358 - ] - }, - "properties": { - "undefined": "Creully sur Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.538061, - 49.286358 - ] - }, - "properties": { - "undefined": "Creully sur Seulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05713, - 49.35398 - ] - }, - "properties": { - "undefined": "Tourgéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05713, - 49.35398 - ] - }, - "properties": { - "undefined": "Tourgéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.05713, - 49.35398 - ] - }, - "properties": { - "undefined": "Tourgéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.457717, - 49.334377 - ] - }, - "properties": { - "undefined": "Courseulles-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.457717, - 49.334377 - ] - }, - "properties": { - "undefined": "Courseulles-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.045529, - 48.972824 - ] - }, - "properties": { - "undefined": "Courcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.045529, - 48.972824 - ] - }, - "properties": { - "undefined": "Courcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.913899, - 48.872356 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.913899, - 48.872356 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.856212, - 49.129959 - ] - }, - "properties": { - "undefined": "Cormolain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.856212, - 49.129959 - ] - }, - "properties": { - "undefined": "Cormolain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332007, - 49.155018 - ] - }, - "properties": { - "undefined": "Corme-Royal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.332007, - 49.155018 - ] - }, - "properties": { - "undefined": "Corme-Royal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.212054, - 49.2001 - ] - }, - "properties": { - "undefined": "Coquainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.212054, - 49.2001 - ] - }, - "properties": { - "undefined": "Coquainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.553656, - 48.850952 - ] - }, - "properties": { - "undefined": "Condé-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.553656, - 48.850952 - ] - }, - "properties": { - "undefined": "Condé-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303376, - 49.171944 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303376, - 49.171944 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.303376, - 49.171944 - ] - }, - "properties": { - "undefined": "Mondeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.554104, - 48.844807 - ] - }, - "properties": { - "undefined": "Condé-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.130294, - 49.381866 - ] - }, - "properties": { - "undefined": "Cricquebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.138757, - 49.402374 - ] - }, - "properties": { - "undefined": "Cricquebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.504844, - 49.101223 - ] - }, - "properties": { - "undefined": "Évrecy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.138757, - 49.402374 - ] - }, - "properties": { - "undefined": "Cricquebœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.504844, - 49.101223 - ] - }, - "properties": { - "undefined": "Évrecy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502256, - 49.098824 - ] - }, - "properties": { - "undefined": "Évrecy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.502256, - 49.098824 - ] - }, - "properties": { - "undefined": "Évrecy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.206739, - 49.391857 - ] - }, - "properties": { - "undefined": "Équemauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.206739, - 49.391857 - ] - }, - "properties": { - "undefined": "Équemauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.203363, - 49.383171 - ] - }, - "properties": { - "undefined": "Équemauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.203363, - 49.383171 - ] - }, - "properties": { - "undefined": "Équemauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37422, - 49.220695 - ] - }, - "properties": { - "undefined": "Épron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.37422, - 49.220695 - ] - }, - "properties": { - "undefined": "Épron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677874, - 49.220016 - ] - }, - "properties": { - "undefined": "Ellon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677874, - 49.220016 - ] - }, - "properties": { - "undefined": "Ellon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.042063, - 49.232769 - ] - }, - "properties": { - "undefined": "Dozulé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.042063, - 49.232769 - ] - }, - "properties": { - "undefined": "Dozulé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.045078, - 49.230087 - ] - }, - "properties": { - "undefined": "Dozulé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.045078, - 49.230087 - ] - }, - "properties": { - "undefined": "Dozulé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.376339, - 49.29459 - ] - }, - "properties": { - "undefined": "Douvres-la-Délivrande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.376339, - 49.29459 - ] - }, - "properties": { - "undefined": "Douvres-la-Délivrande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.098968, - 49.287991 - ] - }, - "properties": { - "undefined": "Dives-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.098968, - 49.287991 - ] - }, - "properties": { - "undefined": "Dives-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.266243, - 49.177143 - ] - }, - "properties": { - "undefined": "Démouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.266243, - 49.177143 - ] - }, - "properties": { - "undefined": "Démouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.263063, - 49.192703 - ] - }, - "properties": { - "undefined": "Cuverville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.263063, - 49.192703 - ] - }, - "properties": { - "undefined": "Cuverville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.101527, - 49.121693 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.101527, - 49.121693 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.432045, - 49.290691 - ] - }, - "properties": { - "undefined": "Bény-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.275651, - 49.24791 - ] - }, - "properties": { - "undefined": "Bénouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.739149, - 49.02071 - ] - }, - "properties": { - "undefined": "Malherbe-sur-Ajon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.623846, - 49.338478 - ] - }, - "properties": { - "undefined": "Arromanches-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.207299, - 49.124958 - ] - }, - "properties": { - "undefined": "Bellengreville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.151468, - 49.10059 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.151468, - 49.10059 - ] - }, - "properties": { - "undefined": "Valambray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.439307, - 49.08564 - ] - }, - "properties": { - "undefined": "Amayé-sur-Orne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.439307, - 49.08564 - ] - }, - "properties": { - "undefined": "Amayé-sur-Orne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.406258, - 49.265347 - ] - }, - "properties": { - "undefined": "Épron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.406258, - 49.265347 - ] - }, - "properties": { - "undefined": "Épron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.059013, - 49.252686 - ] - }, - "properties": { - "undefined": "Annebault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.059013, - 49.252686 - ] - }, - "properties": { - "undefined": "Annebault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.03761395, - 49.01914912 - ] - }, - "properties": { - "undefined": "Saint-Pierre-en-Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.03761395, - 49.01914912 - ] - }, - "properties": { - "undefined": "Saint-Pierre-en-Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.03761395, - 49.01914912 - ] - }, - "properties": { - "undefined": "Saint-Pierre-en-Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.165716, - 49.127666 - ] - }, - "properties": { - "undefined": "Argences" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.165716, - 49.127666 - ] - }, - "properties": { - "undefined": "Argences" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.753121, - 49.002502 - ] - }, - "properties": { - "undefined": "Malherbe-sur-Ajon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.623846, - 49.338478 - ] - }, - "properties": { - "undefined": "Arromanches-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.190402, - 49.23114 - ] - }, - "properties": { - "undefined": "Bavent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.029128, - 49.306469 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707942, - 49.280796 - ] - }, - "properties": { - "undefined": "Bayeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.706692, - 49.270863 - ] - }, - "properties": { - "undefined": "Bayeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.706692, - 49.270863 - ] - }, - "properties": { - "undefined": "Bayeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.190402, - 49.23114 - ] - }, - "properties": { - "undefined": "Bavent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707942, - 49.280796 - ] - }, - "properties": { - "undefined": "Bayeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.834075, - 49.182762 - ] - }, - "properties": { - "undefined": "Saint-Paul-du-Vernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.834075, - 49.182762 - ] - }, - "properties": { - "undefined": "Saint-Paul-du-Vernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.633224, - 49.021641 - ] - }, - "properties": { - "undefined": "Malherbe-sur-Ajon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.633224, - 49.021641 - ] - }, - "properties": { - "undefined": "Malherbe-sur-Ajon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.029128, - 49.306469 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.207299, - 49.124958 - ] - }, - "properties": { - "undefined": "Bellengreville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55905, - 43.5178 - ] - }, - "properties": { - "undefined": "Escalquens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.658565, - 42.9708 - ] - }, - "properties": { - "undefined": "Frontignan-de-Comminges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.658565, - 42.9708 - ] - }, - "properties": { - "undefined": "Frontignan-de-Comminges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61735, - 43.5075 - ] - }, - "properties": { - "undefined": "Fourquevaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61735, - 43.5075 - ] - }, - "properties": { - "undefined": "Fourquevaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18917, - 43.5408 - ] - }, - "properties": { - "undefined": "Fontenilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18917, - 43.5408 - ] - }, - "properties": { - "undefined": "Fontenilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.2259, - 43.533 - ] - }, - "properties": { - "undefined": "Fonsorbes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.2259, - 43.533 - ] - }, - "properties": { - "undefined": "Fonsorbes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.55905, - 43.5178 - ] - }, - "properties": { - "undefined": "Escalquens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64527, - 42.9147 - ] - }, - "properties": { - "undefined": "Cierp-Gaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74656, - 43.0484 - ] - }, - "properties": { - "undefined": "Encausse-les-Thermes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74656, - 43.0484 - ] - }, - "properties": { - "undefined": "Encausse-les-Thermes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35633, - 43.424 - ] - }, - "properties": { - "undefined": "Eaunes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35633, - 43.424 - ] - }, - "properties": { - "undefined": "Eaunes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53181, - 43.3139 - ] - }, - "properties": { - "undefined": "Cintegabelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53181, - 43.3139 - ] - }, - "properties": { - "undefined": "Cintegabelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38989, - 43.8399 - ] - }, - "properties": { - "undefined": "Fronton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.64527, - 42.9147 - ] - }, - "properties": { - "undefined": "Cierp-Gaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08348, - 43.7146 - ] - }, - "properties": { - "undefined": "Caubiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.08348, - 43.7146 - ] - }, - "properties": { - "undefined": "Caubiac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35641, - 43.7845 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38989, - 43.8399 - ] - }, - "properties": { - "undefined": "Fronton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29456, - 3.7682 - ] - }, - "properties": { - "undefined": "Grenade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32192, - 43.5146 - ] - }, - "properties": { - "undefined": "Frouzins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.32192, - 43.5146 - ] - }, - "properties": { - "undefined": "Frouzins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65462, - 43.5613 - ] - }, - "properties": { - "undefined": "Lanta" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38962, - 43.4141 - ] - }, - "properties": { - "undefined": "Lagardelle-sur-Lèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38962, - 43.4141 - ] - }, - "properties": { - "undefined": "Lagardelle-sur-Lèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.16776, - 43.302 - ] - }, - "properties": { - "undefined": "Lafitte-Vigordane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.16776, - 43.302 - ] - }, - "properties": { - "undefined": "Lafitte-Vigordane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.587374, - 43.0393 - ] - }, - "properties": { - "undefined": "Labroquère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.587374, - 43.0393 - ] - }, - "properties": { - "undefined": "Labroquère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39608, - 43.4528 - ] - }, - "properties": { - "undefined": "Labarthe-sur-Lèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39608, - 43.4528 - ] - }, - "properties": { - "undefined": "Labarthe-sur-Lèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53437, - 43.5306 - ] - }, - "properties": { - "undefined": "Labège" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53437, - 43.5306 - ] - }, - "properties": { - "undefined": "Labège" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.2355, - 43.5993 - ] - }, - "properties": { - "undefined": "Léguevin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.2355, - 43.5993 - ] - }, - "properties": { - "undefined": "Léguevin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.27251, - 43.5777 - ] - }, - "properties": { - "undefined": "La Salvetat-Saint-Gilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.27251, - 43.5777 - ] - }, - "properties": { - "undefined": "La Salvetat-Saint-Gilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29456, - 3.7682 - ] - }, - "properties": { - "undefined": "Grenade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53124, - 43.6786 - ] - }, - "properties": { - "undefined": "Castelmaurou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11114, - 43.3222 - ] - }, - "properties": { - "undefined": "Gratens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11114, - 43.3222 - ] - }, - "properties": { - "undefined": "Gratens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6839, - 43.3901 - ] - }, - "properties": { - "undefined": "Gardouch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6839, - 43.3901 - ] - }, - "properties": { - "undefined": "Gardouch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.35641, - 43.7845 - ] - }, - "properties": { - "undefined": "Castelnau-d'Estrétefonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75551, - 43.5312 - ] - }, - "properties": { - "undefined": "Caraman" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53124, - 43.6786 - ] - }, - "properties": { - "undefined": "Castelmaurou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.49132, - 43.5318 - ] - }, - "properties": { - "undefined": "Auzeville-Tolosane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56636, - 43.5063 - ] - }, - "properties": { - "undefined": "Belberaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56636, - 43.5063 - ] - }, - "properties": { - "undefined": "Belberaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86942, - 43.1077 - ] - }, - "properties": { - "undefined": "Beauchalot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.86942, - 43.1077 - ] - }, - "properties": { - "undefined": "Beauchalot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62402, - 43.0342 - ] - }, - "properties": { - "undefined": "Barbazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.62402, - 43.0342 - ] - }, - "properties": { - "undefined": "Barbazan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.591993, - 42.7894 - ] - }, - "properties": { - "undefined": "Bagnères-de-Luchon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.591993, - 42.7894 - ] - }, - "properties": { - "undefined": "Bagnères-de-Luchon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78432, - 43.3666 - ] - }, - "properties": { - "undefined": "Avignonet-Lauragais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.78432, - 43.3666 - ] - }, - "properties": { - "undefined": "Avignonet-Lauragais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.49132, - 43.5318 - ] - }, - "properties": { - "undefined": "Auzeville-Tolosane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.49984, - 43.5146 - ] - }, - "properties": { - "undefined": "Castanet-Tolosan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47748, - 43.3508 - ] - }, - "properties": { - "undefined": "Auterive" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47748, - 43.3508 - ] - }, - "properties": { - "undefined": "Auterive" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.882365, - 43.2166 - ] - }, - "properties": { - "undefined": "Aurignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.882365, - 43.2166 - ] - }, - "properties": { - "undefined": "Aurignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38218, - 43.3521 - ] - }, - "properties": { - "undefined": "Auribail" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38218, - 43.3521 - ] - }, - "properties": { - "undefined": "Auribail" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8006, - 43.0147 - ] - }, - "properties": { - "undefined": "Aspet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.8006, - 43.0147 - ] - }, - "properties": { - "undefined": "Aspet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.667604, - 42.9738 - ] - }, - "properties": { - "undefined": "Antichan-de-Frontignes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.667604, - 42.9738 - ] - }, - "properties": { - "undefined": "Antichan-de-Frontignes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.60842, - 43.8004 - ] - }, - "properties": { - "undefined": "Bessières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.60842, - 43.8004 - ] - }, - "properties": { - "undefined": "Bessières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.52673, - 43.1917 - ] - }, - "properties": { - "undefined": "Boudrac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.52673, - 43.1917 - ] - }, - "properties": { - "undefined": "Boudrac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.49984, - 43.5146 - ] - }, - "properties": { - "undefined": "Castanet-Tolosan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22489, - 43.2959 - ] - }, - "properties": { - "undefined": "Carbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22489, - 43.2959 - ] - }, - "properties": { - "undefined": "Carbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02102, - 43.7379 - ] - }, - "properties": { - "undefined": "Laréole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75551, - 43.5312 - ] - }, - "properties": { - "undefined": "Caraman" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.25396, - 43.3436 - ] - }, - "properties": { - "undefined": "Capens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.25396, - 43.3436 - ] - }, - "properties": { - "undefined": "Capens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63377, - 43.2839 - ] - }, - "properties": { - "undefined": "Calmont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63377, - 43.2839 - ] - }, - "properties": { - "undefined": "Calmont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.05059, - 43.7286 - ] - }, - "properties": { - "undefined": "Cadours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.05059, - 43.7286 - ] - }, - "properties": { - "undefined": "Cadours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63193, - 43.7791 - ] - }, - "properties": { - "undefined": "Buzet-sur-Tarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63193, - 43.7791 - ] - }, - "properties": { - "undefined": "Buzet-sur-Tarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19896, - 43.7052 - ] - }, - "properties": { - "undefined": "Bretx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19896, - 43.7052 - ] - }, - "properties": { - "undefined": "Bretx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.97132, - 43.1764 - ] - }, - "properties": { - "undefined": "Boussens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.97132, - 43.1764 - ] - }, - "properties": { - "undefined": "Boussens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.648923, - 43.2898 - ] - }, - "properties": { - "undefined": "Boulogne-sur-Gesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.648923, - 43.2898 - ] - }, - "properties": { - "undefined": "Boulogne-sur-Gesse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40547, - 43.7795 - ] - }, - "properties": { - "undefined": "Bouloc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.40547, - 43.7795 - ] - }, - "properties": { - "undefined": "Bouloc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65462, - 43.5613 - ] - }, - "properties": { - "undefined": "Lanta" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.26232, - 43.3967 - ] - }, - "properties": { - "undefined": "Lavernose-Lacasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.02102, - 43.7379 - ] - }, - "properties": { - "undefined": "Laréole" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21608, - 43.4666 - ] - }, - "properties": { - "undefined": "Saint-Clar-de-Rivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.31795, - 43.3307 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-sur-Lèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17848, - 43.5144 - ] - }, - "properties": { - "undefined": "Saint-Lys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17848, - 43.5144 - ] - }, - "properties": { - "undefined": "Saint-Lys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.728788, - 43.1101 - ] - }, - "properties": { - "undefined": "Saint-Gaudens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.728788, - 43.1101 - ] - }, - "properties": { - "undefined": "Saint-Gaudens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13566, - 43.2799 - ] - }, - "properties": { - "undefined": "Saint-Élix-le-Château" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.13566, - 43.2799 - ] - }, - "properties": { - "undefined": "Saint-Élix-le-Château" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61002, - 43.5423 - ] - }, - "properties": { - "undefined": "Sainte-Foy-d'Aigrefeuille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.61002, - 43.5423 - ] - }, - "properties": { - "undefined": "Sainte-Foy-d'Aigrefeuille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.21608, - 43.4666 - ] - }, - "properties": { - "undefined": "Saint-Clar-de-Rivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.14543, - 43.5284 - ] - }, - "properties": { - "undefined": "Saiguède" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18005, - 43.7425 - ] - }, - "properties": { - "undefined": "Launac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.14543, - 43.5284 - ] - }, - "properties": { - "undefined": "Saiguède" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.52423, - 43.6649 - ] - }, - "properties": { - "undefined": "Rouffiac-Tolosan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.52423, - 43.6649 - ] - }, - "properties": { - "undefined": "Rouffiac-Tolosan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.36462, - 43.5001 - ] - }, - "properties": { - "undefined": "Roquettes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.36462, - 43.5001 - ] - }, - "properties": { - "undefined": "Roquettes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1961, - 43.257 - ] - }, - "properties": { - "undefined": "Rieux-Volvestre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1961, - 43.257 - ] - }, - "properties": { - "undefined": "Rieux-Volvestre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11693, - 43.4119 - ] - }, - "properties": { - "undefined": "Rieumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11693, - 43.4119 - ] - }, - "properties": { - "undefined": "Rieumes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47782, - 43.5484 - ] - }, - "properties": { - "undefined": "Ramonville-Saint-Agne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.31795, - 43.3307 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-sur-Lèze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.14609, - 43.4918 - ] - }, - "properties": { - "undefined": "Sainte-Foy-de-Peyrolières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.14609, - 43.4918 - ] - }, - "properties": { - "undefined": "Sainte-Foy-de-Peyrolières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7886, - 42.9847 - ] - }, - "properties": { - "undefined": "Sengouagnet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.50365, - 43.8649 - ] - }, - "properties": { - "undefined": "Villemur-sur-Tarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.50365, - 43.8649 - ] - }, - "properties": { - "undefined": "Villemur-sur-Tarn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71702, - 43.3975 - ] - }, - "properties": { - "undefined": "Villefranche-de-Lauragais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.71702, - 43.3975 - ] - }, - "properties": { - "undefined": "Villefranche-de-Lauragais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4444, - 43.5259 - ] - }, - "properties": { - "undefined": "Vieille-Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4444, - 43.5259 - ] - }, - "properties": { - "undefined": "Vieille-Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66252, - 43.6578 - ] - }, - "properties": { - "undefined": "Verfeil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.66252, - 43.6578 - ] - }, - "properties": { - "undefined": "Verfeil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4464, - 43.4331 - ] - }, - "properties": { - "undefined": "Venerque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4464, - 43.4331 - ] - }, - "properties": { - "undefined": "Venerque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.70622, - 43.0962 - ] - }, - "properties": { - "undefined": "Valentine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.70622, - 43.0962 - ] - }, - "properties": { - "undefined": "Valentine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.58466, - 43.0291 - ] - }, - "properties": { - "undefined": "Valcabrère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.58466, - 43.0291 - ] - }, - "properties": { - "undefined": "Valcabrère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95573, - 43.0164 - ] - }, - "properties": { - "undefined": "Urau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.95573, - 43.0164 - ] - }, - "properties": { - "undefined": "Urau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.67391, - 43.5116 - ] - }, - "properties": { - "undefined": "Tarabel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.67391, - 43.5116 - ] - }, - "properties": { - "undefined": "Tarabel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.31135, - 43.4989 - ] - }, - "properties": { - "undefined": "Seysses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.31135, - 43.4989 - ] - }, - "properties": { - "undefined": "Seysses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7886, - 42.9847 - ] - }, - "properties": { - "undefined": "Sengouagnet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47782, - 43.5484 - ] - }, - "properties": { - "undefined": "Ramonville-Saint-Agne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03756, - 43.3429 - ] - }, - "properties": { - "undefined": "Pouy-de-Touges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03756, - 43.3429 - ] - }, - "properties": { - "undefined": "Pouy-de-Touges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22946, - 43.6919 - ] - }, - "properties": { - "undefined": "Montaigut-sur-Save" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74389, - 43.0935 - ] - }, - "properties": { - "undefined": "Miramont-de-Comminges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.74389, - 43.0935 - ] - }, - "properties": { - "undefined": "Miramont-de-Comminges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29722, - 43.723 - ] - }, - "properties": { - "undefined": "Merville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29722, - 43.723 - ] - }, - "properties": { - "undefined": "Merville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37474, - 43.2247 - ] - }, - "properties": { - "undefined": "Massabrac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.37474, - 43.2247 - ] - }, - "properties": { - "undefined": "Massabrac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0118, - 43.2001 - ] - }, - "properties": { - "undefined": "Martres-Tolosane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0118, - 43.2001 - ] - }, - "properties": { - "undefined": "Martres-Tolosane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24848, - 43.3581 - ] - }, - "properties": { - "undefined": "Longages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83871, - 43.3809 - ] - }, - "properties": { - "undefined": "L'Isle-en-Dodon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.83871, - 43.3809 - ] - }, - "properties": { - "undefined": "L'Isle-en-Dodon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22182, - 43.4301 - ] - }, - "properties": { - "undefined": "Lherm" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22182, - 43.4301 - ] - }, - "properties": { - "undefined": "Lherm" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06589, - 43.2811 - ] - }, - "properties": { - "undefined": "Le Fousseret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06589, - 43.2811 - ] - }, - "properties": { - "undefined": "Le Fousseret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29477, - 43.398 - ] - }, - "properties": { - "undefined": "Le Fauga" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.29477, - 43.398 - ] - }, - "properties": { - "undefined": "Le Fauga" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.26232, - 43.3967 - ] - }, - "properties": { - "undefined": "Lavernose-Lacasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11904, - 43.2552 - ] - }, - "properties": { - "undefined": "Lavelanet-de-Comminges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.11904, - 43.2552 - ] - }, - "properties": { - "undefined": "Lavelanet-de-Comminges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18005, - 43.7425 - ] - }, - "properties": { - "undefined": "Launac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22946, - 43.6919 - ] - }, - "properties": { - "undefined": "Montaigut-sur-Save" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59226, - 43.717 - ] - }, - "properties": { - "undefined": "Montastruc-la-Conseillère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30224, - 43.5628 - ] - }, - "properties": { - "undefined": "Plaisance-du-Touch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59226, - 43.717 - ] - }, - "properties": { - "undefined": "Montastruc-la-Conseillère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.30224, - 43.5628 - ] - }, - "properties": { - "undefined": "Plaisance-du-Touch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38719, - 43.4798 - ] - }, - "properties": { - "undefined": "Pins-Justaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.38719, - 43.4798 - ] - }, - "properties": { - "undefined": "Pins-Justaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39033, - 43.5069 - ] - }, - "properties": { - "undefined": "Pinsaguel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.39033, - 43.5069 - ] - }, - "properties": { - "undefined": "Pinsaguel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17716, - 43.3211 - ] - }, - "properties": { - "undefined": "Peyssies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17716, - 43.3211 - ] - }, - "properties": { - "undefined": "Peyssies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46728, - 43.7054 - ] - }, - "properties": { - "undefined": "Pechbonnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.46728, - 43.7054 - ] - }, - "properties": { - "undefined": "Pechbonnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.27554, - 43.3581 - ] - }, - "properties": { - "undefined": "Noé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.27554, - 43.3581 - ] - }, - "properties": { - "undefined": "Noé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62286, - 43.3577 - ] - }, - "properties": { - "undefined": "Nailloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.62286, - 43.3577 - ] - }, - "properties": { - "undefined": "Nailloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57109, - 43.0849 - ] - }, - "properties": { - "undefined": "Montréjeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.57109, - 43.0849 - ] - }, - "properties": { - "undefined": "Montréjeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53011, - 43.7671 - ] - }, - "properties": { - "undefined": "Montjoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53011, - 43.7671 - ] - }, - "properties": { - "undefined": "Montjoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.23037, - 43.2099 - ] - }, - "properties": { - "undefined": "Montesquieu-Volvestre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.23037, - 43.2099 - ] - }, - "properties": { - "undefined": "Montesquieu-Volvestre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48099, - 43.7151 - ] - }, - "properties": { - "undefined": "Montberon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.48099, - 43.7151 - ] - }, - "properties": { - "undefined": "Montberon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.24848, - 43.3581 - ] - }, - "properties": { - "undefined": "Longages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.941274, - 43.547829 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.934108, - 43.485077 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.106864, - 43.686066 - ] - }, - "properties": { - "undefined": "La Colle-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.094443, - 43.627628 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.099003, - 43.685253 - ] - }, - "properties": { - "undefined": "La Colle-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.099003, - 43.685253 - ] - }, - "properties": { - "undefined": "La Colle-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.106864, - 43.686066 - ] - }, - "properties": { - "undefined": "La Colle-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.094443, - 43.627628 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.045228, - 43.624069 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.045228, - 43.624069 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.007241, - 43.642086 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.007241, - 43.642086 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120866, - 43.578243 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.973192, - 43.620224 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971394, - 43.61684 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.973192, - 43.620224 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.973192, - 43.620224 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971394, - 43.61684 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971394, - 43.61684 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971394, - 43.61684 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12197, - 43.600079 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12197, - 43.600079 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120866, - 43.578243 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.039275, - 43.621956 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.039275, - 43.621956 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01581, - 43.569206 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.847364, - 43.700356 - ] - }, - "properties": { - "undefined": "Saint-Vallier-de-Thiey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.847364, - 43.700356 - ] - }, - "properties": { - "undefined": "Saint-Vallier-de-Thiey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016371, - 43.577526 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.016371, - 43.577526 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01581, - 43.569206 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998012, - 43.577129 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998012, - 43.577129 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.006267, - 43.576397 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.006267, - 43.576397 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.875872, - 43.639107 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.875872, - 43.639107 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.007235, - 43.640324 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.007235, - 43.640324 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.875867, - 43.655693 - ] - }, - "properties": { - "undefined": "Cabris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.875867, - 43.655693 - ] - }, - "properties": { - "undefined": "Cabris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.863265, - 43.888893 - ] - }, - "properties": { - "undefined": "Collongues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.863265, - 43.888893 - ] - }, - "properties": { - "undefined": "Collongues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.929529, - 43.592361 - ] - }, - "properties": { - "undefined": "Pégomas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.929529, - 43.592361 - ] - }, - "properties": { - "undefined": "Pégomas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.973192, - 43.620224 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.968254, - 43.566551 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12692, - 43.656189 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.943561, - 43.796143 - ] - }, - "properties": { - "undefined": "Gréolières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.063297, - 43.718616 - ] - }, - "properties": { - "undefined": "Tourrettes-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.063297, - 43.718616 - ] - }, - "properties": { - "undefined": "Tourrettes-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12692, - 43.656189 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12692, - 43.656189 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.943561, - 43.796143 - ] - }, - "properties": { - "undefined": "Gréolières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.12692, - 43.656189 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.139475, - 43.637203 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.139475, - 43.637203 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120687, - 43.658474 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.037986, - 43.587605 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.966343, - 43.54985 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.966343, - 43.54985 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.997377, - 43.60107 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.997377, - 43.60107 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.037986, - 43.587605 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998574, - 43.580826 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.015534, - 43.609589 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.015534, - 43.609589 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.998574, - 43.580826 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120687, - 43.658474 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.944208, - 43.654076 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.043364, - 43.668011 - ] - }, - "properties": { - "undefined": "Roquefort-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.926369, - 43.654064 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.926369, - 43.654064 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.944208, - 43.654076 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.056048, - 43.57943 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.911085, - 43.639103 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.911085, - 43.639103 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.936605, - 43.640907 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.936605, - 43.640907 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.043364, - 43.668011 - ] - }, - "properties": { - "undefined": "Roquefort-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04891, - 43.665592 - ] - }, - "properties": { - "undefined": "Roquefort-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.056048, - 43.57943 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.072232, - 43.564846 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.072232, - 43.564846 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.077683, - 43.571644 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.077683, - 43.571644 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.073825, - 43.569656 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.073825, - 43.569656 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04891, - 43.665592 - ] - }, - "properties": { - "undefined": "Roquefort-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92296, - 43.651211 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955042, - 43.607211 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955042, - 43.607211 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955042, - 43.607211 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92296, - 43.651211 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.000926, - 43.549382 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.955042, - 43.607211 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.000926, - 43.549382 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.125101, - 43.573163 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.125101, - 43.573163 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959449, - 43.552794 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.941249, - 43.52533 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.944397, - 43.487486 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.941249, - 43.52533 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.939465, - 43.521552 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.939465, - 43.521552 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.944397, - 43.487486 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030741, - 43.624772 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.97701, - 43.643076 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030741, - 43.624772 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030741, - 43.624772 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030741, - 43.624772 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.97701, - 43.643076 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959449, - 43.552794 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927584, - 43.653981 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959449, - 43.552794 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969609, - 43.621304 - ] - }, - "properties": { - "undefined": "Mouans-Sartoux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927584, - 43.653981 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927584, - 43.653981 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959449, - 43.552794 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959449, - 43.552794 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959449, - 43.552794 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959449, - 43.552794 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.959449, - 43.552794 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.121963, - 43.70119 - ] - }, - "properties": { - "undefined": "Saint-Paul-de-Vence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.121963, - 43.70119 - ] - }, - "properties": { - "undefined": "Saint-Paul-de-Vence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927584, - 43.653981 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.968254, - 43.566551 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.892531, - 43.64505 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94775, - 43.550339 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94775, - 43.550339 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.932883, - 43.620566 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.932883, - 43.620566 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.892531, - 43.64505 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94775, - 43.550339 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.984026, - 43.568851 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.984026, - 43.568851 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.054662, - 43.62566 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.054662, - 43.62566 - ] - }, - "properties": { - "undefined": "Valbonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.038457, - 43.543026 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.993788, - 43.569118 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.018548, - 43.575386 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.018548, - 43.575386 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.993788, - 43.569118 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.873651, - 43.638214 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.94775, - 43.550339 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.873651, - 43.638214 - ] - }, - "properties": { - "undefined": "Peymeinade" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.793363, - 43.650307 - ] - }, - "properties": { - "undefined": "Saint-Cézaire-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.793363, - 43.650307 - ] - }, - "properties": { - "undefined": "Saint-Cézaire-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.133592, - 43.628931 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.025539, - 43.553686 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.922162, - 43.655693 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.922162, - 43.655693 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.118111, - 43.589299 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.118111, - 43.589299 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.025539, - 43.553686 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.133592, - 43.628931 - ] - }, - "properties": { - "undefined": "Villeneuve-Loubet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.032011, - 43.548501 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.032011, - 43.548501 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.038457, - 43.543026 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.021575, - 43.575086 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.021575, - 43.575086 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005276, - 43.570099 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005276, - 43.570099 - ] - }, - "properties": { - "undefined": "Le Cannet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.096315, - 43.628653 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.096315, - 43.628653 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.091817, - 43.595834 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.091817, - 43.595834 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.948066, - 43.567243 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.948066, - 43.567243 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.123361, - 43.583973 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.912976, - 43.639542 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.932813, - 43.637276 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927089, - 43.656872 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.927089, - 43.656872 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.912976, - 43.639542 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.952294, - 43.632511 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.952294, - 43.632511 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.076204, - 43.605541 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.076204, - 43.605541 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.123361, - 43.583973 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.932813, - 43.637276 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.947942, - 43.580189 - ] - }, - "properties": { - "undefined": "La Roquette-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.913658, - 43.607716 - ] - }, - "properties": { - "undefined": "Auribeau-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.913658, - 43.607716 - ] - }, - "properties": { - "undefined": "Auribeau-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074646, - 43.61813 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074646, - 43.61813 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074646, - 43.61813 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.074646, - 43.61813 - ] - }, - "properties": { - "undefined": "Biot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.002274, - 43.550552 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.002274, - 43.550552 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.947942, - 43.580189 - ] - }, - "properties": { - "undefined": "La Roquette-sur-Siagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.123361, - 43.583973 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.920399, - 43.656429 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92641, - 43.594131 - ] - }, - "properties": { - "undefined": "Pégomas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.053818, - 43.575954 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.10996, - 43.568874 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.10996, - 43.568874 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.92641, - 43.594131 - ] - }, - "properties": { - "undefined": "Pégomas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120677, - 43.580116 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.120677, - 43.580116 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01392, - 43.5569 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.01392, - 43.5569 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.934108, - 43.485077 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.053818, - 43.575954 - ] - }, - "properties": { - "undefined": "Vallauris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005574, - 43.562817 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.123361, - 43.583973 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.008748, - 43.551323 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.008748, - 43.551323 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.006912, - 43.549686 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.006912, - 43.549686 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.985467, - 43.667213 - ] - }, - "properties": { - "undefined": "Opio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.985467, - 43.667213 - ] - }, - "properties": { - "undefined": "Opio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005574, - 43.562817 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.807771, - 43.799503 - ] - }, - "properties": { - "undefined": "Andon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.920399, - 43.656429 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.977588, - 43.720795 - ] - }, - "properties": { - "undefined": "Gourdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.977588, - 43.720795 - ] - }, - "properties": { - "undefined": "Gourdon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.731209, - 43.77903 - ] - }, - "properties": { - "undefined": "Caille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.731209, - 43.77903 - ] - }, - "properties": { - "undefined": "Caille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.122704, - 43.825058 - ] - }, - "properties": { - "undefined": "Bouyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.807771, - 43.799503 - ] - }, - "properties": { - "undefined": "Andon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.989127, - 43.701473 - ] - }, - "properties": { - "undefined": "Le Bar-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.989127, - 43.701473 - ] - }, - "properties": { - "undefined": "Le Bar-sur-Loup" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.122704, - 43.825058 - ] - }, - "properties": { - "undefined": "Bouyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.972588, - 43.680862 - ] - }, - "properties": { - "undefined": "Châteauneuf-Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.972588, - 43.680862 - ] - }, - "properties": { - "undefined": "Châteauneuf-Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.939531, - 43.505989 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.939531, - 43.505989 - ] - }, - "properties": { - "undefined": "Théoule-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.022205, - 43.554817 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.022205, - 43.554817 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971852, - 43.54916 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971852, - 43.54916 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005572, - 43.674377 - ] - }, - "properties": { - "undefined": "Le Rouret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.005572, - 43.674377 - ] - }, - "properties": { - "undefined": "Le Rouret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030538, - 43.54903 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.941274, - 43.547829 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.856857, - 43.647991 - ] - }, - "properties": { - "undefined": "Spéracèdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.856857, - 43.647991 - ] - }, - "properties": { - "undefined": "Spéracèdes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.030538, - 43.54903 - ] - }, - "properties": { - "undefined": "Cannes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.842196, - 43.629398 - ] - }, - "properties": { - "undefined": "Le Tignet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.842196, - 43.629398 - ] - }, - "properties": { - "undefined": "Le Tignet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.958667, - 43.64222 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.958667, - 43.64222 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.703947, - 43.773846 - ] - }, - "properties": { - "undefined": "Séranon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.945192, - 43.534256 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.858089, - 43.843212 - ] - }, - "properties": { - "undefined": "Le Mas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.703947, - 43.773846 - ] - }, - "properties": { - "undefined": "Séranon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.728566, - 43.846939 - ] - }, - "properties": { - "undefined": "Saint-Auban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.728566, - 43.846939 - ] - }, - "properties": { - "undefined": "Saint-Auban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.858089, - 43.843212 - ] - }, - "properties": { - "undefined": "Le Mas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.793374, - 43.728943 - ] - }, - "properties": { - "undefined": "Escragnolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.793374, - 43.728943 - ] - }, - "properties": { - "undefined": "Escragnolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.945192, - 43.534256 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7362482, - 49.6043821 - ] - }, - "properties": { - "undefined": "La Hague" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.132432, - 49.1121181 - ] - }, - "properties": { - "undefined": "Agneaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6962131, - 49.3355948 - ] - }, - "properties": { - "undefined": "Port-Bail-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7876279, - 49.4712494 - ] - }, - "properties": { - "undefined": "Pierreville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3367836, - 48.6249671 - ] - }, - "properties": { - "undefined": "Poilley" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1278249, - 49.1642203 - ] - }, - "properties": { - "undefined": "Pont-Hébert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.499777, - 48.554186 - ] - }, - "properties": { - "undefined": "Pontorson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5052815, - 48.5527294 - ] - }, - "properties": { - "undefined": "Pontorson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5122859, - 48.5537084 - ] - }, - "properties": { - "undefined": "Pontorson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.699955, - 49.660872 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5463226, - 49.2894615 - ] - }, - "properties": { - "undefined": "La Haye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.692228, - 49.665796 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3036013, - 49.5938654 - ] - }, - "properties": { - "undefined": "Quettehou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4689422, - 48.968137 - ] - }, - "properties": { - "undefined": "Quettreville-sur-Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2592659, - 49.6187571 - ] - }, - "properties": { - "undefined": "Réville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.347532, - 48.649714 - ] - }, - "properties": { - "undefined": "Saint-Quentin-sur-le-Homme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4671269, - 48.760259 - ] - }, - "properties": { - "undefined": "Sartilly-Baie-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4209417, - 49.3787366 - ] - }, - "properties": { - "undefined": "Picauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4060821, - 49.1868957 - ] - }, - "properties": { - "undefined": "Périers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.19098, - 48.91603 - ] - }, - "properties": { - "undefined": "Percy-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0898374, - 48.5866543 - ] - }, - "properties": { - "undefined": "Grandparigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0548212, - 48.60268 - ] - }, - "properties": { - "undefined": "Grandparigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.944979, - 48.6487864 - ] - }, - "properties": { - "undefined": "Mortain-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.523626, - 48.988262 - ] - }, - "properties": { - "undefined": "Montmartin-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3820192, - 49.4878826 - ] - }, - "properties": { - "undefined": "Montebourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.662814, - 49.6038954 - ] - }, - "properties": { - "undefined": "Martinvast" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2436855, - 49.1000191 - ] - }, - "properties": { - "undefined": "Marigny-Le-Lozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2491715, - 49.0897834 - ] - }, - "properties": { - "undefined": "Marigny-Le-Lozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5355451, - 49.2189767 - ] - }, - "properties": { - "undefined": "Lessay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5276278, - 49.2121913 - ] - }, - "properties": { - "undefined": "Lessay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8093807, - 49.5128051 - ] - }, - "properties": { - "undefined": "Les Pieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8044956, - 49.5064375 - ] - }, - "properties": { - "undefined": "Les Pieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8746268, - 48.5380251 - ] - }, - "properties": { - "undefined": "Le Teilleul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2819547, - 49.1611428 - ] - }, - "properties": { - "undefined": "Remilly Les Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4549578, - 48.752177 - ] - }, - "properties": { - "undefined": "Sartilly-Baie-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9214924, - 48.7244128 - ] - }, - "properties": { - "undefined": "Sourdeval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0292342, - 49.1916925 - ] - }, - "properties": { - "undefined": "Saint-Clair-sur-l'Elle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2716169, - 49.5886421 - ] - }, - "properties": { - "undefined": "Saint-Vaast-la-Hougue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3638731, - 48.6838561 - ] - }, - "properties": { - "undefined": "Avranches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3691367, - 48.6908636 - ] - }, - "properties": { - "undefined": "Avranches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5985858, - 49.0490526 - ] - }, - "properties": { - "undefined": "Agon-Coutainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1135212, - 49.1168854 - ] - }, - "properties": { - "undefined": "Agneaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.132432, - 49.1121181 - ] - }, - "properties": { - "undefined": "Agneaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7362482, - 49.6043821 - ] - }, - "properties": { - "undefined": "La Hague" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2192249, - 48.8367225 - ] - }, - "properties": { - "undefined": "Villedieu-les-Poêles-Rouffigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.226381, - 48.834159 - ] - }, - "properties": { - "undefined": "Villedieu-les-Poêles-Rouffigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.571767, - 49.639352 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.579452, - 49.639744 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.605019, - 49.639211 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.565538, - 49.654175 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0591078, - 48.9734709 - ] - }, - "properties": { - "undefined": "Tessy-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3130607, - 49.4095477 - ] - }, - "properties": { - "undefined": "Sainte-Mère-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.41135, - 49.130605 - ] - }, - "properties": { - "undefined": "Saint-Sauveur-Villages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2645353, - 49.3199395 - ] - }, - "properties": { - "undefined": "Carentan-les-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5296983, - 49.3863739 - ] - }, - "properties": { - "undefined": "Saint-Sauveur-le-Vicomte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4035618, - 49.668173 - ] - }, - "properties": { - "undefined": "Saint-Pierre-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5701226, - 48.8164751 - ] - }, - "properties": { - "undefined": "Saint-Pair-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.064822, - 49.104373 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.069148, - 49.111507 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.116682, - 49.100755 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.100014, - 49.116437 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.087859, - 49.11941 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.095834, - 49.115154 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.086968, - 49.116522 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1364357, - 49.2283939 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Daye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.320199, - 48.523811 - ] - }, - "properties": { - "undefined": "Saint-James" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0907322, - 48.5759106 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-du-Harcouët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9757299, - 49.1354216 - ] - }, - "properties": { - "undefined": "Saint-Georges-d'Elle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.394381, - 48.7941251 - ] - }, - "properties": { - "undefined": "La Haye-Pesnel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.601422, - 49.614228 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.596063, - 49.166556 - ] - }, - "properties": { - "undefined": "Pirou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.629394, - 49.636395 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2448201, - 49.3028024 - ] - }, - "properties": { - "undefined": "Carentan-les-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2958843, - 49.3798413 - ] - }, - "properties": { - "undefined": "Sainte-Mère-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4401486, - 48.9124279 - ] - }, - "properties": { - "undefined": "Cérences" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2832819, - 49.0258146 - ] - }, - "properties": { - "undefined": "Cerisy-la-Salle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.617731, - 49.643581 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.624323, - 49.63612 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.623855, - 49.645317 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.603728, - 49.613656 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.64284, - 49.628488 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.641399, - 49.626574 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.634003, - 49.627575 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.621794, - 49.637993 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.61295, - 49.638748 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.611977, - 49.635956 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2421829, - 49.3034833 - ] - }, - "properties": { - "undefined": "Carentan-les-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1732257, - 49.0762621 - ] - }, - "properties": { - "undefined": "Canisy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5903001, - 49.5635953 - ] - }, - "properties": { - "undefined": "Brix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6391676, - 49.4713781 - ] - }, - "properties": { - "undefined": "Bricquebec-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6315858, - 49.471884 - ] - }, - "properties": { - "undefined": "Bricquebec-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5160379, - 48.898219 - ] - }, - "properties": { - "undefined": "Bréhal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1700677, - 48.7248101 - ] - }, - "properties": { - "undefined": "Brécey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7752953, - 49.5357881 - ] - }, - "properties": { - "undefined": "Benoîtville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8364845, - 49.6621683 - ] - }, - "properties": { - "undefined": "La Hague" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7690024, - 49.3682998 - ] - }, - "properties": { - "undefined": "Barneville-Carteret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7554556, - 49.3821883 - ] - }, - "properties": { - "undefined": "Barneville-Carteret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7906159, - 49.372388 - ] - }, - "properties": { - "undefined": "Barneville-Carteret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8327776, - 48.5992163 - ] - }, - "properties": { - "undefined": "Barenton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3632336, - 48.6867883 - ] - }, - "properties": { - "undefined": "Avranches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3638731, - 48.6838561 - ] - }, - "properties": { - "undefined": "Avranches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3691367, - 48.6908636 - ] - }, - "properties": { - "undefined": "Avranches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5985858, - 49.0490526 - ] - }, - "properties": { - "undefined": "Agon-Coutainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0375894, - 49.0517922 - ] - }, - "properties": { - "undefined": "Condé-sur-Vire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0025626, - 49.0483967 - ] - }, - "properties": { - "undefined": "Condé-sur-Vire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4400962, - 49.0438633 - ] - }, - "properties": { - "undefined": "Coutances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6079197, - 49.0993255 - ] - }, - "properties": { - "undefined": "Gouville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.207212, - 48.860445 - ] - }, - "properties": { - "undefined": "La Colombe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0225093, - 48.6764849 - ] - }, - "properties": { - "undefined": "Juvigny les Vallées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5673533, - 48.7743602 - ] - }, - "properties": { - "undefined": "Jullouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1743921, - 48.6204334 - ] - }, - "properties": { - "undefined": "Isigny-le-Buat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1796253, - 48.5960906 - ] - }, - "properties": { - "undefined": "Isigny-le-Buat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.175209, - 49.133094 - ] - }, - "properties": { - "undefined": "Thèreval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5568028, - 48.9774889 - ] - }, - "properties": { - "undefined": "Hauteville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2642285, - 48.9483719 - ] - }, - "properties": { - "undefined": "Hambye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.954338, - 48.983317 - ] - }, - "properties": { - "undefined": "Torigny-les-Villes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.949023, - 48.988129 - ] - }, - "properties": { - "undefined": "Torigny-les-Villes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5683501, - 48.8327924 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5955279, - 48.8359208 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5965401, - 48.8375254 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5877092, - 48.8381083 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5794053, - 49.0965681 - ] - }, - "properties": { - "undefined": "Gouville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4666847, - 49.054234 - ] - }, - "properties": { - "undefined": "Coutances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3505134, - 48.9096407 - ] - }, - "properties": { - "undefined": "Gavray-sur-Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4147694, - 48.8358569 - ] - }, - "properties": { - "undefined": "Folligny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2504703, - 48.841466 - ] - }, - "properties": { - "undefined": "Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8579488, - 49.5512758 - ] - }, - "properties": { - "undefined": "Flamanville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.654263, - 49.647892 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.66402, - 49.642007 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.675774, - 49.654087 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.651226, - 49.654982 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2911409, - 48.6198576 - ] - }, - "properties": { - "undefined": "Ducey-Les Chéris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5804867, - 48.8468776 - ] - }, - "properties": { - "undefined": "Donville-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5640155, - 49.200886 - ] - }, - "properties": { - "undefined": "Créances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6723914, - 49.5574624 - ] - }, - "properties": { - "undefined": "Couville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4536927, - 49.0515211 - ] - }, - "properties": { - "undefined": "Coutances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4412921, - 49.0486743 - ] - }, - "properties": { - "undefined": "Coutances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3632336, - 48.6867883 - ] - }, - "properties": { - "undefined": "Avranches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8327776, - 48.5992163 - ] - }, - "properties": { - "undefined": "Barenton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7906159, - 49.372388 - ] - }, - "properties": { - "undefined": "Barneville-Carteret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.347532, - 48.649714 - ] - }, - "properties": { - "undefined": "Saint-Quentin-sur-le-Homme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6962131, - 49.3355948 - ] - }, - "properties": { - "undefined": "Port-Bail-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.699955, - 49.660872 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.692228, - 49.665796 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3036013, - 49.5938654 - ] - }, - "properties": { - "undefined": "Quettehou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4689422, - 48.968137 - ] - }, - "properties": { - "undefined": "Quettreville-sur-Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2592659, - 49.6187571 - ] - }, - "properties": { - "undefined": "Réville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4671269, - 48.760259 - ] - }, - "properties": { - "undefined": "Sartilly-Baie-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7554556, - 49.3821883 - ] - }, - "properties": { - "undefined": "Barneville-Carteret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4549578, - 48.752177 - ] - }, - "properties": { - "undefined": "Sartilly-Baie-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9214924, - 48.7244128 - ] - }, - "properties": { - "undefined": "Sourdeval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0292342, - 49.1916925 - ] - }, - "properties": { - "undefined": "Saint-Clair-sur-l'Elle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2645353, - 49.3199395 - ] - }, - "properties": { - "undefined": "Carentan-les-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9757299, - 49.1354216 - ] - }, - "properties": { - "undefined": "Saint-Georges-d'Elle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0907322, - 48.5759106 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-du-Harcouët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5122859, - 48.5537084 - ] - }, - "properties": { - "undefined": "Pontorson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5052815, - 48.5527294 - ] - }, - "properties": { - "undefined": "Pontorson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4999864, - 48.5542101 - ] - }, - "properties": { - "undefined": "Pontorson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1278249, - 49.1642203 - ] - }, - "properties": { - "undefined": "Pont-Hébert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3367836, - 48.6249671 - ] - }, - "properties": { - "undefined": "Poilley" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7876279, - 49.4712494 - ] - }, - "properties": { - "undefined": "Pierreville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4209417, - 49.3787366 - ] - }, - "properties": { - "undefined": "Picauville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4060821, - 49.1868957 - ] - }, - "properties": { - "undefined": "Périers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.19098, - 48.91603 - ] - }, - "properties": { - "undefined": "Percy-en-Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0898374, - 48.5866543 - ] - }, - "properties": { - "undefined": "Grandparigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0548212, - 48.60268 - ] - }, - "properties": { - "undefined": "Grandparigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.944979, - 48.6487864 - ] - }, - "properties": { - "undefined": "Mortain-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.523626, - 48.988262 - ] - }, - "properties": { - "undefined": "Montmartin-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3820192, - 49.4878826 - ] - }, - "properties": { - "undefined": "Montebourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.662814, - 49.6038954 - ] - }, - "properties": { - "undefined": "Martinvast" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2436855, - 49.1000191 - ] - }, - "properties": { - "undefined": "Marigny-Le-Lozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2491715, - 49.0897834 - ] - }, - "properties": { - "undefined": "Marigny-Le-Lozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.320199, - 48.523811 - ] - }, - "properties": { - "undefined": "Saint-James" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1364357, - 49.2283939 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Daye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.086968, - 49.116522 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.571767, - 49.639352 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.97429, - 49.094013 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Elle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.97429, - 49.094013 - ] - }, - "properties": { - "undefined": "Saint-Jean-d'Elle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.844165, - 49.56517 - ] - }, - "properties": { - "undefined": "Siouville-Hague" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.844165, - 49.56517 - ] - }, - "properties": { - "undefined": "Siouville-Hague" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.765945, - 48.603128 - ] - }, - "properties": { - "undefined": "Saint-Georges-de-Rouelley" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.765945, - 48.603128 - ] - }, - "properties": { - "undefined": "Saint-Georges-de-Rouelley" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.600058, - 48.837858 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.600058, - 48.837858 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.97762, - 49.034503 - ] - }, - "properties": { - "undefined": "Torigny-les-Villes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.97762, - 49.034503 - ] - }, - "properties": { - "undefined": "Torigny-les-Villes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.347532, - 48.649714 - ] - }, - "properties": { - "undefined": "Saint-Quentin-sur-le-Homme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.954338, - 48.983317 - ] - }, - "properties": { - "undefined": "Torigny-les-Villes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2192249, - 48.8367225 - ] - }, - "properties": { - "undefined": "Villedieu-les-Poêles-Rouffigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.226381, - 48.834159 - ] - }, - "properties": { - "undefined": "Villedieu-les-Poêles-Rouffigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.579452, - 49.639744 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.095834, - 49.115154 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.605019, - 49.639211 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.565538, - 49.654175 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0591078, - 48.9734709 - ] - }, - "properties": { - "undefined": "Tessy-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3130607, - 49.4095477 - ] - }, - "properties": { - "undefined": "Sainte-Mère-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2716169, - 49.5886421 - ] - }, - "properties": { - "undefined": "Saint-Vaast-la-Hougue" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.41135, - 49.130605 - ] - }, - "properties": { - "undefined": "Saint-Sauveur-Villages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5296983, - 49.3863739 - ] - }, - "properties": { - "undefined": "Saint-Sauveur-le-Vicomte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4035618, - 49.668173 - ] - }, - "properties": { - "undefined": "Saint-Pierre-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5701226, - 48.8164751 - ] - }, - "properties": { - "undefined": "Saint-Pair-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.064822, - 49.104373 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.069148, - 49.111507 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.116682, - 49.100755 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.100014, - 49.116437 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.087859, - 49.11941 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5355451, - 49.2189767 - ] - }, - "properties": { - "undefined": "Lessay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5276278, - 49.2121913 - ] - }, - "properties": { - "undefined": "Lessay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8093807, - 49.5128051 - ] - }, - "properties": { - "undefined": "Les Pieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.624323, - 49.63612 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4536927, - 49.0515211 - ] - }, - "properties": { - "undefined": "Coutances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4412921, - 49.0486743 - ] - }, - "properties": { - "undefined": "Coutances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4666847, - 49.054234 - ] - }, - "properties": { - "undefined": "Coutances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4400962, - 49.0438633 - ] - }, - "properties": { - "undefined": "Coutances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0025626, - 49.0483967 - ] - }, - "properties": { - "undefined": "Condé-sur-Vire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0375894, - 49.0517922 - ] - }, - "properties": { - "undefined": "Condé-sur-Vire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.611977, - 49.635956 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.61295, - 49.638748 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.621794, - 49.637993 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.634003, - 49.627575 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.641399, - 49.626574 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.64284, - 49.628488 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.623855, - 49.645317 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.629394, - 49.636395 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.617731, - 49.643581 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5640155, - 49.200886 - ] - }, - "properties": { - "undefined": "Créances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2832819, - 49.0258146 - ] - }, - "properties": { - "undefined": "Cerisy-la-Salle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4401486, - 48.9124279 - ] - }, - "properties": { - "undefined": "Cérences" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2958843, - 49.3798413 - ] - }, - "properties": { - "undefined": "Sainte-Mère-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2448201, - 49.3028024 - ] - }, - "properties": { - "undefined": "Carentan-les-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2421829, - 49.3034833 - ] - }, - "properties": { - "undefined": "Carentan-les-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1732257, - 49.0762621 - ] - }, - "properties": { - "undefined": "Canisy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5903001, - 49.5635953 - ] - }, - "properties": { - "undefined": "Brix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6391676, - 49.4713781 - ] - }, - "properties": { - "undefined": "Bricquebec-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6315858, - 49.471884 - ] - }, - "properties": { - "undefined": "Bricquebec-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5160379, - 48.898219 - ] - }, - "properties": { - "undefined": "Bréhal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1700677, - 48.7248101 - ] - }, - "properties": { - "undefined": "Brécey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7752953, - 49.5357881 - ] - }, - "properties": { - "undefined": "Benoîtville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8364845, - 49.6621683 - ] - }, - "properties": { - "undefined": "La Hague" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7690024, - 49.3682998 - ] - }, - "properties": { - "undefined": "Barneville-Carteret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6723914, - 49.5574624 - ] - }, - "properties": { - "undefined": "Couville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5804867, - 48.8468776 - ] - }, - "properties": { - "undefined": "Donville-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8044956, - 49.5064375 - ] - }, - "properties": { - "undefined": "Les Pieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.954338, - 48.983317 - ] - }, - "properties": { - "undefined": "Torigny-les-Villes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8746268, - 48.5380251 - ] - }, - "properties": { - "undefined": "Le Teilleul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2819547, - 49.1611428 - ] - }, - "properties": { - "undefined": "Remilly Les Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.394381, - 48.7941251 - ] - }, - "properties": { - "undefined": "La Haye-Pesnel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5463226, - 49.2894615 - ] - }, - "properties": { - "undefined": "La Haye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.601422, - 49.614228 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.603728, - 49.613656 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.207212, - 48.860445 - ] - }, - "properties": { - "undefined": "La Colombe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0225093, - 48.6764849 - ] - }, - "properties": { - "undefined": "Juvigny les Vallées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5673533, - 48.7743602 - ] - }, - "properties": { - "undefined": "Jullouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1743921, - 48.6204334 - ] - }, - "properties": { - "undefined": "Isigny-le-Buat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1796253, - 48.5960906 - ] - }, - "properties": { - "undefined": "Isigny-le-Buat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.175209, - 49.133094 - ] - }, - "properties": { - "undefined": "Thèreval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5568028, - 48.9774889 - ] - }, - "properties": { - "undefined": "Hauteville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2642285, - 48.9483719 - ] - }, - "properties": { - "undefined": "Hambye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.949023, - 48.988129 - ] - }, - "properties": { - "undefined": "Torigny-les-Villes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2911409, - 48.6198576 - ] - }, - "properties": { - "undefined": "Ducey-Les Chéris" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5683501, - 48.8327924 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5955279, - 48.8359208 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5965401, - 48.8375254 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5877092, - 48.8381083 - ] - }, - "properties": { - "undefined": "Granville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6079197, - 49.0993255 - ] - }, - "properties": { - "undefined": "Gouville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5794053, - 49.0965681 - ] - }, - "properties": { - "undefined": "Gouville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3505134, - 48.9096407 - ] - }, - "properties": { - "undefined": "Gavray-sur-Sienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4147694, - 48.8358569 - ] - }, - "properties": { - "undefined": "Folligny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2504703, - 48.841466 - ] - }, - "properties": { - "undefined": "Fleury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8579488, - 49.5512758 - ] - }, - "properties": { - "undefined": "Flamanville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.654263, - 49.647892 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.66402, - 49.642007 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.675774, - 49.654087 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.651226, - 49.654982 - ] - }, - "properties": { - "undefined": "Cherbourg-en-Cotentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1135212, - 49.1168854 - ] - }, - "properties": { - "undefined": "Agneaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.596063, - 49.166556 - ] - }, - "properties": { - "undefined": "Pirou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.187398, - 48.273996 - ] - }, - "properties": { - "undefined": "Caulnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.623059, - 45.196766 - ] - }, - "properties": { - "undefined": "Freney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.010984, - 47.223166 - ] - }, - "properties": { - "undefined": "Gevrey-Chambertin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.274148, - 49.167886 - ] - }, - "properties": { - "undefined": "Giberville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.277238, - 49.166932 - ] - }, - "properties": { - "undefined": "Giberville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.109707, - 47.032073 - ] - }, - "properties": { - "undefined": "Glanon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.923522, - 49.2444 - ] - }, - "properties": { - "undefined": "Gueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.171845, - 49.215116 - ] - }, - "properties": { - "undefined": "Maizières-lès-Metz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402639, - 48.23192 - ] - }, - "properties": { - "undefined": "Orschwiller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.183078, - 43.985279 - ] - }, - "properties": { - "undefined": "La Sure en Chartreuse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.684731, - 47.852405 - ] - }, - "properties": { - "undefined": "Varennes-Changy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.522627, - 46.775898 - ] - }, - "properties": { - "undefined": "Arlay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.60966, - 44.171306 - ] - }, - "properties": { - "undefined": "Le Passage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.623299, - 48.126677 - ] - }, - "properties": { - "undefined": "Villaines-la-Gonais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.253033, - 44.870544 - ] - }, - "properties": { - "undefined": "Albaret-Sainte-Marie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.197267, - 47.974493 - ] - }, - "properties": { - "undefined": "Précy-sur-Vrin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.103061, - 48.908862 - ] - }, - "properties": { - "undefined": "Labenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.418951, - 43.585904 - ] - }, - "properties": { - "undefined": "Labenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.420473, - 43.586775 - ] - }, - "properties": { - "undefined": "Lacq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.584799, - 43.418629 - ] - }, - "properties": { - "undefined": "Lacq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598593, - 43.42185 - ] - }, - "properties": { - "undefined": "Perrogney-les-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22454, - 47.813445 - ] - }, - "properties": { - "undefined": "Perrogney-les-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.222737, - 47.815173 - ] - }, - "properties": { - "undefined": "L'Hospitalet-du-Larzac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.623271, - 45.276249 - ] - }, - "properties": { - "undefined": "L'Isle-d'Abeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.212795, - 45.611787 - ] - }, - "properties": { - "undefined": "Éguilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.225917, - 45.850722 - ] - }, - "properties": { - "undefined": "Néronde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.501811, - 47.30968 - ] - }, - "properties": { - "undefined": "Longué-Jumelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.134694, - 47.41925 - ] - }, - "properties": { - "undefined": "Longué-Jumelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.131556, - 47.4185 - ] - }, - "properties": { - "undefined": "Longvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.245204, - 43.334659 - ] - }, - "properties": { - "undefined": "Capens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.06949, - 45.875816 - ] - }, - "properties": { - "undefined": "Annecy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.158265, - 45.548788 - ] - }, - "properties": { - "undefined": "Châteauneuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.631368, - 47.166119 - ] - }, - "properties": { - "undefined": "Noyant-de-Touraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.06931, - 50.225516 - ] - }, - "properties": { - "undefined": "Rumaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.334795, - 45.169865 - ] - }, - "properties": { - "undefined": "Bedenac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387813, - 47.664023 - ] - }, - "properties": { - "undefined": "Villerbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.387757, - 47.665885 - ] - }, - "properties": { - "undefined": "Villerbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.10745, - 47.030768 - ] - }, - "properties": { - "undefined": "Glanon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420088, - 46.314092 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-les-Feuilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.416918, - 46.313059 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-les-Feuilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.547145, - 49.614324 - ] - }, - "properties": { - "undefined": "Bolleville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.545844, - 49.614343 - ] - }, - "properties": { - "undefined": "Bolleville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.411364, - 46.064297 - ] - }, - "properties": { - "undefined": "Bonneville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.362753, - 46.497639 - ] - }, - "properties": { - "undefined": "Yzeure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.240714, - 47.094675 - ] - }, - "properties": { - "undefined": "Foëcy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0365, - 43.592 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.990385, - 43.423878 - ] - }, - "properties": { - "undefined": "Brignoles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4908417, - 46.116638 - ] - }, - "properties": { - "undefined": "Ceignes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417075, - 46.751937 - ] - }, - "properties": { - "undefined": "Farges-Allichamps" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.417606, - 46.751623 - ] - }, - "properties": { - "undefined": "Farges-Allichamps" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.012515, - 49.204151 - ] - }, - "properties": { - "undefined": "Chigny-les-Roses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.578674, - 48.467261 - ] - }, - "properties": { - "undefined": "Gasville-Oisème" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.580008, - 48.468782 - ] - }, - "properties": { - "undefined": "Gasville-Oisème" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.70479, - 46.850652 - ] - }, - "properties": { - "undefined": "Déols" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.229353, - 44.286522 - ] - }, - "properties": { - "undefined": "Giscos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7988237, - 50.926644 - ] - }, - "properties": { - "undefined": "Coquelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.543044, - 43.178103 - ] - }, - "properties": { - "undefined": "Capendu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.542194, - 43.176909 - ] - }, - "properties": { - "undefined": "Capendu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.721676, - 48.264407 - ] - }, - "properties": { - "undefined": "Darvault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045602, - 47.27199 - ] - }, - "properties": { - "undefined": "Longvic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.987548, - 48.566391 - ] - }, - "properties": { - "undefined": "Dagneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.070508, - 45.843868 - ] - }, - "properties": { - "undefined": "La Salle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.865081, - 46.421048 - ] - }, - "properties": { - "undefined": "Savigny-en-Terre-Plaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.186759, - 44.404918 - ] - }, - "properties": { - "undefined": "Le Mas-d'Agenais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.166865, - 47.807101 - ] - }, - "properties": { - "undefined": "Parcé-sur-Sarthe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.16809, - 47.803507 - ] - }, - "properties": { - "undefined": "Saugon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.053255, - 50.54921 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912861, - 44.236045 - ] - }, - "properties": { - "undefined": "Sisteron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.307799, - 49.366191 - ] - }, - "properties": { - "undefined": "Soissons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.492422, - 45.188934 - ] - }, - "properties": { - "undefined": "Sorgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.889573, - 44.024304 - ] - }, - "properties": { - "undefined": "Dracé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7669235, - 46.134233 - ] - }, - "properties": { - "undefined": "Tavel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.703626, - 44.004071 - ] - }, - "properties": { - "undefined": "Tavel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.700191, - 43.999633 - ] - }, - "properties": { - "undefined": "Monnaie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.776985, - 47.475422 - ] - }, - "properties": { - "undefined": "Les Bordes-Aumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186773, - 49.247541 - ] - }, - "properties": { - "undefined": "Val-de-Reuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0977824, - 48.225594 - ] - }, - "properties": { - "undefined": "Châteauneuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.156463, - 45.547641 - ] - }, - "properties": { - "undefined": "Tessy-Bocage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.961812, - 46.09619 - ] - }, - "properties": { - "undefined": "Valleiry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.118014, - 46.573538 - ] - }, - "properties": { - "undefined": "Sainte-Hermine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.508419, - 49.119802 - ] - }, - "properties": { - "undefined": "Haudiomont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.50902, - 49.118201 - ] - }, - "properties": { - "undefined": "Haudiomont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5866803, - 46.378027 - ] - }, - "properties": { - "undefined": "Lignerolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.153525, - 45.660128 - ] - }, - "properties": { - "undefined": "Veyre-Monton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451011, - 43.413836 - ] - }, - "properties": { - "undefined": "Vidauban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.846994, - 42.578429 - ] - }, - "properties": { - "undefined": "Banyuls-dels-Aspres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.848341, - 42.577784 - ] - }, - "properties": { - "undefined": "Banyuls-dels-Aspres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.622302, - 48.125475 - ] - }, - "properties": { - "undefined": "La Bosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.089269, - 43.21589 - ] - }, - "properties": { - "undefined": "Armissan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.245628, - 43.337933 - ] - }, - "properties": { - "undefined": "Capens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.918671, - 49.242974 - ] - }, - "properties": { - "undefined": "Vrigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5485168, - 49.089259 - ] - }, - "properties": { - "undefined": "Parcé-sur-Sarthe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825571, - 45.275563 - ] - }, - "properties": { - "undefined": "Saint-Witz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.598651, - 45.610095 - ] - }, - "properties": { - "undefined": "Saint-Rambert-d'Albon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.720788, - 48.263874 - ] - }, - "properties": { - "undefined": "Saran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.037132, - 47.504384 - ] - }, - "properties": { - "undefined": "Bonchamp-lès-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.693474, - 48.09518 - ] - }, - "properties": { - "undefined": "Mionnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894038, - 45.8899 - ] - }, - "properties": { - "undefined": "Mionnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.894515, - 45.88437 - ] - }, - "properties": { - "undefined": "Labastide-Saint-Pierre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.308488, - 43.914901 - ] - }, - "properties": { - "undefined": "Allan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78134, - 44.513898 - ] - }, - "properties": { - "undefined": "Allan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.983572, - 43.65096 - ] - }, - "properties": { - "undefined": "Saint-Aunès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78082, - 44.515143 - ] - }, - "properties": { - "undefined": "Morières-lès-Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.723115, - 44.21656 - ] - }, - "properties": { - "undefined": "Mornas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732409, - 44.194832 - ] - }, - "properties": { - "undefined": "Mornas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.91204, - 43.922931 - ] - }, - "properties": { - "undefined": "Drumettaz-Clarafond" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.929976, - 45.673865 - ] - }, - "properties": { - "undefined": "Nemours" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.641624, - 43.074958 - ] - }, - "properties": { - "undefined": "Verniolle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.827989, - 45.276404 - ] - }, - "properties": { - "undefined": "ionity-gmbh" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.859723, - 47.948583 - ] - }, - "properties": { - "undefined": "Cressensac-Sarrazac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.525098, - 45.030878 - ] - }, - "properties": { - "undefined": "Cressensac-Sarrazac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.524313, - 45.030881 - ] - }, - "properties": { - "undefined": "Coulounieix-Chamiers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.701054, - 45.13792 - ] - }, - "properties": { - "undefined": "Jaunay-Marigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.371119, - 46.701836 - ] - }, - "properties": { - "undefined": "Jaunay-Marigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.366838, - 46.701436 - ] - }, - "properties": { - "undefined": "Chauray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.378714, - 46.296171 - ] - }, - "properties": { - "undefined": "Verrières-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.491055, - 47.500299 - ] - }, - "properties": { - "undefined": "Rely" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.586605, - 44.369754 - ] - }, - "properties": { - "undefined": "Onet-le-Château" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.378795, - 50.571808 - ] - }, - "properties": { - "undefined": "Rosny-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.63404, - 48.992862 - ] - }, - "properties": { - "undefined": "Steenvoorde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.585323, - 50.826461 - ] - }, - "properties": { - "undefined": "Saint-Léger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.755607, - 50.167331 - ] - }, - "properties": { - "undefined": "Sailly-Flibeaucourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0100812, - 43.6087505 - ] - }, - "properties": { - "undefined": "Mougins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.621857810756655, - 46.38979827128929 - ] - }, - "properties": { - "undefined": "Crozant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8728709, - 46.1613543 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.427356, - 46.188104 - ] - }, - "properties": { - "undefined": "Chambon-sur-Voueize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.483527, - 46.238674 - ] - }, - "properties": { - "undefined": "La Souterraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.483527, - 46.238674 - ] - }, - "properties": { - "undefined": "La Souterraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.485976, - 46.174744 - ] - }, - "properties": { - "undefined": "Évaux-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.485976, - 46.174744 - ] - }, - "properties": { - "undefined": "Évaux-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.67012069, - 46.3057547 - ] - }, - "properties": { - "undefined": "Dun-le-Palestel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.67012069, - 46.3057547 - ] - }, - "properties": { - "undefined": "Dun-le-Palestel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.911452, - 45.839515 - ] - }, - "properties": { - "undefined": "Royère-de-Vassivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.911452, - 45.839515 - ] - }, - "properties": { - "undefined": "Royère-de-Vassivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6307987051364758, - 46.11916513058057 - ] - }, - "properties": { - "undefined": "Bénévent-l'Abbaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6307987051364758, - 46.11916513058057 - ] - }, - "properties": { - "undefined": "Bénévent-l'Abbaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.908169, - 46.325814 - ] - }, - "properties": { - "undefined": "Bonnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.908169, - 46.325814 - ] - }, - "properties": { - "undefined": "Bonnat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1752391966838003, - 45.95685385044865 - ] - }, - "properties": { - "undefined": "Aubusson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1752391966838003, - 45.95685385044865 - ] - }, - "properties": { - "undefined": "Aubusson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.427356, - 46.188104 - ] - }, - "properties": { - "undefined": "Chambon-sur-Voueize" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7562378, - 46.204309 - ] - }, - "properties": { - "undefined": "Saint-Vaury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7562378, - 46.204309 - ] - }, - "properties": { - "undefined": "Saint-Vaury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.872105, - 46.168328 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8728709, - 46.1613543 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.757261, - 45.954984 - ] - }, - "properties": { - "undefined": "Bourganeuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.757261, - 45.954984 - ] - }, - "properties": { - "undefined": "Bourganeuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87458, - 46.18066 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.87458, - 46.18066 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.872105, - 46.168328 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.852937, - 46.16619 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.915143, - 46.13929 - ] - }, - "properties": { - "undefined": "Sainte-Feyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.852937, - 46.16619 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.84716, - 46.182498 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-le-Guérétois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.84716, - 46.182498 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-le-Guérétois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.889585, - 46.127182 - ] - }, - "properties": { - "undefined": "Sainte-Feyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.889585, - 46.127182 - ] - }, - "properties": { - "undefined": "Sainte-Feyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.915143, - 46.13929 - ] - }, - "properties": { - "undefined": "Sainte-Feyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.621857810756655, - 46.38979827128929 - ] - }, - "properties": { - "undefined": "Crozant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2148780297956265, - 46.349311090103754 - ] - }, - "properties": { - "undefined": "Boussac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282017747338646, - 46.18043243312804 - ] - }, - "properties": { - "undefined": "Lussat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.500372319177679, - 46.02618636026654 - ] - }, - "properties": { - "undefined": "Auzances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6472792580972633, - 46.16018464709621 - ] - }, - "properties": { - "undefined": "Le Grand-Bourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6472792580972633, - 46.16018464709621 - ] - }, - "properties": { - "undefined": "Le Grand-Bourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.849796138345705, - 45.99788844986339 - ] - }, - "properties": { - "undefined": "Pontarion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.849796138345705, - 45.99788844986339 - ] - }, - "properties": { - "undefined": "Pontarion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0335378347450135, - 45.906877456491365 - ] - }, - "properties": { - "undefined": "Vallière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0335378347450135, - 45.906877456491365 - ] - }, - "properties": { - "undefined": "Vallière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.500372319177679, - 46.02618636026654 - ] - }, - "properties": { - "undefined": "Auzances" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4864876938733127, - 46.23622541263118 - ] - }, - "properties": { - "undefined": "La Souterraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2148780297956265, - 46.349311090103754 - ] - }, - "properties": { - "undefined": "Boussac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0860594190967117, - 46.180882164981234 - ] - }, - "properties": { - "undefined": "Jarnages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0860594190967117, - 46.180882164981234 - ] - }, - "properties": { - "undefined": "Jarnages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7558725880278507, - 45.94935937360538 - ] - }, - "properties": { - "undefined": "Bourganeuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.878921, - 46.17376 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282017747338646, - 46.18043243312804 - ] - }, - "properties": { - "undefined": "Lussat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4864876938733127, - 46.23622541263118 - ] - }, - "properties": { - "undefined": "La Souterraine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.878921, - 46.17376 - ] - }, - "properties": { - "undefined": "Guéret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239653001754647, - 46.19073258470734 - ] - }, - "properties": { - "undefined": "Gouzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4832416152564285, - 46.17599486200176 - ] - }, - "properties": { - "undefined": "Évaux-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297630254367735, - 45.98220366857867 - ] - }, - "properties": { - "undefined": "Bellegarde-en-Marche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.756224684351945, - 45.954558314194834 - ] - }, - "properties": { - "undefined": "Bourganeuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.756224684351945, - 45.954558314194834 - ] - }, - "properties": { - "undefined": "Bourganeuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3670760395894566, - 45.86830223684359 - ] - }, - "properties": { - "undefined": "Crocq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.297630254367735, - 45.98220366857867 - ] - }, - "properties": { - "undefined": "Bellegarde-en-Marche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3670760395894566, - 45.86830223684359 - ] - }, - "properties": { - "undefined": "Crocq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.4832416152564285, - 46.17599486200176 - ] - }, - "properties": { - "undefined": "Évaux-les-Bains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171941051048165, - 45.884709957957774 - ] - }, - "properties": { - "undefined": "Felletin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.171941051048165, - 45.884709957957774 - ] - }, - "properties": { - "undefined": "Felletin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5128909982581737, - 46.14672358923505 - ] - }, - "properties": { - "undefined": "Fursac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5128909982581737, - 46.14672358923505 - ] - }, - "properties": { - "undefined": "Fursac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9928695454171546, - 46.35557415488703 - ] - }, - "properties": { - "undefined": "Genouillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9928695454171546, - 46.35557415488703 - ] - }, - "properties": { - "undefined": "Genouillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.239653001754647, - 46.19073258470734 - ] - }, - "properties": { - "undefined": "Gouzon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.76, - 45.16 - ] - }, - "properties": { - "undefined": "Saint-Martin-d'Hères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9801575, - 50.3681097 - ] - }, - "properties": { - "undefined": "Quiéry-la-Motte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1443631, - 50.7530166 - ] - }, - "properties": { - "undefined": "Neuville-en-Ferrain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.07568, - 45.89067 - ] - }, - "properties": { - "undefined": "Chavanod" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.88342, - 50.1989359 - ] - }, - "properties": { - "undefined": "Croisilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62415, - 48.506082 - ] - }, - "properties": { - "undefined": "Vathiménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.44907, - 48.52959 - ] - }, - "properties": { - "undefined": "Lamath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.741191, - 48.528566 - ] - }, - "properties": { - "undefined": "Pettonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.741191, - 48.528566 - ] - }, - "properties": { - "undefined": "Pettonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.735212, - 48.444032 - ] - }, - "properties": { - "undefined": "Deneuvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.651412, - 48.611865 - ] - }, - "properties": { - "undefined": "Laneuveville-aux-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.735212, - 48.444032 - ] - }, - "properties": { - "undefined": "Deneuvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691154, - 48.473567 - ] - }, - "properties": { - "undefined": "Glonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.44907, - 48.52959 - ] - }, - "properties": { - "undefined": "Lamath" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.691154, - 48.473567 - ] - }, - "properties": { - "undefined": "Glonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.651412, - 48.611865 - ] - }, - "properties": { - "undefined": "Laneuveville-aux-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.732776, - 48.481303 - ] - }, - "properties": { - "undefined": "Gélacourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.732776, - 48.481303 - ] - }, - "properties": { - "undefined": "Gélacourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.62415, - 48.506082 - ] - }, - "properties": { - "undefined": "Vathiménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.749424, - 48.497579 - ] - }, - "properties": { - "undefined": "Brouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.529493, - 48.596794 - ] - }, - "properties": { - "undefined": "Chanteheux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.529493, - 48.596794 - ] - }, - "properties": { - "undefined": "Chanteheux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729624, - 48.517423 - ] - }, - "properties": { - "undefined": "Hablainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.729624, - 48.517423 - ] - }, - "properties": { - "undefined": "Hablainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.753659, - 48.515558 - ] - }, - "properties": { - "undefined": "Vaxainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.753659, - 48.515558 - ] - }, - "properties": { - "undefined": "Vaxainville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.766798, - 48.509037 - ] - }, - "properties": { - "undefined": "Reherrey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.766798, - 48.509037 - ] - }, - "properties": { - "undefined": "Reherrey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.749424, - 48.497579 - ] - }, - "properties": { - "undefined": "Brouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.792528, - 48.429512 - ] - }, - "properties": { - "undefined": "Bertrichamps" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.792528, - 48.429512 - ] - }, - "properties": { - "undefined": "Bertrichamps" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.897909, - 48.528022 - ] - }, - "properties": { - "undefined": "Colombey-les-Belles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.810074, - 48.412013 - ] - }, - "properties": { - "undefined": "Thiaville-sur-Meurthe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.897909, - 48.528022 - ] - }, - "properties": { - "undefined": "Colombey-les-Belles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.500923, - 48.603982 - ] - }, - "properties": { - "undefined": "Jolivet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.891198, - 49.366949 - ] - }, - "properties": { - "undefined": "Audun-le-Roman" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.322902, - 48.468331 - ] - }, - "properties": { - "undefined": "Virecourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.655137, - 48.497517 - ] - }, - "properties": { - "undefined": "Flin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.132647, - 48.771853 - ] - }, - "properties": { - "undefined": "Pompey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.132647, - 48.771853 - ] - }, - "properties": { - "undefined": "Pompey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.186692, - 48.669613 - ] - }, - "properties": { - "undefined": "Vandœuvre-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.186692, - 48.669613 - ] - }, - "properties": { - "undefined": "Vandœuvre-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.235897, - 48.651288 - ] - }, - "properties": { - "undefined": "Laneuveville-devant-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.235897, - 48.651288 - ] - }, - "properties": { - "undefined": "Laneuveville-devant-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.601472, - 48.589796 - ] - }, - "properties": { - "undefined": "Marainviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.601472, - 48.589796 - ] - }, - "properties": { - "undefined": "Marainviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.500923, - 48.603982 - ] - }, - "properties": { - "undefined": "Jolivet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167017, - 48.735001 - ] - }, - "properties": { - "undefined": "Champigneulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167017, - 48.735001 - ] - }, - "properties": { - "undefined": "Champigneulles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.322902, - 48.468331 - ] - }, - "properties": { - "undefined": "Virecourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.891198, - 49.366949 - ] - }, - "properties": { - "undefined": "Audun-le-Roman" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.322902, - 48.468331 - ] - }, - "properties": { - "undefined": "Virecourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.322902, - 48.468331 - ] - }, - "properties": { - "undefined": "Virecourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145511, - 48.779856 - ] - }, - "properties": { - "undefined": "Custines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145511, - 48.779856 - ] - }, - "properties": { - "undefined": "Custines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908144, - 48.545392 - ] - }, - "properties": { - "undefined": "Allain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.908144, - 48.545392 - ] - }, - "properties": { - "undefined": "Allain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.871263, - 48.651079 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.871263, - 48.651079 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.113954, - 48.937585 - ] - }, - "properties": { - "undefined": "Lesménils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.113954, - 48.937585 - ] - }, - "properties": { - "undefined": "Lesménils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.113954, - 48.937585 - ] - }, - "properties": { - "undefined": "Lesménils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.113954, - 48.937585 - ] - }, - "properties": { - "undefined": "Lesménils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.810074, - 48.412013 - ] - }, - "properties": { - "undefined": "Thiaville-sur-Meurthe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.655137, - 48.497517 - ] - }, - "properties": { - "undefined": "Flin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175165, - 48.690281 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.092196, - 48.618467 - ] - }, - "properties": { - "undefined": "Chaligny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.804458, - 49.321175 - ] - }, - "properties": { - "undefined": "Landres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.804458, - 49.321175 - ] - }, - "properties": { - "undefined": "Landres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.905749, - 49.366657 - ] - }, - "properties": { - "undefined": "Audun-le-Roman" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.905749, - 49.366657 - ] - }, - "properties": { - "undefined": "Audun-le-Roman" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.930792, - 49.429157 - ] - }, - "properties": { - "undefined": "Crusnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.930792, - 49.429157 - ] - }, - "properties": { - "undefined": "Crusnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.902419, - 49.415974 - ] - }, - "properties": { - "undefined": "Errouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.902419, - 49.415974 - ] - }, - "properties": { - "undefined": "Errouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.741943, - 49.293346 - ] - }, - "properties": { - "undefined": "Bouligny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.834023, - 49.327763 - ] - }, - "properties": { - "undefined": "Mont-Bonvillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.834023, - 49.327763 - ] - }, - "properties": { - "undefined": "Mont-Bonvillers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.930843, - 49.324322 - ] - }, - "properties": { - "undefined": "Trieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.930843, - 49.324322 - ] - }, - "properties": { - "undefined": "Trieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.052047, - 48.883568 - ] - }, - "properties": { - "undefined": "Blénod-lès-Pont-à-Mousson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.052047, - 48.883568 - ] - }, - "properties": { - "undefined": "Blénod-lès-Pont-à-Mousson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.068884, - 48.842911 - ] - }, - "properties": { - "undefined": "Dieulouard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.068884, - 48.842911 - ] - }, - "properties": { - "undefined": "Dieulouard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.133857, - 48.699406 - ] - }, - "properties": { - "undefined": "Laxou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.133857, - 48.699406 - ] - }, - "properties": { - "undefined": "Laxou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75571, - 49.388744 - ] - }, - "properties": { - "undefined": "Mercy-le-Bas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.75571, - 49.388744 - ] - }, - "properties": { - "undefined": "Mercy-le-Bas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.900021, - 49.311222 - ] - }, - "properties": { - "undefined": "Tucquegnieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145994, - 48.649043 - ] - }, - "properties": { - "undefined": "Vandœuvre-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.252347, - 48.70712 - ] - }, - "properties": { - "undefined": "Pulnoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.252347, - 48.70712 - ] - }, - "properties": { - "undefined": "Pulnoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.194121, - 48.649816 - ] - }, - "properties": { - "undefined": "Heillecourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.194121, - 48.649816 - ] - }, - "properties": { - "undefined": "Heillecourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17863, - 48.666908 - ] - }, - "properties": { - "undefined": "Vandœuvre-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17863, - 48.666908 - ] - }, - "properties": { - "undefined": "Vandœuvre-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16177, - 48.622033 - ] - }, - "properties": { - "undefined": "Ludres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.16177, - 48.622033 - ] - }, - "properties": { - "undefined": "Ludres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145994, - 48.649043 - ] - }, - "properties": { - "undefined": "Vandœuvre-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.900021, - 49.311222 - ] - }, - "properties": { - "undefined": "Tucquegnieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145994, - 48.649043 - ] - }, - "properties": { - "undefined": "Vandœuvre-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.145994, - 48.649043 - ] - }, - "properties": { - "undefined": "Vandœuvre-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175381, - 48.689914 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175381, - 48.689914 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175381, - 48.689914 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175381, - 48.689914 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.77921, - 49.289143 - ] - }, - "properties": { - "undefined": "Joudreville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.77921, - 49.289143 - ] - }, - "properties": { - "undefined": "Joudreville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.199602, - 48.69315 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.199602, - 48.69315 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.142407, - 48.698059 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175165, - 48.690281 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175165, - 48.690281 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.177347, - 48.687977 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17407, - 48.686047 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17407, - 48.686047 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17407, - 48.686047 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17407, - 48.686047 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17407, - 48.686047 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.17407, - 48.686047 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.66004, - 48.45428 - ] - }, - "properties": { - "undefined": "Fontenoy-la-Joûte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175165, - 48.690281 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175165, - 48.690281 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.142407, - 48.698059 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.209852, - 48.694763 - ] - }, - "properties": { - "undefined": "Tomblaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22903, - 48.658569 - ] - }, - "properties": { - "undefined": "Laneuveville-devant-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.22903, - 48.658569 - ] - }, - "properties": { - "undefined": "Laneuveville-devant-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.250865, - 48.702171 - ] - }, - "properties": { - "undefined": "Pulnoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.250865, - 48.702171 - ] - }, - "properties": { - "undefined": "Pulnoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.252662, - 48.707504 - ] - }, - "properties": { - "undefined": "Pulnoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.252662, - 48.707504 - ] - }, - "properties": { - "undefined": "Pulnoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.180104, - 48.645809 - ] - }, - "properties": { - "undefined": "Houdemont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.180104, - 48.645809 - ] - }, - "properties": { - "undefined": "Houdemont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.209852, - 48.694763 - ] - }, - "properties": { - "undefined": "Tomblaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175165, - 48.690281 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.225206, - 48.702408 - ] - }, - "properties": { - "undefined": "Essey-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.225206, - 48.702408 - ] - }, - "properties": { - "undefined": "Essey-lès-Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.196215, - 48.694878 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.196215, - 48.694878 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.173022, - 48.689762 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.173022, - 48.689762 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175165, - 48.690281 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.175165, - 48.690281 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.092196, - 48.618467 - ] - }, - "properties": { - "undefined": "Chaligny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.741943, - 49.293346 - ] - }, - "properties": { - "undefined": "Bouligny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.099536, - 48.614155 - ] - }, - "properties": { - "undefined": "Neuves-Maisons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5098, - 48.4952 - ] - }, - "properties": { - "undefined": "Gerbéviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.774703, - 48.480564 - ] - }, - "properties": { - "undefined": "Merviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.815633, - 48.480022 - ] - }, - "properties": { - "undefined": "Vacqueville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.815633, - 48.480022 - ] - }, - "properties": { - "undefined": "Vacqueville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.813043, - 48.466942 - ] - }, - "properties": { - "undefined": "Veney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.813043, - 48.466942 - ] - }, - "properties": { - "undefined": "Veney" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.79138, - 48.419586 - ] - }, - "properties": { - "undefined": "Lachapelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.79138, - 48.419586 - ] - }, - "properties": { - "undefined": "Lachapelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.550392, - 48.463424 - ] - }, - "properties": { - "undefined": "Vallois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.550392, - 48.463424 - ] - }, - "properties": { - "undefined": "Vallois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632634, - 48.519024 - ] - }, - "properties": { - "undefined": "Chenevières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.632634, - 48.519024 - ] - }, - "properties": { - "undefined": "Chenevières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.541528, - 48.529466 - ] - }, - "properties": { - "undefined": "Fraimbois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.541528, - 48.529466 - ] - }, - "properties": { - "undefined": "Fraimbois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.650546, - 48.58364 - ] - }, - "properties": { - "undefined": "Manonviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.650546, - 48.58364 - ] - }, - "properties": { - "undefined": "Manonviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.499564, - 48.567491 - ] - }, - "properties": { - "undefined": "Hériménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.499564, - 48.567491 - ] - }, - "properties": { - "undefined": "Hériménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.439919, - 48.600135 - ] - }, - "properties": { - "undefined": "Vitrimont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.439919, - 48.600135 - ] - }, - "properties": { - "undefined": "Vitrimont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.774703, - 48.480564 - ] - }, - "properties": { - "undefined": "Merviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.529611, - 48.574109 - ] - }, - "properties": { - "undefined": "Moncel-lès-Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.529611, - 48.574109 - ] - }, - "properties": { - "undefined": "Moncel-lès-Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451822, - 48.500395 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.66004, - 48.45428 - ] - }, - "properties": { - "undefined": "Fontenoy-la-Joûte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.566207, - 48.444874 - ] - }, - "properties": { - "undefined": "Magnières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.566207, - 48.444874 - ] - }, - "properties": { - "undefined": "Magnières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.569545, - 48.483286 - ] - }, - "properties": { - "undefined": "Moyen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.569545, - 48.483286 - ] - }, - "properties": { - "undefined": "Moyen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50141, - 48.499449 - ] - }, - "properties": { - "undefined": "Haudonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50141, - 48.499449 - ] - }, - "properties": { - "undefined": "Haudonville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.451822, - 48.500395 - ] - }, - "properties": { - "undefined": "Franconville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50647, - 48.584835 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.461325, - 48.533034 - ] - }, - "properties": { - "undefined": "Xermaménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.50647, - 48.584835 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.622318, - 48.578039 - ] - }, - "properties": { - "undefined": "Thiébauménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.099536, - 48.614155 - ] - }, - "properties": { - "undefined": "Neuves-Maisons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.673311, - 48.569703 - ] - }, - "properties": { - "undefined": "Bénaménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.673311, - 48.569703 - ] - }, - "properties": { - "undefined": "Bénaménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604733, - 48.539439 - ] - }, - "properties": { - "undefined": "Laronxe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604733, - 48.539439 - ] - }, - "properties": { - "undefined": "Laronxe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.461325, - 48.533034 - ] - }, - "properties": { - "undefined": "Xermaménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.5098, - 48.4952 - ] - }, - "properties": { - "undefined": "Gerbéviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.622318, - 48.578039 - ] - }, - "properties": { - "undefined": "Thiébauménil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4859, - 48.6548 - ] - }, - "properties": { - "undefined": "Einville-au-Jard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.503267, - 48.59336 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489549, - 48.591508 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489549, - 48.591508 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.495991, - 48.592458 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.495991, - 48.592458 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489047, - 48.598501 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.489047, - 48.598501 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.497805, - 48.588446 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.497805, - 48.588446 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.468064, - 48.562346 - ] - }, - "properties": { - "undefined": "Rehainviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.468064, - 48.562346 - ] - }, - "properties": { - "undefined": "Rehainviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.188514, - 48.684557 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.188514, - 48.684557 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.188514, - 48.684557 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.183827, - 48.695024 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.183827, - 48.695024 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.185137, - 48.692368 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.185137, - 48.692368 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.185137, - 48.692368 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.185137, - 48.692368 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.503267, - 48.59336 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.188514, - 48.684557 - ] - }, - "properties": { - "undefined": "Nancy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.946, - 48.5813 - ] - }, - "properties": { - "undefined": "Cirey-sur-Vezouze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8961, - 48.4972 - ] - }, - "properties": { - "undefined": "Badonviller" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.500003, - 48.591825 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3871, - 48.5571 - ] - }, - "properties": { - "undefined": "Damelevières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3871, - 48.5571 - ] - }, - "properties": { - "undefined": "Damelevières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.946, - 48.5813 - ] - }, - "properties": { - "undefined": "Cirey-sur-Vezouze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4086, - 48.5553 - ] - }, - "properties": { - "undefined": "Blainville-sur-l'Eau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4859, - 48.6548 - ] - }, - "properties": { - "undefined": "Einville-au-Jard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8437, - 48.5895 - ] - }, - "properties": { - "undefined": "Blâmont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8437, - 48.5895 - ] - }, - "properties": { - "undefined": "Blâmont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.4086, - 48.5553 - ] - }, - "properties": { - "undefined": "Blainville-sur-l'Eau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.694515, - 48.487852 - ] - }, - "properties": { - "undefined": "Azerailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.607995, - 48.531142 - ] - }, - "properties": { - "undefined": "Saint-Clément" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.500003, - 48.591825 - ] - }, - "properties": { - "undefined": "Lunéville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.607995, - 48.531142 - ] - }, - "properties": { - "undefined": "Saint-Clément" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.739727, - 48.443202 - ] - }, - "properties": { - "undefined": "Baccarat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.739727, - 48.443202 - ] - }, - "properties": { - "undefined": "Baccarat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.739262, - 48.447748 - ] - }, - "properties": { - "undefined": "Baccarat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.694515, - 48.487852 - ] - }, - "properties": { - "undefined": "Azerailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9187218809509474, - 49.875167008880716 - ] - }, - "properties": { - "undefined": "Villers-Carbonnel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9187218809509474, - 49.875167008880716 - ] - }, - "properties": { - "undefined": "Villers-Carbonnel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9187218809509474, - 49.875167008880716 - ] - }, - "properties": { - "undefined": "Villers-Carbonnel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.187305, - 49.248609 - ] - }, - "properties": { - "undefined": "Val-de-Reuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.187305, - 49.248609 - ] - }, - "properties": { - "undefined": "Val-de-Reuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219454, - 49.324463 - ] - }, - "properties": { - "undefined": "Pîtres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.219454, - 49.324463 - ] - }, - "properties": { - "undefined": "Pîtres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.53010287, - 49.0747562 - ] - }, - "properties": { - "undefined": "Giverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.530102, - 49.0747562 - ] - }, - "properties": { - "undefined": "Giverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.513936, - 49.351758 - ] - }, - "properties": { - "undefined": "Pont-Audemer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.530081, - 49.074712 - ] - }, - "properties": { - "undefined": "Giverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.530081, - 49.074712 - ] - }, - "properties": { - "undefined": "Giverny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.483316, - 49.09347 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.483316, - 49.09347 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49855, - 49.230692 - ] - }, - "properties": { - "undefined": "Lieurey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929488, - 48.74251 - ] - }, - "properties": { - "undefined": "Verneuil d'Avre et d'Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929488, - 48.74251 - ] - }, - "properties": { - "undefined": "Verneuil d'Avre et d'Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.49855, - 49.230692 - ] - }, - "properties": { - "undefined": "Lieurey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.419905, - 49.062843 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.356333, - 49.35987 - ] - }, - "properties": { - "undefined": "Fleury-sur-Andelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.356333, - 49.35987 - ] - }, - "properties": { - "undefined": "Fleury-sur-Andelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.71108, - 48.824326 - ] - }, - "properties": { - "undefined": "Rugles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.71108, - 48.824326 - ] - }, - "properties": { - "undefined": "Rugles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.584992, - 49.243902 - ] - }, - "properties": { - "undefined": "Saint-Georges-du-Vièvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.584992, - 49.243902 - ] - }, - "properties": { - "undefined": "Saint-Georges-du-Vièvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.913432, - 48.835912 - ] - }, - "properties": { - "undefined": "Breteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.913432, - 48.835912 - ] - }, - "properties": { - "undefined": "Breteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.485049, - 49.092874 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.485049, - 49.092874 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.419905, - 49.062843 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.513936, - 49.351758 - ] - }, - "properties": { - "undefined": "Pont-Audemer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.659175, - 49.293963 - ] - }, - "properties": { - "undefined": "Saint-Philbert-sur-Risle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15578, - 49.30327 - ] - }, - "properties": { - "undefined": "Pont-de-l'Arche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.659175, - 49.293963 - ] - }, - "properties": { - "undefined": "Saint-Philbert-sur-Risle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.273518, - 48.906015 - ] - }, - "properties": { - "undefined": "Saint-André-de-l'Eure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.452088, - 49.101689 - ] - }, - "properties": { - "undefined": "Saint-Marcel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34918, - 49.157966 - ] - }, - "properties": { - "undefined": "Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.197021, - 49.271924 - ] - }, - "properties": { - "undefined": "Val-de-Reuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.951704, - 49.293602 - ] - }, - "properties": { - "undefined": "Saint-Ouen-du-Tilleul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.709275, - 49.108212 - ] - }, - "properties": { - "undefined": "Serquigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.709275, - 49.108212 - ] - }, - "properties": { - "undefined": "Serquigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.20844, - 49.25644 - ] - }, - "properties": { - "undefined": "Le Vaudreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.20844, - 49.25644 - ] - }, - "properties": { - "undefined": "Le Vaudreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.761226, - 49.276345 - ] - }, - "properties": { - "undefined": "Gisors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.761226, - 49.276345 - ] - }, - "properties": { - "undefined": "Gisors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.597432, - 49.089329 - ] - }, - "properties": { - "undefined": "Bernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.597432, - 49.089329 - ] - }, - "properties": { - "undefined": "Bernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.951704, - 49.293602 - ] - }, - "properties": { - "undefined": "Saint-Ouen-du-Tilleul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.273518, - 48.906015 - ] - }, - "properties": { - "undefined": "Saint-André-de-l'Eure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.317617, - 49.139582 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.317617, - 49.139582 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34918, - 49.157966 - ] - }, - "properties": { - "undefined": "Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.452088, - 49.101689 - ] - }, - "properties": { - "undefined": "Saint-Marcel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34918, - 49.157966 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34918, - 49.157966 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.150262, - 49.019161 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.150262, - 49.019161 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.153063, - 49.026011 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.153063, - 49.026011 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.605735, - 49.158001 - ] - }, - "properties": { - "undefined": "Vexin-sur-Epte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.605735, - 49.158001 - ] - }, - "properties": { - "undefined": "Vexin-sur-Epte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.485499, - 49.09016 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.485499, - 49.09016 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420738, - 49.060499 - ] - }, - "properties": { - "undefined": "Douains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420738, - 49.060499 - ] - }, - "properties": { - "undefined": "Douains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.605988, - 49.093379 - ] - }, - "properties": { - "undefined": "Gasny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.605988, - 49.093379 - ] - }, - "properties": { - "undefined": "Gasny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.15578, - 49.30327 - ] - }, - "properties": { - "undefined": "Pont-de-l'Arche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.217491, - 49.27201 - ] - }, - "properties": { - "undefined": "Val-de-Reuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.197021, - 49.271924 - ] - }, - "properties": { - "undefined": "Val-de-Reuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.712047, - 49.196627 - ] - }, - "properties": { - "undefined": "Brionne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.382145, - 49.444076 - ] - }, - "properties": { - "undefined": "Vascœuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.514153, - 49.35304 - ] - }, - "properties": { - "undefined": "Pont-Audemer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.514153, - 49.35304 - ] - }, - "properties": { - "undefined": "Pont-Audemer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.601421, - 49.090911 - ] - }, - "properties": { - "undefined": "Bernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.601421, - 49.090911 - ] - }, - "properties": { - "undefined": "Bernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.221452, - 49.197647 - ] - }, - "properties": { - "undefined": "Heudebouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.221452, - 49.197647 - ] - }, - "properties": { - "undefined": "Heudebouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.515229, - 49.35841 - ] - }, - "properties": { - "undefined": "Pont-Audemer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.515229, - 49.35841 - ] - }, - "properties": { - "undefined": "Pont-Audemer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45836, - 49.141649 - ] - }, - "properties": { - "undefined": "Thiberville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.45836, - 49.141649 - ] - }, - "properties": { - "undefined": "Thiberville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.457547, - 49.135919 - ] - }, - "properties": { - "undefined": "Thiberville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.457547, - 49.135919 - ] - }, - "properties": { - "undefined": "Thiberville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.712047, - 49.196627 - ] - }, - "properties": { - "undefined": "Brionne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.070287, - 48.86549 - ] - }, - "properties": { - "undefined": "Mesnils-sur-Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.489306, - 49.092359 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.070287, - 48.86549 - ] - }, - "properties": { - "undefined": "Mesnils-sur-Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.721077, - 49.19387 - ] - }, - "properties": { - "undefined": "Brionne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.721077, - 49.19387 - ] - }, - "properties": { - "undefined": "Brionne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.341375, - 49.164969 - ] - }, - "properties": { - "undefined": "Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.341375, - 49.164969 - ] - }, - "properties": { - "undefined": "Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.376949, - 49.24707 - ] - }, - "properties": { - "undefined": "Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.376949, - 49.24707 - ] - }, - "properties": { - "undefined": "Cormeilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.96432, - 48.83254 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.96432, - 48.83254 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.518561, - 49.35578 - ] - }, - "properties": { - "undefined": "Pont-Audemer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.518561, - 49.35578 - ] - }, - "properties": { - "undefined": "Pont-Audemer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.918076, - 48.836177 - ] - }, - "properties": { - "undefined": "Breteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.673576, - 49.153238 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.918076, - 48.836177 - ] - }, - "properties": { - "undefined": "Breteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.382145, - 49.444076 - ] - }, - "properties": { - "undefined": "Vascœuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.489306, - 49.092359 - ] - }, - "properties": { - "undefined": "Vernon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06483, - 49.223315 - ] - }, - "properties": { - "undefined": "La Haye-Malherbe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.156333, - 49.319537 - ] - }, - "properties": { - "undefined": "Igoville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.06483, - 49.223315 - ] - }, - "properties": { - "undefined": "La Haye-Malherbe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.224898, - 49.195263 - ] - }, - "properties": { - "undefined": "Heudebouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.224898, - 49.195263 - ] - }, - "properties": { - "undefined": "Heudebouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.747974, - 48.907764 - ] - }, - "properties": { - "undefined": "La Neuve-Lyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.747974, - 48.907764 - ] - }, - "properties": { - "undefined": "La Neuve-Lyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.344569, - 49.34592 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.344569, - 49.34592 - ] - }, - "properties": { - "undefined": "Beuzeville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.397276, - 49.417993 - ] - }, - "properties": { - "undefined": "Conteville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.397276, - 49.417993 - ] - }, - "properties": { - "undefined": "Conteville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.592528, - 49.088719 - ] - }, - "properties": { - "undefined": "Bernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.592528, - 49.088719 - ] - }, - "properties": { - "undefined": "Bernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.266925, - 49.335297 - ] - }, - "properties": { - "undefined": "Romilly-sur-Andelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.266925, - 49.335297 - ] - }, - "properties": { - "undefined": "Romilly-sur-Andelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.156333, - 49.319537 - ] - }, - "properties": { - "undefined": "Igoville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41963, - 48.86551 - ] - }, - "properties": { - "undefined": "Ézy-sur-Eure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.556744, - 49.419466 - ] - }, - "properties": { - "undefined": "Fleury-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41963, - 48.86551 - ] - }, - "properties": { - "undefined": "Ézy-sur-Eure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43984, - 49.27973 - ] - }, - "properties": { - "undefined": "Épaignes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.43984, - 49.27973 - ] - }, - "properties": { - "undefined": "Épaignes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.167038, - 49.213922 - ] - }, - "properties": { - "undefined": "Louviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.167038, - 49.213922 - ] - }, - "properties": { - "undefined": "Louviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.16539, - 49.21079 - ] - }, - "properties": { - "undefined": "Louviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.16539, - 49.21079 - ] - }, - "properties": { - "undefined": "Louviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17084, - 49.211 - ] - }, - "properties": { - "undefined": "Louviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17084, - 49.211 - ] - }, - "properties": { - "undefined": "Louviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.080285, - 48.871683 - ] - }, - "properties": { - "undefined": "Mesnils-sur-Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.080285, - 48.871683 - ] - }, - "properties": { - "undefined": "Mesnils-sur-Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.479175, - 49.399683 - ] - }, - "properties": { - "undefined": "Lyons-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.479175, - 49.399683 - ] - }, - "properties": { - "undefined": "Lyons-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.556744, - 49.419466 - ] - }, - "properties": { - "undefined": "Fleury-la-Forêt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.673576, - 49.153238 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.731554, - 49.378795 - ] - }, - "properties": { - "undefined": "Routot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.596704, - 49.087252 - ] - }, - "properties": { - "undefined": "Bernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.777517, - 49.278682 - ] - }, - "properties": { - "undefined": "Gisors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.401083, - 49.23773 - ] - }, - "properties": { - "undefined": "Les Andelys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.401083, - 49.23773 - ] - }, - "properties": { - "undefined": "Les Andelys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41371, - 49.245858 - ] - }, - "properties": { - "undefined": "Les Andelys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.41371, - 49.245858 - ] - }, - "properties": { - "undefined": "Les Andelys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.057957, - 48.758803 - ] - }, - "properties": { - "undefined": "Tillières-sur-Avre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.057957, - 48.758803 - ] - }, - "properties": { - "undefined": "Tillières-sur-Avre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929944, - 48.738663 - ] - }, - "properties": { - "undefined": "Verneuil d'Avre et d'Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929944, - 48.738663 - ] - }, - "properties": { - "undefined": "Verneuil d'Avre et d'Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929616, - 48.74003 - ] - }, - "properties": { - "undefined": "Verneuil d'Avre et d'Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.929616, - 48.74003 - ] - }, - "properties": { - "undefined": "Verneuil d'Avre et d'Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.928988, - 48.740485 - ] - }, - "properties": { - "undefined": "Verneuil d'Avre et d'Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.928988, - 48.740485 - ] - }, - "properties": { - "undefined": "Verneuil d'Avre et d'Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.807758, - 48.7707 - ] - }, - "properties": { - "undefined": "Bourth" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.807758, - 48.7707 - ] - }, - "properties": { - "undefined": "Bourth" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.777517, - 49.278682 - ] - }, - "properties": { - "undefined": "Gisors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03789, - 48.992145 - ] - }, - "properties": { - "undefined": "La Bonneville-sur-Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.612974, - 49.303396 - ] - }, - "properties": { - "undefined": "Étrépagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.612974, - 49.303396 - ] - }, - "properties": { - "undefined": "Étrépagny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.546146, - 48.758803 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.546146, - 49.185342 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.224221, - 49.275684 - ] - }, - "properties": { - "undefined": "Val-de-Reuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.224221, - 49.275684 - ] - }, - "properties": { - "undefined": "Val-de-Reuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.941327, - 48.964562 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.941327, - 48.964562 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.941474, - 48.960693 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.941474, - 48.960693 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.942348, - 48.959934 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.942348, - 48.959934 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.206554, - 49.285445 - ] - }, - "properties": { - "undefined": "Léry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.206554, - 49.285445 - ] - }, - "properties": { - "undefined": "Léry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.157537, - 49.009109 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.157537, - 49.009109 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66299, - 48.946159 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.66299, - 48.946159 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22331, - 49.231282 - ] - }, - "properties": { - "undefined": "Saint-Pierre-du-Vauvray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420204, - 49.246692 - ] - }, - "properties": { - "undefined": "Les Andelys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.420204, - 49.246692 - ] - }, - "properties": { - "undefined": "Les Andelys" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.160346, - 49.024055 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.160346, - 49.024055 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.199589, - 48.770538 - ] - }, - "properties": { - "undefined": "Nonancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.199589, - 48.770538 - ] - }, - "properties": { - "undefined": "Nonancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.937233, - 48.962291 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.937233, - 48.962291 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.937161, - 48.962303 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.937161, - 48.962303 - ] - }, - "properties": { - "undefined": "Conches-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34918, - 49.157966 - ] - }, - "properties": { - "undefined": "Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34918, - 49.157966 - ] - }, - "properties": { - "undefined": "Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91013, - 49.150593 - ] - }, - "properties": { - "undefined": "Le Neubourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.91013, - 49.150593 - ] - }, - "properties": { - "undefined": "Le Neubourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.934779, - 49.103352 - ] - }, - "properties": { - "undefined": "Sainte-Colombe-la-Commanderie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.934779, - 49.103352 - ] - }, - "properties": { - "undefined": "Sainte-Colombe-la-Commanderie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.531146, - 49.008319 - ] - }, - "properties": { - "undefined": "Broglie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.531146, - 49.008319 - ] - }, - "properties": { - "undefined": "Broglie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.480734, - 48.938426 - ] - }, - "properties": { - "undefined": "Montreuil-l'Argillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.480734, - 48.938426 - ] - }, - "properties": { - "undefined": "Montreuil-l'Argillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.596704, - 49.087252 - ] - }, - "properties": { - "undefined": "Bernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4435619, - 48.9256673 - ] - }, - "properties": { - "undefined": "Bueil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.123976, - 49.017093 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.123976, - 49.017093 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34989, - 49.163115 - ] - }, - "properties": { - "undefined": "Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.34989, - 49.163115 - ] - }, - "properties": { - "undefined": "Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.16539, - 49.21079 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.16539, - 49.21079 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.03789, - 48.992145 - ] - }, - "properties": { - "undefined": "La Bonneville-sur-Iton" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4435619, - 48.9256673 - ] - }, - "properties": { - "undefined": "Bueil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.962192, - 49.248376 - ] - }, - "properties": { - "undefined": "Saint-Pierre-des-Fleurs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.781506, - 48.97842 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.123975, - 49.017093 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.352788, - 49.174165 - ] - }, - "properties": { - "undefined": "Le Val d'Hazey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.352788, - 49.174165 - ] - }, - "properties": { - "undefined": "Le Val d'Hazey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.162429, - 49.047854 - ] - }, - "properties": { - "undefined": "Gravigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.162429, - 49.047854 - ] - }, - "properties": { - "undefined": "Gravigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.157598, - 49.026481 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.157598, - 49.026481 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.136316, - 49.030257 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.136316, - 49.030257 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17346, - 49.025102 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.17346, - 49.025102 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19461, - 48.778359 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.19461, - 48.778359 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.781506, - 48.97842 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.704694, - 49.011757 - ] - }, - "properties": { - "undefined": "Mesnil-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.179005, - 49.320468 - ] - }, - "properties": { - "undefined": "Alizay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.704694, - 49.011757 - ] - }, - "properties": { - "undefined": "Mesnil-en-Ouche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40543, - 49.048847 - ] - }, - "properties": { - "undefined": "Saint-Germain-la-Campagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.40543, - 49.048847 - ] - }, - "properties": { - "undefined": "Saint-Germain-la-Campagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.382675, - 49.013925 - ] - }, - "properties": { - "undefined": "Pacy-sur-Eure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.382675, - 49.013925 - ] - }, - "properties": { - "undefined": "Pacy-sur-Eure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.612249, - 49.23479 - ] - }, - "properties": { - "undefined": "Authevernes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.612249, - 49.23479 - ] - }, - "properties": { - "undefined": "Authevernes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.208506, - 49.25786 - ] - }, - "properties": { - "undefined": "Le Vaudreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.208506, - 49.25786 - ] - }, - "properties": { - "undefined": "Le Vaudreuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.975642, - 49.260914 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.975642, - 49.260914 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.775525, - 49.080689 - ] - }, - "properties": { - "undefined": "Beaumont-le-Roger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.775525, - 49.080689 - ] - }, - "properties": { - "undefined": "Beaumont-le-Roger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.962192, - 49.248376 - ] - }, - "properties": { - "undefined": "Saint-Pierre-des-Fleurs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.123975, - 49.017093 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.217491, - 49.27201 - ] - }, - "properties": { - "undefined": "Val-de-Reuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.179005, - 49.320468 - ] - }, - "properties": { - "undefined": "Alizay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.478814, - 49.29076 - ] - }, - "properties": { - "undefined": "Frenelles-en-Vexin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1993813, - 48.7702458 - ] - }, - "properties": { - "undefined": "Nonancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.931972, - 48.890669 - ] - }, - "properties": { - "undefined": "Marbois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1993813, - 48.7702458 - ] - }, - "properties": { - "undefined": "Nonancourt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.939257, - 49.266036 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.939257, - 49.266036 - ] - }, - "properties": { - "undefined": "syndicat-intercommunal-de-lelectricite-et-du-gaz-de-leure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.622742, - 49.390881 - ] - }, - "properties": { - "undefined": "Bourneville-Sainte-Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.622742, - 49.390881 - ] - }, - "properties": { - "undefined": "Bourneville-Sainte-Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.817924, - 49.35421 - ] - }, - "properties": { - "undefined": "Bourg-Achard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.817924, - 49.35421 - ] - }, - "properties": { - "undefined": "Bourg-Achard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.120187, - 49.140422 - ] - }, - "properties": { - "undefined": "Hondouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.22331, - 49.231282 - ] - }, - "properties": { - "undefined": "Saint-Pierre-du-Vauvray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.719094, - 49.233117 - ] - }, - "properties": { - "undefined": "Le Bec-Hellouin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.719094, - 49.233117 - ] - }, - "properties": { - "undefined": "Le Bec-Hellouin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.478814, - 49.29076 - ] - }, - "properties": { - "undefined": "Frenelles-en-Vexin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.120187, - 49.140422 - ] - }, - "properties": { - "undefined": "Hondouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.922083, - 49.290671 - ] - }, - "properties": { - "undefined": "Bosroumois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3175225, - 49.1394202 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.731554, - 49.378795 - ] - }, - "properties": { - "undefined": "Routot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.525036, - 49.467521 - ] - }, - "properties": { - "undefined": "Quillebeuf-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.525036, - 49.467521 - ] - }, - "properties": { - "undefined": "Quillebeuf-sur-Seine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.931972, - 48.890669 - ] - }, - "properties": { - "undefined": "Marbois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.874672, - 49.299502 - ] - }, - "properties": { - "undefined": "Grand Bourgtheroulde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.874672, - 49.299502 - ] - }, - "properties": { - "undefined": "Grand Bourgtheroulde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.087785, - 49.006973 - ] - }, - "properties": { - "undefined": "Saint-Sébastien-de-Morsent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.087785, - 49.006973 - ] - }, - "properties": { - "undefined": "Saint-Sébastien-de-Morsent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.128076, - 49.021025 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.128076, - 49.021025 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3175225, - 49.1394202 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Gaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.922083, - 49.290671 - ] - }, - "properties": { - "undefined": "Bosroumois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.49, - 45.67 - ] - }, - "properties": { - "undefined": "infelec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.65387764005573, - 45.630872003921496 - ] - }, - "properties": { - "undefined": "Tesson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6519199081168063, - 45.63648835730188 - ] - }, - "properties": { - "undefined": "Tesson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7065045195933709, - 46.215996601383644 - ] - }, - "properties": { - "undefined": "Cram-Chaban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3599526215855915, - 45.695593468232566 - ] - }, - "properties": { - "undefined": "Pierre-Buffière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1783557363561291, - 45.66573707254592 - ] - }, - "properties": { - "undefined": "L'Isle-d'Espagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1783557363561291, - 45.66573707254592 - ] - }, - "properties": { - "undefined": "L'Isle-d'Espagnac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8102565057215653, - 45.649438783139665 - ] - }, - "properties": { - "undefined": "Meursac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4212213179604373, - 45.77393371624896 - ] - }, - "properties": { - "undefined": "Burie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3987681673214218, - 45.81890347412459 - ] - }, - "properties": { - "undefined": "Migron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5041785690753205, - 45.82190628951172 - ] - }, - "properties": { - "undefined": "Écoyeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3599526215855915, - 45.695593468232566 - ] - }, - "properties": { - "undefined": "Pierre-Buffière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3599166241627683, - 45.69499463422594 - ] - }, - "properties": { - "undefined": "Pierre-Buffière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2790864928722, - 45.913211767345 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.62630408112066, - 45.747334026242 - ] - }, - "properties": { - "undefined": "Saintes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.62625527113986, - 45.747376507523 - ] - }, - "properties": { - "undefined": "Saintes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2774393191812, - 45.914137353729 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6153411820000854, - 45.71501882195449 - ] - }, - "properties": { - "undefined": "Les Gonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6153411820000854, - 45.71501882195449 - ] - }, - "properties": { - "undefined": "Les Gonds" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5041850689776732, - 45.821925401611395 - ] - }, - "properties": { - "undefined": "Écoyeux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.300627496124425, - 45.90195661936574 - ] - }, - "properties": { - "undefined": "Saint-Pierre-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.300627496124425, - 45.90195661936574 - ] - }, - "properties": { - "undefined": "Saint-Pierre-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7085456582039972, - 45.766535193830144 - ] - }, - "properties": { - "undefined": "Saint-Georges-des-Coteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.275995989093295, - 45.911275008898585 - ] - }, - "properties": { - "undefined": "Dolus-d'Oléron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5025035630102878, - 45.64778425286908 - ] - }, - "properties": { - "undefined": "Montils" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.62630694441728, - 45.74751971845 - ] - }, - "properties": { - "undefined": "Saintes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6868473485416821, - 45.63849905619226 - ] - }, - "properties": { - "undefined": "e-nergyze" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61, - 48.85 - ] - }, - "properties": { - "undefined": "Val-de-Moder" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61, - 48.85 - ] - }, - "properties": { - "undefined": "Val-de-Moder" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61, - 48.85 - ] - }, - "properties": { - "undefined": "Val-de-Moder" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.84, - 48.68 - ] - }, - "properties": { - "undefined": "Kilstett" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.07595, - 49.09977 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.5397406236702427, - 48.80759678252247 - ] - }, - "properties": { - "undefined": "remy-sergent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.56, - 46.74 - ] - }, - "properties": { - "undefined": "Le Vernois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.535747, - 50.937502 - ] - }, - "properties": { - "undefined": "Rexpoëde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.371528, - 50.731996 - ] - }, - "properties": { - "undefined": "Renescure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.485827, - 50.821335 - ] - }, - "properties": { - "undefined": "Hardifort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.838199, - 50.7047 - ] - }, - "properties": { - "undefined": "Nieppe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5112803, - 50.6950541 - ] - }, - "properties": { - "undefined": "Morbecque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.57223, - 50.683307 - ] - }, - "properties": { - "undefined": "Morbecque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.439028, - 50.854477 - ] - }, - "properties": { - "undefined": "Ledringhem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.579956, - 50.978392 - ] - }, - "properties": { - "undefined": "Hondschoote" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.58696, - 50.98144 - ] - }, - "properties": { - "undefined": "Hondschoote" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2037, - 50.85458 - ] - }, - "properties": { - "undefined": "Holque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338, - 50.803349 - ] - }, - "properties": { - "undefined": "Buysscheure" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.482586, - 50.802375 - ] - }, - "properties": { - "undefined": "Cassel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.218332, - 50.906956 - ] - }, - "properties": { - "undefined": "Cappelle-Brouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.485248, - 50.673799 - ] - }, - "properties": { - "undefined": "Steenbecque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.292657, - 50.953773 - ] - }, - "properties": { - "undefined": "Brouckerque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.327481, - 50.865679 - ] - }, - "properties": { - "undefined": "Bollezeele" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.438116, - 50.662418 - ] - }, - "properties": { - "undefined": "Boëseghem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.435338, - 50.662605 - ] - }, - "properties": { - "undefined": "Boëseghem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.403771613, - 50.692044196 - ] - }, - "properties": { - "undefined": "Blaringhem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.410667, - 50.964838 - ] - }, - "properties": { - "undefined": "Bierne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.732645211404826, - 50.74009832050729 - ] - }, - "properties": { - "undefined": "Bailleul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.735218, - 50.729624 - ] - }, - "properties": { - "undefined": "Bailleul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.411181453, - 50.8310526 - ] - }, - "properties": { - "undefined": "Arnèke" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.554092, - 50.776769 - ] - }, - "properties": { - "undefined": "Saint-Sylvestre-Cappel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212967, - 50.833367 - ] - }, - "properties": { - "undefined": "Watten" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.588377, - 50.808909 - ] - }, - "properties": { - "undefined": "Steenvoorde" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.780455, - 50.700998 - ] - }, - "properties": { - "undefined": "Steenwerck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.255397, - 50.83198 - ] - }, - "properties": { - "undefined": "Wulverdinghe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.466566, - 50.651226 - ] - }, - "properties": { - "undefined": "Thiennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.51196, - 50.838903 - ] - }, - "properties": { - "undefined": "Oudezeele" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.671506, - 50.659622 - ] - }, - "properties": { - "undefined": "Neuf-Berquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.538045, - 50.723262 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.53162, - 50.724579 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.543917, - 50.717873 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.534213, - 50.720173 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.54217, - 50.72863 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.533966, - 50.722557 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.532066, - 50.714951 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.544553, - 50.71188 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.539142, - 50.720173 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.530926, - 50.732689 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.596091, - 50.778912 - ] - }, - "properties": { - "undefined": "Eecke" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69124819564, - 50.79972162723 - ] - }, - "properties": { - "undefined": "Boeschepe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.460441, - 50.78763 - ] - }, - "properties": { - "undefined": "Bavinchove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.460441, - 50.78763 - ] - }, - "properties": { - "undefined": "Bavinchove" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.46799, - 50.880845 - ] - }, - "properties": { - "undefined": "Wormhout" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.467585, - 50.883458 - ] - }, - "properties": { - "undefined": "Wormhout" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.20967, - 50.831585 - ] - }, - "properties": { - "undefined": "Watten" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.552611, - 50.73027 - ] - }, - "properties": { - "undefined": "Hazebrouck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.719626, - 50.763358 - ] - }, - "properties": { - "undefined": "Saint-Jans-Cappel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8223994, - 45.891181 - ] - }, - "properties": { - "undefined": "Genay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287592, - 48.862725 - ] - }, - "properties": { - "undefined": "Antibes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.918739, - 44.618314 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.918739, - 44.618314 - ] - }, - "properties": { - "undefined": "Mios" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.052629, - 43.829884 - ] - }, - "properties": { - "undefined": "Cavaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.041201, - 43.815137 - ] - }, - "properties": { - "undefined": "Cavaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0655256, - 43.8355022 - ] - }, - "properties": { - "undefined": "Cavaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.14269, - 43.88528 - ] - }, - "properties": { - "undefined": "Cabrières-d'Avignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.287592, - 48.862725 - ] - }, - "properties": { - "undefined": "lionel-czimer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.238577, - 44.517525 - ] - }, - "properties": { - "undefined": "Mazères" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.220807, - 44.205605 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.220807, - 44.205605 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.220807, - 44.205605 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.220807, - 44.205605 - ] - }, - "properties": { - "undefined": "Mimizan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.926388, - 44.20274 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.926388, - 44.20274 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.926388, - 44.20274 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.926388, - 44.20274 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.926388, - 44.20274 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.926388, - 44.20274 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.926388, - 44.20274 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.926388, - 44.20274 - ] - }, - "properties": { - "undefined": "Labouheyre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.254093, - 44.54156 - ] - }, - "properties": { - "undefined": "Langon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.254093, - 44.54156 - ] - }, - "properties": { - "undefined": "Langon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.843358, - 44.924358 - ] - }, - "properties": { - "undefined": "Biars-sur-Cère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.843358, - 44.924358 - ] - }, - "properties": { - "undefined": "Biars-sur-Cère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.843358, - 44.924358 - ] - }, - "properties": { - "undefined": "Biars-sur-Cère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.843358, - 44.924358 - ] - }, - "properties": { - "undefined": "Biars-sur-Cère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5108443014957409, - 44.80124139894823 - ] - }, - "properties": { - "undefined": "voltania" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5108443014957409, - 44.80124139894823 - ] - }, - "properties": { - "undefined": "voltania" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67021924, - 44.87476787 - ] - }, - "properties": { - "undefined": "Le Haillan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.567508599999986, - 48.52013390000001 - ] - }, - "properties": { - "undefined": "Pringy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.567508599999986, - 48.52013390000001 - ] - }, - "properties": { - "undefined": "Pringy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.567508599999986, - 48.52013390000001 - ] - }, - "properties": { - "undefined": "Pringy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.567508599999986, - 48.52013390000001 - ] - }, - "properties": { - "undefined": "Pringy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.567508599999986, - 48.52013390000001 - ] - }, - "properties": { - "undefined": "Pringy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.567508599999986, - 48.52013390000001 - ] - }, - "properties": { - "undefined": "Pringy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.567508599999986, - 48.52013390000001 - ] - }, - "properties": { - "undefined": "Pringy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.299371, - 48.165438 - ] - }, - "properties": { - "undefined": "Riquewihr" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.294091, - 48.167334 - ] - }, - "properties": { - "undefined": "Riquewihr" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.403327536228296, - 46.08350074095008 - ] - }, - "properties": { - "undefined": "Bonneville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8401120000162585, - 46.26399717713806 - ] - }, - "properties": { - "undefined": "Châtel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.04449, - 49.114638 - ] - }, - "properties": { - "undefined": "Sarreguemines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1315408, - 50.7396999 - ] - }, - "properties": { - "undefined": "Roncq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.02, - 43.85 - ] - }, - "properties": { - "undefined": "Cavaillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.04, - 44.24 - ] - }, - "properties": { - "undefined": "Vaison-la-Romaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2, - 43.86 - ] - }, - "properties": { - "undefined": "Beaumettes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9294755000000183, - 49.939609399999995 - ] - }, - "properties": { - "undefined": "Péronne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.9294755000000183, - 49.939609399999995 - ] - }, - "properties": { - "undefined": "Péronne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0903127000000001, - 44.868051799999996 - ] - }, - "properties": { - "undefined": "Le Porge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0903127000000001, - 44.868051799999996 - ] - }, - "properties": { - "undefined": "Le Porge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7548354193520386, - 48.125067030488154 - ] - }, - "properties": { - "undefined": "Vezin-le-Coquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7548354193520386, - 48.125067030488154 - ] - }, - "properties": { - "undefined": "Vezin-le-Coquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7548354193520386, - 48.125067030488154 - ] - }, - "properties": { - "undefined": "Vezin-le-Coquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7548354193520386, - 48.125067030488154 - ] - }, - "properties": { - "undefined": "Vezin-le-Coquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7548354193520386, - 48.125067030488154 - ] - }, - "properties": { - "undefined": "Vezin-le-Coquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84, - 43.57 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Védas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.61, - 16.2 - ] - }, - "properties": { - "undefined": "Petit-Bourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.84, - 43.57 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Védas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.53, - 43.49 - ] - }, - "properties": { - "undefined": "Saint-Nazaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.71, - 44.26 - ] - }, - "properties": { - "undefined": "Mondragon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.43, - 43.39 - ] - }, - "properties": { - "undefined": "Saint-Thibéry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8, - 43.71 - ] - }, - "properties": { - "undefined": "Maussane-les-Alpilles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.657888301758055, - 41.908579309038004 - ] - }, - "properties": { - "undefined": "Ajaccio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.06751, - 14.608331 - ] - }, - "properties": { - "undefined": "Fort-de-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.02208, - 14.813607 - ] - }, - "properties": { - "undefined": "Le Marigot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.00386, - 14.607184 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.07342, - 14.60317 - ] - }, - "properties": { - "undefined": "Fort-de-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.04232, - 14.472874 - ] - }, - "properties": { - "undefined": "Le Diamant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -60.972756, - 14.601781 - ] - }, - "properties": { - "undefined": "Ducos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.18036, - 14.697624 - ] - }, - "properties": { - "undefined": "Le Carbet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.0255406, - 14.62847996 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.027682, - 14.615813 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.04633536, - 14.59493306 - ] - }, - "properties": { - "undefined": "Fort-de-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.00997, - 14.604876 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.0238, - 14.616381 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -60.99128, - 14.612948 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.04941, - 14.608132 - ] - }, - "properties": { - "undefined": "Fort-de-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.03312, - 14.614933 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.2253515, - 14.8023925 - ] - }, - "properties": { - "undefined": "Le Prêcheur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.13439, - 14.772175 - ] - }, - "properties": { - "undefined": "Le Morne-Rouge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.02603, - 14.61776 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -60.99089, - 14.631557 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.04474, - 14.603169 - ] - }, - "properties": { - "undefined": "Fort-de-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -60.99684, - 14.609692 - ] - }, - "properties": { - "undefined": "Le Lamentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.08122, - 14.615527 - ] - }, - "properties": { - "undefined": "Fort-de-France" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.63, - 44.21 - ] - }, - "properties": { - "undefined": "Saint-Nazaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1279332, - 50.6526966 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.5835336, - 43.307852 - ] - }, - "properties": { - "undefined": "Aubagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70058, - 43.4805 - ] - }, - "properties": { - "undefined": "Trets" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.42928004265, - 44.1805000305 - ] - }, - "properties": { - "undefined": "Meyrueis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.14164, - 29.29117 - ] - }, - "properties": { - "undefined": "Saint-Vigor-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2549, - 49.1296 - ] - }, - "properties": { - "undefined": "Glos" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4929901, - 44.840481 - ] - }, - "properties": { - "undefined": "Tresses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48177649999999295, - 44.84385340000002 - ] - }, - "properties": { - "undefined": "Tresses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.48177649999999295, - 44.84385340000002 - ] - }, - "properties": { - "undefined": "Tresses" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6594419, - 50.5160463 - ] - }, - "properties": { - "undefined": "Verquigneul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7644623, - 45.8100136 - ] - }, - "properties": { - "undefined": "Dardilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0276404, - 45.7707093 - ] - }, - "properties": { - "undefined": "Meyzieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8523063, - 45.7582275 - ] - }, - "properties": { - "undefined": "Lyon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0458372, - 50.5461921 - ] - }, - "properties": { - "undefined": "Seclin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988044, - 45.819755 - ] - }, - "properties": { - "undefined": "Saint-Maurice-de-Beynost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.988044, - 45.819755 - ] - }, - "properties": { - "undefined": "Saint-Maurice-de-Beynost" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2414326, - 43.4359393 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8840257, - 43.5818178 - ] - }, - "properties": { - "undefined": "Montpellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1177565, - 45.9008173 - ] - }, - "properties": { - "undefined": "Annecy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3784608, - 43.321751 - ] - }, - "properties": { - "undefined": "Marseille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9517688, - 45.5725536 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0502595, - 50.6796641 - ] - }, - "properties": { - "undefined": "Wambrechies" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.94728, - 50.420087 - ] - }, - "properties": { - "undefined": "Hénin-Beaumont" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.061562, - 49.105209 - ] - }, - "properties": { - "undefined": "Sarreguemines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.06, - 44.12 - ] - }, - "properties": { - "undefined": "Beaumes-de-Venise" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8283, - 43.7872 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.849093334457226, - 43.5616514180901 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Védas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77370505338358, - 49.40885526410706 - ] - }, - "properties": { - "undefined": "Jaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.5663550980706784, - 48.71728225183364 - ] - }, - "properties": { - "undefined": "Santeny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.617293760965289, - 47.46216679205851 - ] - }, - "properties": { - "undefined": "Beaucouzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.52, - 16.26 - ] - }, - "properties": { - "undefined": "Les Abymes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.56, - 16.24 - ] - }, - "properties": { - "undefined": "Baie-Mahault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918116, - 45.67761 - ] - }, - "properties": { - "undefined": "Corbas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.918116, - 45.67761 - ] - }, - "properties": { - "undefined": "Corbas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.27712, - 4.8580774 - ] - }, - "properties": { - "undefined": "Remire-Montjoly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.8, - 48.64 - ] - }, - "properties": { - "undefined": "christophe-ohl" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85, - 45.07 - ] - }, - "properties": { - "undefined": "Tain-l'Hermitage" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781441, - 46.285911 - ] - }, - "properties": { - "undefined": "Charnay-lès-Mâcon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.781441, - 46.285911 - ] - }, - "properties": { - "undefined": "Charnay-lès-Mâcon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.8, - 48.67 - ] - }, - "properties": { - "undefined": "La Wantzenau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74075, - 45.98117 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74075, - 45.98117 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.66, - 43.47 - ] - }, - "properties": { - "undefined": "lumiin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.72, - 16 - ] - }, - "properties": { - "undefined": "Basse-Terre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3188, - 43.6363 - ] - }, - "properties": { - "undefined": "Castres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.6153612, - 50.3709132 - ] - }, - "properties": { - "undefined": "Onnaing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25850958, - 49.91161768 - ] - }, - "properties": { - "undefined": "Amiens" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.17653676640929428, - 44.42495892041201 - ] - }, - "properties": { - "undefined": "Saint-Côme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.17653676640929428, - 44.42495892041201 - ] - }, - "properties": { - "undefined": "Saint-Côme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.17653676640929428, - 44.42495892041201 - ] - }, - "properties": { - "undefined": "Saint-Côme" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.407609123225763, - 43.41959147913006 - ] - }, - "properties": { - "undefined": "Pézenas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.476711409891, - 43.476583984941 - ] - }, - "properties": { - "undefined": "Gardanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.272843, - 4.909545 - ] - }, - "properties": { - "undefined": "Remire-Montjoly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.36621, - 4.8792952 - ] - }, - "properties": { - "undefined": "Matoury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.33534, - 4.846775 - ] - }, - "properties": { - "undefined": "Matoury" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.305634, - 4.938339 - ] - }, - "properties": { - "undefined": "Cayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.32731, - 4.9351181 - ] - }, - "properties": { - "undefined": "Cayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -52.27651, - 4.9046378 - ] - }, - "properties": { - "undefined": "Remire-Montjoly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.57, - 48.36 - ] - }, - "properties": { - "undefined": "Huttenheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0980716683751455, - 50.59735822646129 - ] - }, - "properties": { - "undefined": "Fauquembergues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.6673639438636192, - 50.885564840335476 - ] - }, - "properties": { - "undefined": "Wissant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.96475, - 50.986317 - ] - }, - "properties": { - "undefined": "Marck" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2877885, - 43.4227369 - ] - }, - "properties": { - "undefined": "Vitrolles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9288851, - 48.7580017 - ] - }, - "properties": { - "undefined": "Maurepas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9288851, - 48.7580017 - ] - }, - "properties": { - "undefined": "Maurepas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9288851, - 48.7580017 - ] - }, - "properties": { - "undefined": "Maurepas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.9288851, - 48.7580017 - ] - }, - "properties": { - "undefined": "Maurepas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3993781, - 45.4626965 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3993781, - 45.4626965 - ] - }, - "properties": { - "undefined": "Saint-Étienne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.160302, - 49.515081 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.160302, - 49.515081 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.160302, - 49.515081 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.160302, - 49.515081 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.115706, - 49.525553 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.115706, - 49.525553 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.123139, - 49.503611 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223944, - 49.564167 - ] - }, - "properties": { - "undefined": "Épouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.123139, - 49.503611 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.123139, - 49.503611 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.073833, - 49.510417 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.073833, - 49.510417 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223944, - 49.564167 - ] - }, - "properties": { - "undefined": "Épouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.123139, - 49.503611 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.123139, - 49.503611 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.085389, - 49.505944 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.085389, - 49.505944 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.123139, - 49.503611 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189389, - 49.543417 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189389, - 49.543417 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189389, - 49.543417 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189389, - 49.543417 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189389, - 49.543417 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189389, - 49.543417 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229806, - 49.511389 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229806, - 49.511389 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229806, - 49.511389 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229806, - 49.511389 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229806, - 49.511389 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.229806, - 49.511389 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.110167, - 49.509889 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.110167, - 49.509889 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.173417, - 49.551389 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.110167, - 49.509889 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.173417, - 49.551389 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.073833, - 49.510417 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.073833, - 49.510417 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223944, - 49.564167 - ] - }, - "properties": { - "undefined": "Épouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.110167, - 49.509889 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.223944, - 49.564167 - ] - }, - "properties": { - "undefined": "Épouville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.173417, - 49.551389 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.173417, - 49.551389 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.173417, - 49.551389 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.173417, - 49.551389 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.247222, - 47.001784 - ] - }, - "properties": { - "undefined": "properphi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.247222, - 47.001784 - ] - }, - "properties": { - "undefined": "properphi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.69, - 16.03 - ] - }, - "properties": { - "undefined": "Saint-Claude" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.69, - 16.03 - ] - }, - "properties": { - "undefined": "suraya" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.09407341836829, - 14.607158013009274 - ] - }, - "properties": { - "undefined": "Schœlcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -60.93685837866524, - 14.560713873777255 - ] - }, - "properties": { - "undefined": "Saint-Esprit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -60.902208073487955, - 14.486405978847023 - ] - }, - "properties": { - "undefined": "Rivière-Pilote" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -61.0396036414057, - 14.670001347489613 - ] - }, - "properties": { - "undefined": "Saint-Joseph" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0810055, - 49.0997673 - ] - }, - "properties": { - "undefined": "Saint-Lô" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.537796, - 43.5282203 - ] - }, - "properties": { - "undefined": "Labège" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.175945, - 43.9295849 - ] - }, - "properties": { - "undefined": "Albi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2631235, - 49.851386 - ] - }, - "properties": { - "undefined": "Saint-Quentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25, - 44.4 - ] - }, - "properties": { - "undefined": "Sahune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1096503, - 49.2859075 - ] - }, - "properties": { - "undefined": "Dives-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9605582, - 49.5355585 - ] - }, - "properties": { - "undefined": "Yvetot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7638707, - 49.2764924 - ] - }, - "properties": { - "undefined": "Gisors" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7638707, - 49.2764924 - ] - }, - "properties": { - "undefined": "carelec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.370679, - 49.182863 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.370679, - 49.182863 - ] - }, - "properties": { - "undefined": "Caen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9605582, - 49.5355585 - ] - }, - "properties": { - "undefined": "Yvetot" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1676349, - 49.2254847 - ] - }, - "properties": { - "undefined": "Louviers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0071297, - 47.6644493 - ] - }, - "properties": { - "undefined": "carelec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0071297, - 47.6644493 - ] - }, - "properties": { - "undefined": "carelec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2589209, - 49.2692571 - ] - }, - "properties": { - "undefined": "Ouistreham" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1676349, - 49.2254847 - ] - }, - "properties": { - "undefined": "carelec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1096503, - 49.2859075 - ] - }, - "properties": { - "undefined": "Dives-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2589209, - 49.2692571 - ] - }, - "properties": { - "undefined": "Ouistreham" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9605582, - 49.5355585 - ] - }, - "properties": { - "undefined": "Barentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0373753, - 49.020012 - ] - }, - "properties": { - "undefined": "Saint-Pierre-en-Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0373753, - 49.020012 - ] - }, - "properties": { - "undefined": "Saint-Pierre-en-Auge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1096503, - 49.2859075 - ] - }, - "properties": { - "undefined": "Dives-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9605582, - 49.5355585 - ] - }, - "properties": { - "undefined": "Barentin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.271643, - 49.145128 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.271643, - 49.145128 - ] - }, - "properties": { - "undefined": "Lisieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.026733, - 49.4474373 - ] - }, - "properties": { - "undefined": "Canteleu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.026733, - 49.4474373 - ] - }, - "properties": { - "undefined": "Canteleu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.491859, - 49.549938 - ] - }, - "properties": { - "undefined": "Gruchet-le-Valasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.491859, - 49.549938 - ] - }, - "properties": { - "undefined": "Gruchet-le-Valasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6863119, - 49.2746651 - ] - }, - "properties": { - "undefined": "Saint-Vigor-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6863119, - 49.2746651 - ] - }, - "properties": { - "undefined": "Saint-Vigor-le-Grand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1096503, - 49.2859075 - ] - }, - "properties": { - "undefined": "Dives-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19538, - 49.5149 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.455859, - 49.3210887 - ] - }, - "properties": { - "undefined": "Courseulles-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0646759, - 49.4153984 - ] - }, - "properties": { - "undefined": "Le Grand-Quevilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1550216, - 48.9978196 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1550216, - 48.9978196 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1550216, - 48.9978196 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1550216, - 48.9978196 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1550216, - 48.9978196 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1550216, - 48.9978196 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1550216, - 48.9978196 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6610584, - 48.7624117 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-sur-Risle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6610584, - 48.7624117 - ] - }, - "properties": { - "undefined": "Saint-Sulpice-sur-Risle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.455859, - 49.3210887 - ] - }, - "properties": { - "undefined": "Courseulles-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19538, - 49.5149 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0646759, - 49.4153984 - ] - }, - "properties": { - "undefined": "Le Grand-Quevilly" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9605582, - 49.5355585 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Scie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.9605582, - 49.5355585 - ] - }, - "properties": { - "undefined": "Saint-Aubin-sur-Scie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3017575, - 49.1910497 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3017575, - 49.1910497 - ] - }, - "properties": { - "undefined": "Colombelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0317198, - 49.2760261 - ] - }, - "properties": { - "undefined": "Saint-Pierre-lès-Elbeuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0317198, - 49.2760261 - ] - }, - "properties": { - "undefined": "Saint-Pierre-lès-Elbeuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.815166, - 49.3586376 - ] - }, - "properties": { - "undefined": "Bourg-Achard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.815166, - 49.3586376 - ] - }, - "properties": { - "undefined": "Bourg-Achard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19538, - 49.5149 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.19538, - 49.5149 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1550216, - 48.9978196 - ] - }, - "properties": { - "undefined": "Évreux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.604637, - 48.077638 - ] - }, - "properties": { - "undefined": "Éloyes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3491347, - 47.3517596 - ] - }, - "properties": { - "undefined": "Baume-les-Dames" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3491347, - 47.3517596 - ] - }, - "properties": { - "undefined": "Baume-les-Dames" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3491347, - 47.3517596 - ] - }, - "properties": { - "undefined": "Baume-les-Dames" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3491347, - 47.3517596 - ] - }, - "properties": { - "undefined": "Baume-les-Dames" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3491347, - 47.3517596 - ] - }, - "properties": { - "undefined": "Baume-les-Dames" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.122687, - 49.494916 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.122687, - 49.494916 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.080807, - 49.504056 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.080807, - 49.504056 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.105017, - 49.530122 - ] - }, - "properties": { - "undefined": "Octeville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197971, - 49.513438 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210925, - 49.502917 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210925, - 49.502917 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197275, - 49.504122 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197275, - 49.504122 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.105017, - 49.530122 - ] - }, - "properties": { - "undefined": "Octeville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.106136, - 49.493591 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.106136, - 49.493591 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163932, - 49.513496 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163932, - 49.513496 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.193942, - 49.544211 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.191899, - 49.506711 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.193942, - 49.544211 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.191899, - 49.506711 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197971, - 49.513438 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4083504069540536, - 48.63538775462057 - ] - }, - "properties": { - "undefined": "Plurien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.325158187997181, - 48.63340097926608 - ] - }, - "properties": { - "undefined": "Plévenon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9851546747886144, - 48.50192886577205 - ] - }, - "properties": { - "undefined": "Plouër-sur-Rance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.78275924122744, - 43.795898154156454 - ] - }, - "properties": { - "undefined": "Saint-Rémy-de-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.936256705171751, - 43.63943483453543 - ] - }, - "properties": { - "undefined": "Le Crès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2798983323309523, - 43.33412185286013 - ] - }, - "properties": { - "undefined": "Villeneuve-lès-Béziers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8515752990825822, - 43.57430316069223 - ] - }, - "properties": { - "undefined": "Saint-Jean-de-Védas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7257621, - 45.1810981 - ] - }, - "properties": { - "undefined": "Grenoble" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1176181, - 50.6535398 - ] - }, - "properties": { - "undefined": "Marcq-en-Barœul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3533333, - 50.57 - ] - }, - "properties": { - "undefined": "Rely" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8547222, - 50.9522222 - ] - }, - "properties": { - "undefined": "Calais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8369444, - 50.9519444 - ] - }, - "properties": { - "undefined": "Calais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.122687, - 49.494916 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.122687, - 49.494916 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.080807, - 49.504056 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.080807, - 49.504056 - ] - }, - "properties": { - "undefined": "Sainte-Adresse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.106136, - 49.493591 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.105017, - 49.530122 - ] - }, - "properties": { - "undefined": "Octeville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.172373, - 49.499466 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197971, - 49.513438 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197971, - 49.513438 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210925, - 49.502917 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.210925, - 49.502917 - ] - }, - "properties": { - "undefined": "Gonfreville-l'Orcher" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197275, - 49.504122 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.105017, - 49.530122 - ] - }, - "properties": { - "undefined": "Octeville-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.197275, - 49.504122 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.106136, - 49.493591 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163932, - 49.513496 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.163932, - 49.513496 - ] - }, - "properties": { - "undefined": "Le Havre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.193942, - 49.544211 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.193942, - 49.544211 - ] - }, - "properties": { - "undefined": "Montivilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.191899, - 49.506711 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.191899, - 49.506711 - ] - }, - "properties": { - "undefined": "Harfleur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.76385, - 48.5139 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0, - 0 - ] - }, - "properties": { - "undefined": "dropn-plug" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.39705, - 48.2576 - ] - }, - "properties": { - "undefined": "Kintzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.39882, - 48.253 - ] - }, - "properties": { - "undefined": "Kintzheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.55734, - 47.2201 - ] - }, - "properties": { - "undefined": "Nantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.82319, - 48.2502 - ] - }, - "properties": { - "undefined": "Langouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.67833, - 48.1044 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.895146, - 47.0429 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.63448, - 48.1093 - ] - }, - "properties": { - "undefined": "Rennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44753, - 43.5069 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.44753, - 43.5069 - ] - }, - "properties": { - "undefined": "Aix-en-Provence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.95241, - 43.2928 - ] - }, - "properties": { - "undefined": "Castelnaudary" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.149723, - 44.2371439 - ] - }, - "properties": { - "undefined": "Entrechaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.00201, - 42.60646 - ] - }, - "properties": { - "undefined": "Latour-Bas-Elne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.67, - 46.69 - ] - }, - "properties": { - "undefined": "Saint-Vallerin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0873262, - 50.5445143 - ] - }, - "properties": { - "undefined": "Avelin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3577, - 43.6368 - ] - }, - "properties": { - "undefined": "Saint-Vincent-de-Tyrosse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0865, - 43.1076 - ] - }, - "properties": { - "undefined": "Gruissan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5801292, - 45.9221544 - ] - }, - "properties": { - "undefined": "Val d'Oingt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.372946, - 48.919807 - ] - }, - "properties": { - "undefined": "Aubervilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5008902, - 44.7920565 - ] - }, - "properties": { - "undefined": "Arès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.61, - 46.34 - ] - }, - "properties": { - "undefined": "Saint-Point" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7584632000000058, - 46.135216299999996 - ] - }, - "properties": { - "undefined": "Saint-Georges-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7584632000000058, - 46.135216299999996 - ] - }, - "properties": { - "undefined": "Saint-Georges-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.495418, - 46.675892 - ] - }, - "properties": { - "undefined": "Courlans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5745869999999909, - 44.866026700000006 - ] - }, - "properties": { - "undefined": "Bordeaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8323045, - 50.6733928 - ] - }, - "properties": { - "undefined": "Desvres" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.109555, - 49.108611 - ] - }, - "properties": { - "undefined": "Sarreguemines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.374363, - 48.663549 - ] - }, - "properties": { - "undefined": "remy-sergent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.506315, - 48.904942 - ] - }, - "properties": { - "undefined": "Bréhal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.23, - 43.51 - ] - }, - "properties": { - "undefined": "societe-d-installation-de-plomberie-electricite-chauffage-et-climatisation" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24, - 43.51 - ] - }, - "properties": { - "undefined": "Velaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4, - 43.44 - ] - }, - "properties": { - "undefined": "Bouc-Bel-Air" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.24, - 43.4 - ] - }, - "properties": { - "undefined": "Marignane" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.67, - 49.47 - ] - }, - "properties": { - "undefined": "Chamouille" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77616501, - 45.67892728 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77616501, - 45.67892728 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77616501, - 45.67892728 - ] - }, - "properties": { - "undefined": "Brignais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0925522, - 44.3457871 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0925522, - 44.3457871 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0925522, - 44.3457871 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0925522, - 44.3457871 - ] - }, - "properties": { - "undefined": "Parentis-en-Born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7573375, - 46.3641578 - ] - }, - "properties": { - "undefined": "La Chapelle-de-Guinchay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.77247, - 50.39143 - ] - }, - "properties": { - "undefined": "Givenchy-en-Gohelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.91136, - 50.3822 - ] - }, - "properties": { - "undefined": "Bois-Bernard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.949769135, - 43.6344804 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.943865577251607, - 43.53867520000001 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.943865577251607, - 43.53867520000001 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.943865577251607, - 43.53867520000001 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.943865577251607, - 43.53867520000001 - ] - }, - "properties": { - "undefined": "Mandelieu-la-Napoule" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.949769135, - 43.6344804 - ] - }, - "properties": { - "undefined": "Grasse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1659997, - 50.714811999999 - ] - }, - "properties": { - "undefined": "Tourcoing" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6550211, - 50.5201558 - ] - }, - "properties": { - "undefined": "Béthune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.381371271658948, - 46.073133287506614 - ] - }, - "properties": { - "undefined": "Saint-Pierre-en-Faucigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.470821, - 48.757046 - ] - }, - "properties": { - "undefined": "Lannion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.517615, - 48.784696 - ] - }, - "properties": { - "undefined": "Pleumeur-Bodou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.63257, - 48.654836 - ] - }, - "properties": { - "undefined": "Plestin-les-Grèves" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.735503, - 48.180209 - ] - }, - "properties": { - "undefined": "Loudéac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.453745, - 48.731562 - ] - }, - "properties": { - "undefined": "Lannion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.441176, - 48.238331 - ] - }, - "properties": { - "undefined": "Saint-Vran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.467023, - 48.606523 - ] - }, - "properties": { - "undefined": "Plouaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.473512, - 48.611415 - ] - }, - "properties": { - "undefined": "Plouaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.972857, - 48.541696 - ] - }, - "properties": { - "undefined": "Châtelaudren-Plouagat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.873183, - 48.663328 - ] - }, - "properties": { - "undefined": "Tréveneuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.873183, - 48.663328 - ] - }, - "properties": { - "undefined": "Tréveneuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.986308, - 48.632057 - ] - }, - "properties": { - "undefined": "Lanvollon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.986308, - 48.632057 - ] - }, - "properties": { - "undefined": "Lanvollon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.972857, - 48.541696 - ] - }, - "properties": { - "undefined": "Châtelaudren-Plouagat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.229598, - 48.521725 - ] - }, - "properties": { - "undefined": "Plancoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.229598, - 48.521725 - ] - }, - "properties": { - "undefined": "Plancoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.441176, - 48.238331 - ] - }, - "properties": { - "undefined": "Saint-Vran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.445852, - 48.422768 - ] - }, - "properties": { - "undefined": "Plestan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.358388, - 48.812908 - ] - }, - "properties": { - "undefined": "Trévou-Tréguignec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07167, - 48.745758 - ] - }, - "properties": { - "undefined": "Plourivo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.583354, - 48.102253 - ] - }, - "properties": { - "undefined": "Plumieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.982655, - 48.486935 - ] - }, - "properties": { - "undefined": "La Vicomté-sur-Rance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.982655, - 48.486935 - ] - }, - "properties": { - "undefined": "La Vicomté-sur-Rance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.951, - 48.5108 - ] - }, - "properties": { - "undefined": "Pleudihen-sur-Rance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.817927, - 48.569214 - ] - }, - "properties": { - "undefined": "Pordic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.817927, - 48.569214 - ] - }, - "properties": { - "undefined": "Pordic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.857123, - 48.554886 - ] - }, - "properties": { - "undefined": "Pordic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.857123, - 48.554886 - ] - }, - "properties": { - "undefined": "Pordic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.295882, - 48.813103 - ] - }, - "properties": { - "undefined": "Penvénan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.295882, - 48.813103 - ] - }, - "properties": { - "undefined": "Penvénan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.305036, - 48.777443 - ] - }, - "properties": { - "undefined": "Camlez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.305036, - 48.777443 - ] - }, - "properties": { - "undefined": "Camlez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.004982, - 48.526901 - ] - }, - "properties": { - "undefined": "Plouër-sur-Rance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.004982, - 48.526901 - ] - }, - "properties": { - "undefined": "Plouër-sur-Rance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.768753, - 48.506653 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.583354, - 48.102253 - ] - }, - "properties": { - "undefined": "Plumieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.07167, - 48.745758 - ] - }, - "properties": { - "undefined": "Plourivo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.397579, - 48.222214 - ] - }, - "properties": { - "undefined": "Glomel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.441761, - 48.807404 - ] - }, - "properties": { - "undefined": "Perros-Guirec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.34587, - 48.274349 - ] - }, - "properties": { - "undefined": "Éréac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.34587, - 48.274349 - ] - }, - "properties": { - "undefined": "Éréac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.53545, - 48.198631 - ] - }, - "properties": { - "undefined": "Laurenan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.53545, - 48.198631 - ] - }, - "properties": { - "undefined": "Laurenan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.81773, - 48.408218 - ] - }, - "properties": { - "undefined": "Plaintel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.81773, - 48.408218 - ] - }, - "properties": { - "undefined": "Plaintel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.744903, - 48.446144 - ] - }, - "properties": { - "undefined": "Plédran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.744903, - 48.446144 - ] - }, - "properties": { - "undefined": "Plédran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.829592, - 48.601341 - ] - }, - "properties": { - "undefined": "Binic-Étables-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.829592, - 48.601341 - ] - }, - "properties": { - "undefined": "Binic-Étables-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.148005, - 48.56057 - ] - }, - "properties": { - "undefined": "Guingamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.148005, - 48.56057 - ] - }, - "properties": { - "undefined": "Guingamp" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.66815, - 48.51302 - ] - }, - "properties": { - "undefined": "Hillion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.66815, - 48.51302 - ] - }, - "properties": { - "undefined": "Hillion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.441761, - 48.807404 - ] - }, - "properties": { - "undefined": "Perros-Guirec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.397579, - 48.222214 - ] - }, - "properties": { - "undefined": "Glomel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.26137, - 48.7452 - ] - }, - "properties": { - "undefined": "La Roche-Jaudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.413295, - 48.794518 - ] - }, - "properties": { - "undefined": "Louannec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.968046, - 48.541393 - ] - }, - "properties": { - "undefined": "Châtelaudren-Plouagat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.2244, - 48.334202 - ] - }, - "properties": { - "undefined": "Broons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.030685, - 48.800983 - ] - }, - "properties": { - "undefined": "Ploubazlanec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.030685, - 48.800983 - ] - }, - "properties": { - "undefined": "Ploubazlanec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.447615, - 48.705162 - ] - }, - "properties": { - "undefined": "Ploubezre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.447615, - 48.705162 - ] - }, - "properties": { - "undefined": "Ploubezre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.984804, - 48.747627 - ] - }, - "properties": { - "undefined": "Plouézec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.984804, - 48.747627 - ] - }, - "properties": { - "undefined": "Plouézec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.238562, - 48.797573 - ] - }, - "properties": { - "undefined": "Plouguiel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.238562, - 48.797573 - ] - }, - "properties": { - "undefined": "Plouguiel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.408021, - 48.624866 - ] - }, - "properties": { - "undefined": "Plurien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.408021, - 48.624866 - ] - }, - "properties": { - "undefined": "Plurien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.300457, - 48.630089 - ] - }, - "properties": { - "undefined": "Bégard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.300457, - 48.630089 - ] - }, - "properties": { - "undefined": "Bégard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.279891, - 48.751244 - ] - }, - "properties": { - "undefined": "Langoat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.279891, - 48.751244 - ] - }, - "properties": { - "undefined": "Langoat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.2244, - 48.334202 - ] - }, - "properties": { - "undefined": "Broons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.968046, - 48.541393 - ] - }, - "properties": { - "undefined": "Châtelaudren-Plouagat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.26137, - 48.7452 - ] - }, - "properties": { - "undefined": "La Roche-Jaudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.396323, - 48.545696 - ] - }, - "properties": { - "undefined": "Belle-Isle-en-Terre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.617642, - 48.276394 - ] - }, - "properties": { - "undefined": "Le Mené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.617642, - 48.276394 - ] - }, - "properties": { - "undefined": "Le Mené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.042515, - 48.442223 - ] - }, - "properties": { - "undefined": "Dinan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.042515, - 48.442223 - ] - }, - "properties": { - "undefined": "Dinan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75524, - 48.34719 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.75524, - 48.34719 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.243134, - 48.73119 - ] - }, - "properties": { - "undefined": "La Roche-Jaudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.243134, - 48.73119 - ] - }, - "properties": { - "undefined": "La Roche-Jaudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.513678, - 48.275558 - ] - }, - "properties": { - "undefined": "Le Mené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.513678, - 48.275558 - ] - }, - "properties": { - "undefined": "Le Mené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.837421, - 48.653999 - ] - }, - "properties": { - "undefined": "Saint-Quay-Portrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.837421, - 48.653999 - ] - }, - "properties": { - "undefined": "Saint-Quay-Portrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.175645, - 48.347656 - ] - }, - "properties": { - "undefined": "Yvignac-la-Tour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.175645, - 48.347656 - ] - }, - "properties": { - "undefined": "Yvignac-la-Tour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.396323, - 48.545696 - ] - }, - "properties": { - "undefined": "Belle-Isle-en-Terre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.423825, - 48.283971 - ] - }, - "properties": { - "undefined": "Maël-Carhaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.423825, - 48.283971 - ] - }, - "properties": { - "undefined": "Maël-Carhaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.214817, - 48.347222 - ] - }, - "properties": { - "undefined": "Lanrivain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.449318, - 48.607483 - ] - }, - "properties": { - "undefined": "Le Vieux-Marché" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.340143, - 48.566673 - ] - }, - "properties": { - "undefined": "Louargat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.340143, - 48.566673 - ] - }, - "properties": { - "undefined": "Louargat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.295955, - 48.394058 - ] - }, - "properties": { - "undefined": "Maël-Pestivien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.295955, - 48.394058 - ] - }, - "properties": { - "undefined": "Maël-Pestivien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.269847, - 48.59726 - ] - }, - "properties": { - "undefined": "Pédernec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.269847, - 48.59726 - ] - }, - "properties": { - "undefined": "Pédernec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.444974, - 48.815392 - ] - }, - "properties": { - "undefined": "Perros-Guirec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.444974, - 48.815392 - ] - }, - "properties": { - "undefined": "Perros-Guirec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.000515, - 48.536179 - ] - }, - "properties": { - "undefined": "Châtelaudren-Plouagat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.000515, - 48.536179 - ] - }, - "properties": { - "undefined": "Châtelaudren-Plouagat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.191425, - 48.674393 - ] - }, - "properties": { - "undefined": "Plouëc-du-Trieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.191425, - 48.674393 - ] - }, - "properties": { - "undefined": "Plouëc-du-Trieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.228862, - 48.842125 - ] - }, - "properties": { - "undefined": "Plougrescant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.228862, - 48.842125 - ] - }, - "properties": { - "undefined": "Plougrescant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.523392, - 48.679855 - ] - }, - "properties": { - "undefined": "Ploumilliau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.449318, - 48.607483 - ] - }, - "properties": { - "undefined": "Le Vieux-Marché" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.982932, - 48.631336 - ] - }, - "properties": { - "undefined": "Lanvollon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.214817, - 48.347222 - ] - }, - "properties": { - "undefined": "Lanrivain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.982932, - 48.631336 - ] - }, - "properties": { - "undefined": "Lanvollon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.165161, - 48.61179 - ] - }, - "properties": { - "undefined": "Trégonneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.947672, - 48.556736 - ] - }, - "properties": { - "undefined": "Plélo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.947672, - 48.556736 - ] - }, - "properties": { - "undefined": "Plélo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.347963, - 48.672264 - ] - }, - "properties": { - "undefined": "Cavan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.347963, - 48.672264 - ] - }, - "properties": { - "undefined": "Cavan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.342592, - 48.76889 - ] - }, - "properties": { - "undefined": "Coatréven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.342592, - 48.76889 - ] - }, - "properties": { - "undefined": "Coatréven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.180457, - 48.22707 - ] - }, - "properties": { - "undefined": "Gouarec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.180457, - 48.22707 - ] - }, - "properties": { - "undefined": "Gouarec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.184587, - 48.556637 - ] - }, - "properties": { - "undefined": "Grâces" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.184587, - 48.556637 - ] - }, - "properties": { - "undefined": "Grâces" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.20627, - 48.6227 - ] - }, - "properties": { - "undefined": "Kermoroc'h" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.20627, - 48.6227 - ] - }, - "properties": { - "undefined": "Kermoroc'h" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.716298, - 48.493778 - ] - }, - "properties": { - "undefined": "Langueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.716298, - 48.493778 - ] - }, - "properties": { - "undefined": "Langueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.523392, - 48.679855 - ] - }, - "properties": { - "undefined": "Ploumilliau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.914907, - 48.509109 - ] - }, - "properties": { - "undefined": "Plouvara" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.914907, - 48.509109 - ] - }, - "properties": { - "undefined": "Plouvara" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.567519, - 48.683102 - ] - }, - "properties": { - "undefined": "Saint-Michel-en-Grève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.084445, - 48.405834 - ] - }, - "properties": { - "undefined": "Le Hinglé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.084445, - 48.405834 - ] - }, - "properties": { - "undefined": "Le Hinglé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.00721, - 48.696449 - ] - }, - "properties": { - "undefined": "Pléhédel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.00721, - 48.696449 - ] - }, - "properties": { - "undefined": "Pléhédel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.218302, - 48.433086 - ] - }, - "properties": { - "undefined": "Plélan-le-Petit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.218302, - 48.433086 - ] - }, - "properties": { - "undefined": "Plélan-le-Petit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.056249, - 48.531796 - ] - }, - "properties": { - "undefined": "Pleslin-Trigavou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.056249, - 48.531796 - ] - }, - "properties": { - "undefined": "Pleslin-Trigavou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.386452, - 48.807682 - ] - }, - "properties": { - "undefined": "Trélévern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.386452, - 48.807682 - ] - }, - "properties": { - "undefined": "Trélévern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.678333, - 48.484627 - ] - }, - "properties": { - "undefined": "Yffiniac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.144788, - 48.580271 - ] - }, - "properties": { - "undefined": "Beaussais-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.144788, - 48.580271 - ] - }, - "properties": { - "undefined": "Beaussais-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.186402, - 48.473217 - ] - }, - "properties": { - "undefined": "Bourbriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.186402, - 48.473217 - ] - }, - "properties": { - "undefined": "Bourbriac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.028889, - 48.455833 - ] - }, - "properties": { - "undefined": "Lanvallay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.028889, - 48.455833 - ] - }, - "properties": { - "undefined": "Lanvallay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.126689, - 48.512863 - ] - }, - "properties": { - "undefined": "Languenan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.467628, - 48.630241 - ] - }, - "properties": { - "undefined": "Erquy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.567519, - 48.683102 - ] - }, - "properties": { - "undefined": "Saint-Michel-en-Grève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.577855, - 48.771084 - ] - }, - "properties": { - "undefined": "Trébeurden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.577855, - 48.771084 - ] - }, - "properties": { - "undefined": "Trébeurden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.851859, - 48.522652 - ] - }, - "properties": { - "undefined": "Trémuson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.851859, - 48.522652 - ] - }, - "properties": { - "undefined": "Trémuson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.358388, - 48.812908 - ] - }, - "properties": { - "undefined": "Trévou-Tréguignec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.467628, - 48.630241 - ] - }, - "properties": { - "undefined": "Erquy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.126689, - 48.512863 - ] - }, - "properties": { - "undefined": "Languenan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.552271, - 48.588692 - ] - }, - "properties": { - "undefined": "Pléneuf-Val-André" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.552271, - 48.588692 - ] - }, - "properties": { - "undefined": "Pléneuf-Val-André" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.833905, - 48.62648 - ] - }, - "properties": { - "undefined": "Binic-Étables-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.833905, - 48.62648 - ] - }, - "properties": { - "undefined": "Binic-Étables-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.324368, - 48.408466 - ] - }, - "properties": { - "undefined": "Jugon-les-Lacs - Commune nouvelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.324368, - 48.408466 - ] - }, - "properties": { - "undefined": "Jugon-les-Lacs - Commune nouvelle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.413295, - 48.794518 - ] - }, - "properties": { - "undefined": "Louannec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.951, - 48.5108 - ] - }, - "properties": { - "undefined": "Pleudihen-sur-Rance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29119, - 48.5971 - ] - }, - "properties": { - "undefined": "Matignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.045, - 48.352299 - ] - }, - "properties": { - "undefined": "Saint-Juvat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.838271, - 48.280586 - ] - }, - "properties": { - "undefined": "Uzel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.51775, - 48.47099 - ] - }, - "properties": { - "undefined": "Lamballe-Armor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.51775, - 48.47099 - ] - }, - "properties": { - "undefined": "Lamballe-Armor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.129, - 48.389 - ] - }, - "properties": { - "undefined": "Brusvily" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.129, - 48.389 - ] - }, - "properties": { - "undefined": "Brusvily" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0562, - 48.4561 - ] - }, - "properties": { - "undefined": "Dinan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0562, - 48.4561 - ] - }, - "properties": { - "undefined": "Dinan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.758196, - 48.177609 - ] - }, - "properties": { - "undefined": "Loudéac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.758196, - 48.177609 - ] - }, - "properties": { - "undefined": "Loudéac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0288, - 48.409 - ] - }, - "properties": { - "undefined": "Calorguen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0288, - 48.409 - ] - }, - "properties": { - "undefined": "Calorguen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.765253, - 48.518089 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.765253, - 48.518089 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.44691, - 48.55727 - ] - }, - "properties": { - "undefined": "Plounévez-Moëdec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.44691, - 48.55727 - ] - }, - "properties": { - "undefined": "Plounévez-Moëdec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.838271, - 48.280586 - ] - }, - "properties": { - "undefined": "Uzel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.045, - 48.352299 - ] - }, - "properties": { - "undefined": "Saint-Juvat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.757097, - 48.514561 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.523397, - 48.359306 - ] - }, - "properties": { - "undefined": "Saint-Glen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.591516, - 48.176651 - ] - }, - "properties": { - "undefined": "Plémet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.591516, - 48.176651 - ] - }, - "properties": { - "undefined": "Plémet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.155936, - 48.732681 - ] - }, - "properties": { - "undefined": "Ploëzal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.155936, - 48.732681 - ] - }, - "properties": { - "undefined": "Ploëzal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.869428, - 48.629478 - ] - }, - "properties": { - "undefined": "Plourhan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.869428, - 48.629478 - ] - }, - "properties": { - "undefined": "Plourhan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.26435, - 48.52913 - ] - }, - "properties": { - "undefined": "Pluduno" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.26435, - 48.52913 - ] - }, - "properties": { - "undefined": "Pluduno" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.9103, - 48.401482 - ] - }, - "properties": { - "undefined": "Quintin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.9103, - 48.401482 - ] - }, - "properties": { - "undefined": "Quintin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.316225, - 48.234554 - ] - }, - "properties": { - "undefined": "Rostrenen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.316225, - 48.234554 - ] - }, - "properties": { - "undefined": "Rostrenen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.779689, - 48.514324 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.779689, - 48.514324 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.523397, - 48.359306 - ] - }, - "properties": { - "undefined": "Saint-Glen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.757097, - 48.514561 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.486411, - 48.32917 - ] - }, - "properties": { - "undefined": "Le Mené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0058, - 48.350601 - ] - }, - "properties": { - "undefined": "Le Quiou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1873, - 48.517834 - ] - }, - "properties": { - "undefined": "Coadout" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.51702, - 48.29814 - ] - }, - "properties": { - "undefined": "Le Mené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0441, - 48.450901 - ] - }, - "properties": { - "undefined": "Dinan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0441, - 48.450901 - ] - }, - "properties": { - "undefined": "Dinan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.247365, - 48.377785 - ] - }, - "properties": { - "undefined": "Mégrit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.247365, - 48.377785 - ] - }, - "properties": { - "undefined": "Mégrit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73364, - 48.23396 - ] - }, - "properties": { - "undefined": "La Motte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.73364, - 48.23396 - ] - }, - "properties": { - "undefined": "La Motte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.189, - 48.598099 - ] - }, - "properties": { - "undefined": "Saint-Jacut-de-la-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.189, - 48.598099 - ] - }, - "properties": { - "undefined": "Saint-Jacut-de-la-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.987586, - 48.198135 - ] - }, - "properties": { - "undefined": "Guerlédan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.987586, - 48.198135 - ] - }, - "properties": { - "undefined": "Guerlédan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.223394, - 48.786499 - ] - }, - "properties": { - "undefined": "Tréguier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.223394, - 48.786499 - ] - }, - "properties": { - "undefined": "Tréguier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.04553, - 48.4747 - ] - }, - "properties": { - "undefined": "Taden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.165161, - 48.61179 - ] - }, - "properties": { - "undefined": "Trégonneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.51702, - 48.29814 - ] - }, - "properties": { - "undefined": "Le Mené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1873, - 48.517834 - ] - }, - "properties": { - "undefined": "Coadout" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.486411, - 48.32917 - ] - }, - "properties": { - "undefined": "Le Mené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.151064, - 48.60416 - ] - }, - "properties": { - "undefined": "Lancieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.854698, - 48.445023 - ] - }, - "properties": { - "undefined": "Plaine-Haute" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.854698, - 48.445023 - ] - }, - "properties": { - "undefined": "Plaine-Haute" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.057214, - 48.315941 - ] - }, - "properties": { - "undefined": "Corlay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.057214, - 48.315941 - ] - }, - "properties": { - "undefined": "Corlay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.048475, - 48.776299 - ] - }, - "properties": { - "undefined": "Paimpol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.048475, - 48.776299 - ] - }, - "properties": { - "undefined": "Paimpol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9816, - 48.381901 - ] - }, - "properties": { - "undefined": "Évran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9816, - 48.381901 - ] - }, - "properties": { - "undefined": "Évran" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.513626, - 48.832668 - ] - }, - "properties": { - "undefined": "Trégastel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.513626, - 48.832668 - ] - }, - "properties": { - "undefined": "Trégastel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.29119, - 48.5971 - ] - }, - "properties": { - "undefined": "Matignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.252257, - 48.239723 - ] - }, - "properties": { - "undefined": "Plouguernével" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.294399, - 48.252918 - ] - }, - "properties": { - "undefined": "Lanrelas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.294399, - 48.252918 - ] - }, - "properties": { - "undefined": "Lanrelas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.151064, - 48.60416 - ] - }, - "properties": { - "undefined": "Lancieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.0058, - 48.350601 - ] - }, - "properties": { - "undefined": "Le Quiou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.252257, - 48.239723 - ] - }, - "properties": { - "undefined": "Plouguernével" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.147928, - 48.551281 - ] - }, - "properties": { - "undefined": "Ploumagoar" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.104479, - 48.55711 - ] - }, - "properties": { - "undefined": "Saint-Agathon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.736905, - 48.490196 - ] - }, - "properties": { - "undefined": "Trégueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.751509, - 48.52273 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.751509, - 48.52273 - ] - }, - "properties": { - "undefined": "Saint-Brieuc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3, - 48.381386 - ] - }, - "properties": { - "undefined": "Le Vieux-Bourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3, - 48.381386 - ] - }, - "properties": { - "undefined": "Le Vieux-Bourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15994, - 48.315102 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-du-Pélem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.15994, - 48.315102 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-du-Pélem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.914543, - 48.429111 - ] - }, - "properties": { - "undefined": "Le Fœil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.914543, - 48.429111 - ] - }, - "properties": { - "undefined": "Le Fœil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.869649, - 48.389687 - ] - }, - "properties": { - "undefined": "Saint-Brandan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.869649, - 48.389687 - ] - }, - "properties": { - "undefined": "Saint-Brandan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.133419, - 48.664848 - ] - }, - "properties": { - "undefined": "Saint-Clet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.133419, - 48.664848 - ] - }, - "properties": { - "undefined": "Saint-Clet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.009714, - 48.303225 - ] - }, - "properties": { - "undefined": "Plouasne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.009714, - 48.303225 - ] - }, - "properties": { - "undefined": "Plouasne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.736905, - 48.490196 - ] - }, - "properties": { - "undefined": "Trégueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.104479, - 48.55711 - ] - }, - "properties": { - "undefined": "Saint-Agathon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.91299, - 48.403732 - ] - }, - "properties": { - "undefined": "Quintin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.248423, - 48.640558 - ] - }, - "properties": { - "undefined": "Saint-Cast-le-Guildo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.24004, - 48.52145 - ] - }, - "properties": { - "undefined": "Plancoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.703044, - 48.482021 - ] - }, - "properties": { - "undefined": "Trégueux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.24004, - 48.52145 - ] - }, - "properties": { - "undefined": "Plancoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.138881, - 48.842079 - ] - }, - "properties": { - "undefined": "Pleubian" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.138881, - 48.842079 - ] - }, - "properties": { - "undefined": "Pleubian" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.517125, - 48.771851 - ] - }, - "properties": { - "undefined": "Pleumeur-Bodou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.517125, - 48.771851 - ] - }, - "properties": { - "undefined": "Pleumeur-Bodou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.47037, - 48.613342 - ] - }, - "properties": { - "undefined": "Plouaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.47037, - 48.613342 - ] - }, - "properties": { - "undefined": "Plouaret" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.928985, - 48.675999 - ] - }, - "properties": { - "undefined": "Plouha" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.928985, - 48.675999 - ] - }, - "properties": { - "undefined": "Plouha" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.125556, - 48.357742 - ] - }, - "properties": { - "undefined": "Plumaudan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.125556, - 48.357742 - ] - }, - "properties": { - "undefined": "Plumaudan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1057, - 48.70467 - ] - }, - "properties": { - "undefined": "Quemper-Guézennec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.248423, - 48.640558 - ] - }, - "properties": { - "undefined": "Saint-Cast-le-Guildo" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.91299, - 48.403732 - ] - }, - "properties": { - "undefined": "Quintin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1057, - 48.70467 - ] - }, - "properties": { - "undefined": "Quemper-Guézennec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.727605, - 48.542061 - ] - }, - "properties": { - "undefined": "Plérin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.043485, - 48.778999 - ] - }, - "properties": { - "undefined": "Paimpol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.633645, - 48.359794 - ] - }, - "properties": { - "undefined": "Moncontour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.633645, - 48.359794 - ] - }, - "properties": { - "undefined": "Moncontour" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.792394, - 48.482624 - ] - }, - "properties": { - "undefined": "Ploufragan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.792394, - 48.482624 - ] - }, - "properties": { - "undefined": "Ploufragan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.792451, - 48.488029 - ] - }, - "properties": { - "undefined": "Ploufragan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.792451, - 48.488029 - ] - }, - "properties": { - "undefined": "Ploufragan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.187334, - 48.273865 - ] - }, - "properties": { - "undefined": "Saint-Jouan-de-l'Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.313114, - 48.242321 - ] - }, - "properties": { - "undefined": "Rostrenen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.57723, - 48.53167 - ] - }, - "properties": { - "undefined": "Lamballe-Armor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.57723, - 48.53167 - ] - }, - "properties": { - "undefined": "Lamballe-Armor" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.824075, - 48.648033 - ] - }, - "properties": { - "undefined": "Saint-Quay-Portrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.824075, - 48.648033 - ] - }, - "properties": { - "undefined": "Saint-Quay-Portrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.727605, - 48.542061 - ] - }, - "properties": { - "undefined": "Plérin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.32811, - 48.655931 - ] - }, - "properties": { - "undefined": "Plévenon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.32811, - 48.655931 - ] - }, - "properties": { - "undefined": "Plévenon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.043485, - 48.778999 - ] - }, - "properties": { - "undefined": "Paimpol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4236, - 48.18869 - ] - }, - "properties": { - "undefined": "Merdrignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.096286, - 48.224899 - ] - }, - "properties": { - "undefined": "Bon Repos sur Blavet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.13708, - 48.586258 - ] - }, - "properties": { - "undefined": "Pabu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.159283, - 48.69836 - ] - }, - "properties": { - "undefined": "Pontrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.159283, - 48.69836 - ] - }, - "properties": { - "undefined": "Pontrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.388829, - 48.449814 - ] - }, - "properties": { - "undefined": "Plédéliac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.388829, - 48.449814 - ] - }, - "properties": { - "undefined": "Plédéliac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.456394, - 48.727578 - ] - }, - "properties": { - "undefined": "Lannion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.456394, - 48.727578 - ] - }, - "properties": { - "undefined": "Lannion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.657751, - 48.42165 - ] - }, - "properties": { - "undefined": "Quessoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.657751, - 48.42165 - ] - }, - "properties": { - "undefined": "Quessoy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.13708, - 48.586258 - ] - }, - "properties": { - "undefined": "Pabu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.103162, - 48.788181 - ] - }, - "properties": { - "undefined": "Lézardrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.103162, - 48.788181 - ] - }, - "properties": { - "undefined": "Lézardrieux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.096286, - 48.224899 - ] - }, - "properties": { - "undefined": "Bon Repos sur Blavet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.052872, - 48.515488 - ] - }, - "properties": { - "undefined": "Landivisiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.052872, - 48.515488 - ] - }, - "properties": { - "undefined": "Landivisiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.072221, - 48.509758 - ] - }, - "properties": { - "undefined": "Landivisiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.255886, - 48.453716 - ] - }, - "properties": { - "undefined": "Landerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.072221, - 48.509758 - ] - }, - "properties": { - "undefined": "Landivisiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.255886, - 48.453716 - ] - }, - "properties": { - "undefined": "Landerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.052872, - 48.515488 - ] - }, - "properties": { - "undefined": "Landivisiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.261381, - 48.444599 - ] - }, - "properties": { - "undefined": "Landerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.261381, - 48.444599 - ] - }, - "properties": { - "undefined": "Landerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.251662, - 48.449455 - ] - }, - "properties": { - "undefined": "Landerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.052872, - 48.515488 - ] - }, - "properties": { - "undefined": "Landivisiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.338243, - 48.000721 - ] - }, - "properties": { - "undefined": "Landudec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.068542, - 48.511307 - ] - }, - "properties": { - "undefined": "Landivisiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.89678, - 48.301083 - ] - }, - "properties": { - "undefined": "Lannédern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.068542, - 48.511307 - ] - }, - "properties": { - "undefined": "Landivisiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.057633, - 48.091808 - ] - }, - "properties": { - "undefined": "Landrévarzec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.057633, - 48.091808 - ] - }, - "properties": { - "undefined": "Landrévarzec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.338243, - 48.000721 - ] - }, - "properties": { - "undefined": "Landudec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.750491, - 48.474991 - ] - }, - "properties": { - "undefined": "Lanildut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.750491, - 48.474991 - ] - }, - "properties": { - "undefined": "Lanildut" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.89678, - 48.301083 - ] - }, - "properties": { - "undefined": "Lannédern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.574715, - 48.587631 - ] - }, - "properties": { - "undefined": "Landéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.717236, - 48.645733 - ] - }, - "properties": { - "undefined": "Lanmeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.717236, - 48.645733 - ] - }, - "properties": { - "undefined": "Lanmeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.251662, - 48.449455 - ] - }, - "properties": { - "undefined": "Landerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.167864, - 47.845467 - ] - }, - "properties": { - "undefined": "Île-Tudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.574715, - 48.587631 - ] - }, - "properties": { - "undefined": "Landéda" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.763813, - 48.448708 - ] - }, - "properties": { - "undefined": "Lampaul-Plouarzel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.709654, - 48.667439 - ] - }, - "properties": { - "undefined": "Guimaëc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.280342, - 47.796131 - ] - }, - "properties": { - "undefined": "Guilvinec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.280342, - 47.796131 - ] - }, - "properties": { - "undefined": "Guilvinec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.523272, - 48.570396 - ] - }, - "properties": { - "undefined": "Lannilis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.709654, - 48.667439 - ] - }, - "properties": { - "undefined": "Guimaëc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.411448, - 48.633446 - ] - }, - "properties": { - "undefined": "Guissény" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.411448, - 48.633446 - ] - }, - "properties": { - "undefined": "Guissény" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.160853, - 48.328011 - ] - }, - "properties": { - "undefined": "Hanvec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.160853, - 48.328011 - ] - }, - "properties": { - "undefined": "Hanvec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.750712, - 48.362984 - ] - }, - "properties": { - "undefined": "Huelgoat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.750712, - 48.362984 - ] - }, - "properties": { - "undefined": "Huelgoat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.167864, - 47.845467 - ] - }, - "properties": { - "undefined": "Île-Tudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.214177, - 48.370193 - ] - }, - "properties": { - "undefined": "Irvillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.214177, - 48.370193 - ] - }, - "properties": { - "undefined": "Irvillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.367066, - 48.644726 - ] - }, - "properties": { - "undefined": "Kerlouan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.367066, - 48.644726 - ] - }, - "properties": { - "undefined": "Kerlouan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.374469, - 48.471878 - ] - }, - "properties": { - "undefined": "Kersaint-Plabennec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.374469, - 48.471878 - ] - }, - "properties": { - "undefined": "Kersaint-Plabennec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.315567, - 48.427998 - ] - }, - "properties": { - "undefined": "La Forest-Landerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.315567, - 48.427998 - ] - }, - "properties": { - "undefined": "La Forest-Landerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.977736, - 47.909428 - ] - }, - "properties": { - "undefined": "La Forêt-Fouesnant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.977736, - 47.909428 - ] - }, - "properties": { - "undefined": "La Forêt-Fouesnant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.763813, - 48.448708 - ] - }, - "properties": { - "undefined": "Lampaul-Plouarzel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.523272, - 48.570396 - ] - }, - "properties": { - "undefined": "Lannilis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.582887, - 47.900269 - ] - }, - "properties": { - "undefined": "Mellac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.640213, - 48.467697 - ] - }, - "properties": { - "undefined": "Lanrivoaré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.30713, - 48.383247 - ] - }, - "properties": { - "undefined": "Loperhet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.836316, - 47.906761 - ] - }, - "properties": { - "undefined": "Melgven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.80166, - 47.889305 - ] - }, - "properties": { - "undefined": "Melgven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.80166, - 47.889305 - ] - }, - "properties": { - "undefined": "Melgven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.878658, - 48.551712 - ] - }, - "properties": { - "undefined": "Sainte-Sève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.878658, - 48.551712 - ] - }, - "properties": { - "undefined": "Sainte-Sève" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.582887, - 47.900269 - ] - }, - "properties": { - "undefined": "Mellac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.584976, - 47.868935 - ] - }, - "properties": { - "undefined": "Mellac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.584976, - 47.868935 - ] - }, - "properties": { - "undefined": "Mellac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.565287, - 48.467354 - ] - }, - "properties": { - "undefined": "Milizac-Guipronvel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.565287, - 48.467354 - ] - }, - "properties": { - "undefined": "Milizac-Guipronvel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.631332, - 47.812168 - ] - }, - "properties": { - "undefined": "Moëlan-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.631332, - 47.812168 - ] - }, - "properties": { - "undefined": "Moëlan-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.83211, - 48.58287 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.83211, - 48.58287 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.817576, - 48.575111 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.817576, - 48.575111 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.833975, - 48.578419 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.833975, - 48.578419 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.833975, - 48.578419 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.833975, - 48.578419 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.833975, - 48.578419 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.833975, - 48.578419 - ] - }, - "properties": { - "undefined": "Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.415043, - 47.93594 - ] - }, - "properties": { - "undefined": "Guilligomarc'h" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.836316, - 47.906761 - ] - }, - "properties": { - "undefined": "Melgven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.30713, - 48.383247 - ] - }, - "properties": { - "undefined": "Loperhet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.640213, - 48.467697 - ] - }, - "properties": { - "undefined": "Lanrivoaré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.478167, - 47.937088 - ] - }, - "properties": { - "undefined": "Locunolé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.64612, - 48.469227 - ] - }, - "properties": { - "undefined": "Lanrivoaré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.64612, - 48.469227 - ] - }, - "properties": { - "undefined": "Lanrivoaré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.461408, - 48.28619 - ] - }, - "properties": { - "undefined": "Lanvéoc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.461408, - 48.28619 - ] - }, - "properties": { - "undefined": "Lanvéoc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.836133, - 48.13726 - ] - }, - "properties": { - "undefined": "Laz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.836133, - 48.13726 - ] - }, - "properties": { - "undefined": "Laz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.770224, - 48.360584 - ] - }, - "properties": { - "undefined": "Le Conquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.770224, - 48.360584 - ] - }, - "properties": { - "undefined": "Le Conquet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.176747, - 48.293953 - ] - }, - "properties": { - "undefined": "Le Faou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.176747, - 48.293953 - ] - }, - "properties": { - "undefined": "Le Faou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.335426, - 48.561989 - ] - }, - "properties": { - "undefined": "Le Folgoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.335426, - 48.561989 - ] - }, - "properties": { - "undefined": "Le Folgoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.256995, - 48.065521 - ] - }, - "properties": { - "undefined": "Le Juch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.256995, - 48.065521 - ] - }, - "properties": { - "undefined": "Le Juch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.320383, - 48.573498 - ] - }, - "properties": { - "undefined": "Lesneven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.320383, - 48.573498 - ] - }, - "properties": { - "undefined": "Lesneven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.64312, - 48.374123 - ] - }, - "properties": { - "undefined": "Locmaria-Plouzané" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.64312, - 48.374123 - ] - }, - "properties": { - "undefined": "Locmaria-Plouzané" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.211916, - 48.098244 - ] - }, - "properties": { - "undefined": "Locronan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.211916, - 48.098244 - ] - }, - "properties": { - "undefined": "Locronan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.174933, - 47.832439 - ] - }, - "properties": { - "undefined": "Loctudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.174933, - 47.832439 - ] - }, - "properties": { - "undefined": "Loctudy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.478167, - 47.937088 - ] - }, - "properties": { - "undefined": "Locunolé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.415043, - 47.93594 - ] - }, - "properties": { - "undefined": "Guilligomarc'h" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.430538, - 48.497616 - ] - }, - "properties": { - "undefined": "Plabennec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.5986, - 48.428299 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.002561, - 48.101925 - ] - }, - "properties": { - "undefined": "Briec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.326797, - 48.664791 - ] - }, - "properties": { - "undefined": "Plounéour-Brignogan-plages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.595497, - 48.275364 - ] - }, - "properties": { - "undefined": "Camaret-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.595497, - 48.275364 - ] - }, - "properties": { - "undefined": "Camaret-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.91355, - 48.667358 - ] - }, - "properties": { - "undefined": "Carantec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.91355, - 48.667358 - ] - }, - "properties": { - "undefined": "Carantec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.539367, - 48.275612 - ] - }, - "properties": { - "undefined": "Carhaix-Plouguer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.539367, - 48.275612 - ] - }, - "properties": { - "undefined": "Carhaix-Plouguer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.576228, - 48.277264 - ] - }, - "properties": { - "undefined": "Carhaix-Plouguer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.576228, - 48.277264 - ] - }, - "properties": { - "undefined": "Carhaix-Plouguer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.139651, - 48.159222 - ] - }, - "properties": { - "undefined": "Cast" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.139651, - 48.159222 - ] - }, - "properties": { - "undefined": "Cast" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.093426, - 48.194569 - ] - }, - "properties": { - "undefined": "Châteaulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.093426, - 48.194569 - ] - }, - "properties": { - "undefined": "Châteaulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05061, - 48.21619 - ] - }, - "properties": { - "undefined": "Châteaulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05061, - 48.21619 - ] - }, - "properties": { - "undefined": "Châteaulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05061, - 48.21619 - ] - }, - "properties": { - "undefined": "Châteaulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.05061, - 48.21619 - ] - }, - "properties": { - "undefined": "Châteaulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.818973, - 48.192974 - ] - }, - "properties": { - "undefined": "Châteauneuf-du-Faou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.818973, - 48.192974 - ] - }, - "properties": { - "undefined": "Châteauneuf-du-Faou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.104016, - 48.663445 - ] - }, - "properties": { - "undefined": "Cléder" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.104016, - 48.663445 - ] - }, - "properties": { - "undefined": "Cléder" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.586496, - 47.795624 - ] - }, - "properties": { - "undefined": "Clohars-Carnoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.586496, - 47.795624 - ] - }, - "properties": { - "undefined": "Clohars-Carnoët" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.326797, - 48.664791 - ] - }, - "properties": { - "undefined": "Plounéour-Brignogan-plages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.002561, - 48.101925 - ] - }, - "properties": { - "undefined": "Briec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.064729, - 47.89743 - ] - }, - "properties": { - "undefined": "Clohars-Fouesnant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.955801, - 48.302963 - ] - }, - "properties": { - "undefined": "Brasparts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.317977, - 48.245838 - ] - }, - "properties": { - "undefined": "Argol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.791397, - 47.818333 - ] - }, - "properties": { - "undefined": "Névez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.440174, - 47.901684 - ] - }, - "properties": { - "undefined": "Arzano" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.440174, - 47.901684 - ] - }, - "properties": { - "undefined": "Arzano" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.537401, - 48.026707 - ] - }, - "properties": { - "undefined": "Audierne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.537401, - 48.026707 - ] - }, - "properties": { - "undefined": "Audierne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.700252, - 47.93338 - ] - }, - "properties": { - "undefined": "Bannalec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.700252, - 47.93338 - ] - }, - "properties": { - "undefined": "Bannalec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.706109, - 47.926643 - ] - }, - "properties": { - "undefined": "Bannalec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.706109, - 47.926643 - ] - }, - "properties": { - "undefined": "Bannalec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.605561, - 47.857525 - ] - }, - "properties": { - "undefined": "Baye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.605561, - 47.857525 - ] - }, - "properties": { - "undefined": "Baye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.102162, - 47.871059 - ] - }, - "properties": { - "undefined": "Bénodet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.102162, - 47.871059 - ] - }, - "properties": { - "undefined": "Bénodet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.106747, - 47.87693 - ] - }, - "properties": { - "undefined": "Bénodet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.106747, - 47.87693 - ] - }, - "properties": { - "undefined": "Bénodet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.116132, - 47.876938 - ] - }, - "properties": { - "undefined": "Bénodet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.116132, - 47.876938 - ] - }, - "properties": { - "undefined": "Bénodet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.512228, - 48.074905 - ] - }, - "properties": { - "undefined": "Beuzec-Cap-Sizun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.512228, - 48.074905 - ] - }, - "properties": { - "undefined": "Beuzec-Cap-Sizun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.507157, - 48.49913 - ] - }, - "properties": { - "undefined": "Bourg-Blanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.507157, - 48.49913 - ] - }, - "properties": { - "undefined": "Bourg-Blanc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.955801, - 48.302963 - ] - }, - "properties": { - "undefined": "Brasparts" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.064729, - 47.89743 - ] - }, - "properties": { - "undefined": "Clohars-Fouesnant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.890398, - 47.996445 - ] - }, - "properties": { - "undefined": "Elliant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.5986, - 48.428299 - ] - }, - "properties": { - "undefined": "izivia" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.262154, - 48.361095 - ] - }, - "properties": { - "undefined": "Daoulas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.165494, - 48.219227 - ] - }, - "properties": { - "undefined": "Dinéault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.270626, - 48.397804 - ] - }, - "properties": { - "undefined": "Dirinon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.270626, - 48.397804 - ] - }, - "properties": { - "undefined": "Dirinon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.341825, - 48.09568 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.341825, - 48.09568 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.330149, - 48.092033 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.330149, - 48.092033 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.32102, - 48.086506 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.32102, - 48.086506 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.975574, - 48.104568 - ] - }, - "properties": { - "undefined": "Edern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.975574, - 48.104568 - ] - }, - "properties": { - "undefined": "Edern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.024456, - 48.008377 - ] - }, - "properties": { - "undefined": "Ergué-Gabéric" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.024456, - 48.008377 - ] - }, - "properties": { - "undefined": "Ergué-Gabéric" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.012943, - 47.895412 - ] - }, - "properties": { - "undefined": "Fouesnant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.012943, - 47.895412 - ] - }, - "properties": { - "undefined": "Fouesnant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.011984, - 47.891369 - ] - }, - "properties": { - "undefined": "Fouesnant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.011984, - 47.891369 - ] - }, - "properties": { - "undefined": "Fouesnant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.115754, - 47.910778 - ] - }, - "properties": { - "undefined": "Gouesnach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.115754, - 47.910778 - ] - }, - "properties": { - "undefined": "Gouesnach" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.5913, - 48.055546 - ] - }, - "properties": { - "undefined": "Goulien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.5913, - 48.055546 - ] - }, - "properties": { - "undefined": "Goulien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.583797, - 48.515305 - ] - }, - "properties": { - "undefined": "Guerlesquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.583797, - 48.515305 - ] - }, - "properties": { - "undefined": "Guerlesquin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.165494, - 48.219227 - ] - }, - "properties": { - "undefined": "Dinéault" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.262154, - 48.361095 - ] - }, - "properties": { - "undefined": "Daoulas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.890398, - 47.996445 - ] - }, - "properties": { - "undefined": "Elliant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.506578, - 48.2258 - ] - }, - "properties": { - "undefined": "Crozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.123075, - 47.874435 - ] - }, - "properties": { - "undefined": "Combrit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.123075, - 47.874435 - ] - }, - "properties": { - "undefined": "Combrit" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.956018, - 48.413948 - ] - }, - "properties": { - "undefined": "Commana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.956018, - 48.413948 - ] - }, - "properties": { - "undefined": "Commana" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9177, - 47.87339 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9177, - 47.87339 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.909739, - 47.872265 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.909739, - 47.872265 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.901737, - 47.921692 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.901737, - 47.921692 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.917199, - 47.870399 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.917199, - 47.870399 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.924636, - 47.877735 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.924636, - 47.877735 - ] - }, - "properties": { - "undefined": "Concarneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.832747, - 48.060768 - ] - }, - "properties": { - "undefined": "Coray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.832747, - 48.060768 - ] - }, - "properties": { - "undefined": "Coray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.418989, - 48.247986 - ] - }, - "properties": { - "undefined": "Crozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.418989, - 48.247986 - ] - }, - "properties": { - "undefined": "Crozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.491614, - 48.248337 - ] - }, - "properties": { - "undefined": "Crozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.491614, - 48.248337 - ] - }, - "properties": { - "undefined": "Crozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.507885, - 48.285328 - ] - }, - "properties": { - "undefined": "Crozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.507885, - 48.285328 - ] - }, - "properties": { - "undefined": "Crozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.506578, - 48.2258 - ] - }, - "properties": { - "undefined": "Crozon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.791397, - 47.818333 - ] - }, - "properties": { - "undefined": "Névez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.829561, - 47.958473 - ] - }, - "properties": { - "undefined": "Rosporden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.375518, - 47.817368 - ] - }, - "properties": { - "undefined": "Penmarch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.095822, - 48.006672 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.552851, - 47.871124 - ] - }, - "properties": { - "undefined": "Quimperlé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.546339, - 47.874336 - ] - }, - "properties": { - "undefined": "Quimperlé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.546339, - 47.874336 - ] - }, - "properties": { - "undefined": "Quimperlé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.552238, - 47.868786 - ] - }, - "properties": { - "undefined": "Quimperlé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.552238, - 47.868786 - ] - }, - "properties": { - "undefined": "Quimperlé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.461947, - 47.860291 - ] - }, - "properties": { - "undefined": "Rédené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.461947, - 47.860291 - ] - }, - "properties": { - "undefined": "Rédené" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.691156, - 47.843136 - ] - }, - "properties": { - "undefined": "Riec-sur-Bélon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.691156, - 47.843136 - ] - }, - "properties": { - "undefined": "Riec-sur-Bélon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.985369, - 48.724209 - ] - }, - "properties": { - "undefined": "Roscoff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.985369, - 48.724209 - ] - }, - "properties": { - "undefined": "Roscoff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.980556, - 48.722633 - ] - }, - "properties": { - "undefined": "Roscoff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.980556, - 48.722633 - ] - }, - "properties": { - "undefined": "Roscoff" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.829561, - 47.958473 - ] - }, - "properties": { - "undefined": "Rosporden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02287, - 47.935459 - ] - }, - "properties": { - "undefined": "Saint-Évarzec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02287, - 47.935459 - ] - }, - "properties": { - "undefined": "Saint-Évarzec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.799367, - 48.153252 - ] - }, - "properties": { - "undefined": "Saint-Goazec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.799367, - 48.153252 - ] - }, - "properties": { - "undefined": "Saint-Goazec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.843285, - 48.575516 - ] - }, - "properties": { - "undefined": "Saint-Martin-des-Champs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.843285, - 48.575516 - ] - }, - "properties": { - "undefined": "Saint-Martin-des-Champs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.61037, - 48.567944 - ] - }, - "properties": { - "undefined": "Saint-Pabu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.61037, - 48.567944 - ] - }, - "properties": { - "undefined": "Saint-Pabu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.98622, - 48.686703 - ] - }, - "properties": { - "undefined": "Saint-Pol-de-Léon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.552851, - 47.871124 - ] - }, - "properties": { - "undefined": "Quimperlé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.095822, - 48.006672 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.988846, - 48.678314 - ] - }, - "properties": { - "undefined": "Saint-Pol-de-Léon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.093842, - 48.00309 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.536914, - 47.959827 - ] - }, - "properties": { - "undefined": "Querrien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.536914, - 47.959827 - ] - }, - "properties": { - "undefined": "Querrien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.083755, - 48.031239 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.083755, - 48.031239 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.083755, - 48.031239 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.083755, - 48.031239 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.1279, - 47.986479 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.1279, - 47.986479 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.093657, - 48.013607 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.093657, - 48.013607 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.095428, - 48.010571 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.095428, - 48.010571 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.106417, - 47.999485 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.106417, - 47.999485 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.102052, - 47.999451 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.102052, - 47.999451 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.104504, - 47.993977 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.104504, - 47.993977 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08335, - 47.984688 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.08335, - 47.984688 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.072012, - 47.9832 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.072012, - 47.9832 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.093842, - 48.00309 - ] - }, - "properties": { - "undefined": "Quimper" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.98622, - 48.686703 - ] - }, - "properties": { - "undefined": "Saint-Pol-de-Léon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.988846, - 48.678314 - ] - }, - "properties": { - "undefined": "Saint-Pol-de-Léon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.375518, - 47.817368 - ] - }, - "properties": { - "undefined": "Penmarch" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.078652, - 48.689281 - ] - }, - "properties": { - "undefined": "Sibiril" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02585, - 48.702991 - ] - }, - "properties": { - "undefined": "Santec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.02585, - 48.702991 - ] - }, - "properties": { - "undefined": "Santec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.538179, - 48.552601 - ] - }, - "properties": { - "undefined": "Tréglonou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.538179, - 48.552601 - ] - }, - "properties": { - "undefined": "Tréglonou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.678202, - 48.433521 - ] - }, - "properties": { - "undefined": "Scrignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.678202, - 48.433521 - ] - }, - "properties": { - "undefined": "Scrignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.52067, - 47.90242 - ] - }, - "properties": { - "undefined": "Tréméven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.52067, - 47.90242 - ] - }, - "properties": { - "undefined": "Tréméven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.051803, - 47.999352 - ] - }, - "properties": { - "undefined": "Ergué-Gabéric" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.051803, - 47.999352 - ] - }, - "properties": { - "undefined": "Ergué-Gabéric" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.203651, - 48.472099 - ] - }, - "properties": { - "undefined": "La Roche-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.203651, - 48.472099 - ] - }, - "properties": { - "undefined": "La Roche-Maurice" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.757681, - 48.521224 - ] - }, - "properties": { - "undefined": "Landunvez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.757681, - 48.521224 - ] - }, - "properties": { - "undefined": "Landunvez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.317882, - 48.082424 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.317882, - 48.082424 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.317882, - 48.082424 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.317882, - 48.082424 - ] - }, - "properties": { - "undefined": "Douarnenez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.832769, - 47.960244 - ] - }, - "properties": { - "undefined": "Rosporden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.832769, - 47.960244 - ] - }, - "properties": { - "undefined": "Rosporden" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.650071, - 48.048437 - ] - }, - "properties": { - "undefined": "Cléden-Cap-Sizun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.650071, - 48.048437 - ] - }, - "properties": { - "undefined": "Cléden-Cap-Sizun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.045589, - 47.906719 - ] - }, - "properties": { - "undefined": "Pleuven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.078652, - 48.689281 - ] - }, - "properties": { - "undefined": "Sibiril" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.623005, - 47.958649 - ] - }, - "properties": { - "undefined": "Saint-Thurien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.620963, - 48.433746 - ] - }, - "properties": { - "undefined": "Saint-Renan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.623005, - 47.958649 - ] - }, - "properties": { - "undefined": "Saint-Thurien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.620963, - 48.433746 - ] - }, - "properties": { - "undefined": "Saint-Renan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.067573, - 48.241135 - ] - }, - "properties": { - "undefined": "Saint-Ségal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.067573, - 48.241135 - ] - }, - "properties": { - "undefined": "Saint-Ségal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.946151, - 48.521469 - ] - }, - "properties": { - "undefined": "Saint-Thégonnec Loc-Eguiner" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.946151, - 48.521469 - ] - }, - "properties": { - "undefined": "Saint-Thégonnec Loc-Eguiner" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.885427, - 48.164818 - ] - }, - "properties": { - "undefined": "Saint-Thois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.885427, - 48.164818 - ] - }, - "properties": { - "undefined": "Saint-Thois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.850635, - 47.855431 - ] - }, - "properties": { - "undefined": "Trégunc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.850635, - 47.855431 - ] - }, - "properties": { - "undefined": "Trégunc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.937679, - 47.966953 - ] - }, - "properties": { - "undefined": "Saint-Yvi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.937679, - 47.966953 - ] - }, - "properties": { - "undefined": "Saint-Yvi" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.354569, - 48.231087 - ] - }, - "properties": { - "undefined": "Telgruc-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.354569, - 48.231087 - ] - }, - "properties": { - "undefined": "Telgruc-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.702015, - 48.025848 - ] - }, - "properties": { - "undefined": "Scaër" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.702015, - 48.025848 - ] - }, - "properties": { - "undefined": "Scaër" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.276989, - 47.79454 - ] - }, - "properties": { - "undefined": "Treffiagat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.276989, - 47.79454 - ] - }, - "properties": { - "undefined": "Treffiagat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.079161, - 48.405582 - ] - }, - "properties": { - "undefined": "Sizun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.079161, - 48.405582 - ] - }, - "properties": { - "undefined": "Sizun" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.862684, - 48.106586 - ] - }, - "properties": { - "undefined": "Trégourez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.862684, - 48.106586 - ] - }, - "properties": { - "undefined": "Trégourez" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.851396, - 47.854599 - ] - }, - "properties": { - "undefined": "Trégunc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.851396, - 47.854599 - ] - }, - "properties": { - "undefined": "Trégunc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.119875, - 48.11594 - ] - }, - "properties": { - "undefined": "Quéménéven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.119875, - 48.11594 - ] - }, - "properties": { - "undefined": "Quéménéven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.414799, - 48.080925 - ] - }, - "properties": { - "undefined": "Poullan-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.733003, - 48.432934 - ] - }, - "properties": { - "undefined": "Plouarzel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.658987, - 48.542091 - ] - }, - "properties": { - "undefined": "Ploudalmézeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.658987, - 48.542091 - ] - }, - "properties": { - "undefined": "Ploudalmézeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.699928, - 48.557819 - ] - }, - "properties": { - "undefined": "Ploudalmézeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.699928, - 48.557819 - ] - }, - "properties": { - "undefined": "Ploudalmézeau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.289413, - 48.48246 - ] - }, - "properties": { - "undefined": "Ploudaniel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.289413, - 48.48246 - ] - }, - "properties": { - "undefined": "Ploudaniel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.311651, - 48.538128 - ] - }, - "properties": { - "undefined": "Ploudaniel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.311651, - 48.538128 - ] - }, - "properties": { - "undefined": "Ploudaniel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.675449, - 48.621498 - ] - }, - "properties": { - "undefined": "Plouégat-Guérand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.675449, - 48.621498 - ] - }, - "properties": { - "undefined": "Plouégat-Guérand" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.605536, - 48.566917 - ] - }, - "properties": { - "undefined": "Plouégat-Moysan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.605536, - 48.566917 - ] - }, - "properties": { - "undefined": "Plouégat-Moysan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.989944, - 48.631069 - ] - }, - "properties": { - "undefined": "Plouénan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.989944, - 48.631069 - ] - }, - "properties": { - "undefined": "Plouénan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.176036, - 48.658459 - ] - }, - "properties": { - "undefined": "Plouescat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.176036, - 48.658459 - ] - }, - "properties": { - "undefined": "Plouescat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.822053, - 48.640057 - ] - }, - "properties": { - "undefined": "Plouezoc'h" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.822053, - 48.640057 - ] - }, - "properties": { - "undefined": "Plouezoc'h" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.792689, - 48.696903 - ] - }, - "properties": { - "undefined": "Plougasnou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.792689, - 48.696903 - ] - }, - "properties": { - "undefined": "Plougasnou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.719758, - 48.341545 - ] - }, - "properties": { - "undefined": "Plougonvelin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.719758, - 48.341545 - ] - }, - "properties": { - "undefined": "Plougonvelin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.712219, - 48.520206 - ] - }, - "properties": { - "undefined": "Plougonven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.733003, - 48.432934 - ] - }, - "properties": { - "undefined": "Plouarzel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.221155, - 48.125313 - ] - }, - "properties": { - "undefined": "Plonévez-Porzay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.414799, - 48.080925 - ] - }, - "properties": { - "undefined": "Poullan-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.221155, - 48.125313 - ] - }, - "properties": { - "undefined": "Plonévez-Porzay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.430538, - 48.497616 - ] - }, - "properties": { - "undefined": "Plabennec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.969462, - 48.225613 - ] - }, - "properties": { - "undefined": "Pleyben" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.969462, - 48.225613 - ] - }, - "properties": { - "undefined": "Pleyben" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.874457, - 48.5084 - ] - }, - "properties": { - "undefined": "Pleyber-Christ" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.874457, - 48.5084 - ] - }, - "properties": { - "undefined": "Pleyber-Christ" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.228642, - 47.824329 - ] - }, - "properties": { - "undefined": "Plobannalec-Lesconil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.228642, - 47.824329 - ] - }, - "properties": { - "undefined": "Plobannalec-Lesconil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.27096, - 47.981709 - ] - }, - "properties": { - "undefined": "Plogastel-Saint-Germain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.27096, - 47.981709 - ] - }, - "properties": { - "undefined": "Plogastel-Saint-Germain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.190454, - 48.07729 - ] - }, - "properties": { - "undefined": "Plogonnec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.190454, - 48.07729 - ] - }, - "properties": { - "undefined": "Plogonnec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.153028, - 47.935135 - ] - }, - "properties": { - "undefined": "Plomelin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.153028, - 47.935135 - ] - }, - "properties": { - "undefined": "Plomelin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.284916, - 47.841686 - ] - }, - "properties": { - "undefined": "Plomeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.284916, - 47.841686 - ] - }, - "properties": { - "undefined": "Plomeur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.235011, - 48.180679 - ] - }, - "properties": { - "undefined": "Plomodiern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.235011, - 48.180679 - ] - }, - "properties": { - "undefined": "Plomodiern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.207378, - 48.016224 - ] - }, - "properties": { - "undefined": "Plonéis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.207378, - 48.016224 - ] - }, - "properties": { - "undefined": "Plonéis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.280146, - 47.901947 - ] - }, - "properties": { - "undefined": "Plonéour-Lanvern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.280146, - 47.901947 - ] - }, - "properties": { - "undefined": "Plonéour-Lanvern" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.82614, - 48.253262 - ] - }, - "properties": { - "undefined": "Plonévez-du-Faou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.82614, - 48.253262 - ] - }, - "properties": { - "undefined": "Plonévez-du-Faou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.712219, - 48.520206 - ] - }, - "properties": { - "undefined": "Plougonven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.085618, - 48.553905 - ] - }, - "properties": { - "undefined": "Plougourvest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.085618, - 48.553905 - ] - }, - "properties": { - "undefined": "Plougourvest" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.503862, - 48.606556 - ] - }, - "properties": { - "undefined": "Plouguerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.112415, - 48.605137 - ] - }, - "properties": { - "undefined": "Plouzévédé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.424026, - 47.985855 - ] - }, - "properties": { - "undefined": "Plozévet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.424026, - 47.985855 - ] - }, - "properties": { - "undefined": "Plozévet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.18113, - 47.979057 - ] - }, - "properties": { - "undefined": "Pluguffan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.18113, - 47.979057 - ] - }, - "properties": { - "undefined": "Pluguffan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.752462, - 47.856537 - ] - }, - "properties": { - "undefined": "Pont-Aven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.752462, - 47.856537 - ] - }, - "properties": { - "undefined": "Pont-Aven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.486429, - 48.041206 - ] - }, - "properties": { - "undefined": "Pont-Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.486429, - 48.041206 - ] - }, - "properties": { - "undefined": "Pont-Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.488049, - 48.042675 - ] - }, - "properties": { - "undefined": "Pont-Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.488049, - 48.042675 - ] - }, - "properties": { - "undefined": "Pont-Croix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.224181, - 47.866322 - ] - }, - "properties": { - "undefined": "Pont-l'Abbé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.224181, - 47.866322 - ] - }, - "properties": { - "undefined": "Pont-l'Abbé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.224541, - 47.862942 - ] - }, - "properties": { - "undefined": "Pont-l'Abbé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.224541, - 47.862942 - ] - }, - "properties": { - "undefined": "Pont-l'Abbé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.224656, - 47.870659 - ] - }, - "properties": { - "undefined": "Pont-l'Abbé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.224656, - 47.870659 - ] - }, - "properties": { - "undefined": "Pont-l'Abbé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.217891, - 47.88036 - ] - }, - "properties": { - "undefined": "Pont-l'Abbé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.217891, - 47.88036 - ] - }, - "properties": { - "undefined": "Pont-l'Abbé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.764534, - 48.51339 - ] - }, - "properties": { - "undefined": "Porspoder" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.764534, - 48.51339 - ] - }, - "properties": { - "undefined": "Porspoder" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.326583, - 48.043823 - ] - }, - "properties": { - "undefined": "Pouldergat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.326583, - 48.043823 - ] - }, - "properties": { - "undefined": "Pouldergat" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.112415, - 48.605137 - ] - }, - "properties": { - "undefined": "Plouzévédé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.038069, - 48.578644 - ] - }, - "properties": { - "undefined": "Plouvorn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.038069, - 48.578644 - ] - }, - "properties": { - "undefined": "Plouvorn" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.70173, - 48.567532 - ] - }, - "properties": { - "undefined": "Plouigneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.503862, - 48.606556 - ] - }, - "properties": { - "undefined": "Plouguerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.555913, - 48.619442 - ] - }, - "properties": { - "undefined": "Plouguerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.555913, - 48.619442 - ] - }, - "properties": { - "undefined": "Plouguerneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.602025, - 48.525082 - ] - }, - "properties": { - "undefined": "Plouguin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.602025, - 48.525082 - ] - }, - "properties": { - "undefined": "Plouguin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.486453, - 48.014278 - ] - }, - "properties": { - "undefined": "Plouhinec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.486453, - 48.014278 - ] - }, - "properties": { - "undefined": "Plouhinec" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.299168, - 48.608871 - ] - }, - "properties": { - "undefined": "Plouider" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.299168, - 48.608871 - ] - }, - "properties": { - "undefined": "Plouider" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.70173, - 48.567532 - ] - }, - "properties": { - "undefined": "Plouigneau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.722911, - 48.403175 - ] - }, - "properties": { - "undefined": "Ploumoguer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.451106, - 48.531193 - ] - }, - "properties": { - "undefined": "Plouvien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.722911, - 48.403175 - ] - }, - "properties": { - "undefined": "Ploumoguer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.211415, - 48.513668 - ] - }, - "properties": { - "undefined": "Plounéventer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.211415, - 48.513668 - ] - }, - "properties": { - "undefined": "Plounéventer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.211429, - 48.617405 - ] - }, - "properties": { - "undefined": "Plounévez-Lochrist" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.211429, - 48.617405 - ] - }, - "properties": { - "undefined": "Plounévez-Lochrist" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.68705, - 48.50914 - ] - }, - "properties": { - "undefined": "Plourin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.68705, - 48.50914 - ] - }, - "properties": { - "undefined": "Plourin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.790468, - 48.534348 - ] - }, - "properties": { - "undefined": "Plourin-lès-Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.790468, - 48.534348 - ] - }, - "properties": { - "undefined": "Plourin-lès-Morlaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.451106, - 48.531193 - ] - }, - "properties": { - "undefined": "Plouvien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.317977, - 48.245838 - ] - }, - "properties": { - "undefined": "Argol" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.045589, - 47.906719 - ] - }, - "properties": { - "undefined": "Pleuven" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498428, - 47.29969 - ] - }, - "properties": { - "undefined": "Carquefou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498428, - 47.29969 - ] - }, - "properties": { - "undefined": "Carquefou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498428, - 47.29969 - ] - }, - "properties": { - "undefined": "Carquefou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.498428, - 47.29969 - ] - }, - "properties": { - "undefined": "Carquefou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8255189491394663, - 50.13950991485836 - ] - }, - "properties": { - "undefined": "Buigny-Saint-Maclou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8255189491394663, - 50.13950991485836 - ] - }, - "properties": { - "undefined": "Buigny-Saint-Maclou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8255189491394663, - 50.13950991485836 - ] - }, - "properties": { - "undefined": "Buigny-Saint-Maclou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.381371271658948, - 46.073133287506614 - ] - }, - "properties": { - "undefined": "Saint-Pierre-en-Faucigny" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7997062, - 50.2659007 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3719483, - 43.483111 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 52.3406297, - 4.858677 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.069912308187833, - 44.146517682124674 - ] - }, - "properties": { - "undefined": "Saint-Martin-de-Valgalgues" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3328996, - 43.8136602 - ] - }, - "properties": { - "undefined": "Nîmes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.0814445, - 44.1386705 - ] - }, - "properties": { - "undefined": "Alès" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.536132, - 45.117992 - ] - }, - "properties": { - "undefined": "Lalouvesc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.37, - 46.67 - ] - }, - "properties": { - "undefined": "Montceau-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.87, - 43.96 - ] - }, - "properties": { - "undefined": "Le Pontet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8366466, - 50.840108099999 - ] - }, - "properties": { - "undefined": "Fiennes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.662474, - 50.885777 - ] - }, - "properties": { - "undefined": "ma-borne-auto" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.52, - 48.7 - ] - }, - "properties": { - "undefined": "Ploumilliau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.132099, - 50.6463447 - ] - }, - "properties": { - "undefined": "Villeneuve-d'Ascq" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.6969556979136504, - 45.132872088016235 - ] - }, - "properties": { - "undefined": "Sanilhac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.46, - 42.72 - ] - }, - "properties": { - "undefined": "Ville-di-Pietrabugno" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9, - 45.68 - ] - }, - "properties": { - "undefined": "Corbas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63, - 48.89 - ] - }, - "properties": { - "undefined": "Brou-sur-Chantereine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.79, - 48.68 - ] - }, - "properties": { - "undefined": "Hœrdt" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.68, - 48.23 - ] - }, - "properties": { - "undefined": "Avezé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.25, - 48.7 - ] - }, - "properties": { - "undefined": "Villebon-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.95, - 44.96 - ] - }, - "properties": { - "undefined": "Saint-Marcel-lès-Valence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1, - 45.63 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.93, - 45.95 - ] - }, - "properties": { - "undefined": "borne-is-born" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.58, - 44.16 - ] - }, - "properties": { - "undefined": "Estillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.99, - 45.63 - ] - }, - "properties": { - "undefined": "Royan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.96, - 45.955 - ] - }, - "properties": { - "undefined": "Rochefort" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.02, - 48.53 - ] - }, - "properties": { - "undefined": "Dourdan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.61, - 48.66 - ] - }, - "properties": { - "undefined": "Truchtersheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.13, - 48.86 - ] - }, - "properties": { - "undefined": "Bougival" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.51344, - 43.28654 - ] - }, - "properties": { - "undefined": "La Penne-sur-Huveaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.51344, - 43.28654 - ] - }, - "properties": { - "undefined": "La Penne-sur-Huveaune" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.350366, - 45.982475 - ] - }, - "properties": { - "undefined": "Ambérieu-en-Bugey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.350366, - 45.982475 - ] - }, - "properties": { - "undefined": "Ambérieu-en-Bugey" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.6353802, - 49.644069 - ] - }, - "properties": { - "undefined": "Poix-Terron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4451526, - 44.8254186 - ] - }, - "properties": { - "undefined": "Fargues-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4017290030274534, - 49.18274284714659 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4017290030274534, - 49.18274284714659 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4017290030274534, - 49.18274284714659 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4451526, - 44.8254186 - ] - }, - "properties": { - "undefined": "Fargues-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4451526, - 44.8254186 - ] - }, - "properties": { - "undefined": "Fargues-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4451526, - 44.8254186 - ] - }, - "properties": { - "undefined": "Fargues-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4451526, - 44.8254186 - ] - }, - "properties": { - "undefined": "Fargues-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.707232, - 43.929095 - ] - }, - "properties": { - "undefined": "Ganges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4451526, - 44.8254186 - ] - }, - "properties": { - "undefined": "Fargues-Saint-Hilaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.707232, - 43.929095 - ] - }, - "properties": { - "undefined": "Ganges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.707232, - 43.929095 - ] - }, - "properties": { - "undefined": "Ganges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07183, - 45.43232 - ] - }, - "properties": { - "undefined": "La Tourette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07183, - 45.43232 - ] - }, - "properties": { - "undefined": "La Tourette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690897555220402, - 45.52876535004003 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07183, - 45.43232 - ] - }, - "properties": { - "undefined": "La Tourette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4017290030274534, - 49.18274284714659 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593537, - 46.734241 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690897555220402, - 45.52876535004003 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690897555220402, - 45.52876535004003 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.559326, - 44.975229 - ] - }, - "properties": { - "undefined": "Lamastre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593537, - 46.734241 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593537, - 46.734241 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593537, - 46.734241 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593537, - 46.734241 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593537, - 46.734241 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593537, - 46.734241 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7480292628930094, - 47.4716214490022 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7480292628930094, - 47.4716214490022 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7480292628930094, - 47.4716214490022 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7480292628930094, - 47.4716214490022 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7480292628930094, - 47.4716214490022 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7480292628930094, - 47.4716214490022 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690897555220402, - 45.52876535004003 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.690897555220402, - 45.52876535004003 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.07183, - 45.43232 - ] - }, - "properties": { - "undefined": "La Tourette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593537, - 46.734241 - ] - }, - "properties": { - "undefined": "Aizenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.559326, - 44.975229 - ] - }, - "properties": { - "undefined": "Lamastre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12869, - 46.22774 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59980393711, - 42.84540556623 - ] - }, - "properties": { - "undefined": "Tarascon-sur-Ariège" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59980393711, - 42.84540556623 - ] - }, - "properties": { - "undefined": "Tarascon-sur-Ariège" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59980393711, - 42.84540556623 - ] - }, - "properties": { - "undefined": "Tarascon-sur-Ariège" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59980393711, - 42.84540556623 - ] - }, - "properties": { - "undefined": "Tarascon-sur-Ariège" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59980393711, - 42.84540556623 - ] - }, - "properties": { - "undefined": "Tarascon-sur-Ariège" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.59980393711, - 42.84540556623 - ] - }, - "properties": { - "undefined": "Tarascon-sur-Ariège" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.315905, - 48.338735 - ] - }, - "properties": { - "undefined": "Neuve-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.315905, - 48.338735 - ] - }, - "properties": { - "undefined": "Neuve-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.315905, - 48.338735 - ] - }, - "properties": { - "undefined": "Neuve-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.315905, - 48.338735 - ] - }, - "properties": { - "undefined": "Neuve-Église" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.812625, - 45.649787 - ] - }, - "properties": { - "undefined": "Vernaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2623206, - 46.4304455 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2623206, - 46.4304455 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.812625, - 45.649787 - ] - }, - "properties": { - "undefined": "Vernaison" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2623206, - 46.4304455 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12869, - 46.22774 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2623206, - 46.4304455 - ] - }, - "properties": { - "undefined": "Vivonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12869, - 46.22774 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09085, - 45.60781 - ] - }, - "properties": { - "undefined": "Savigneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.12869, - 46.22774 - ] - }, - "properties": { - "undefined": "e-totem" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.442376, - 44.911404 - ] - }, - "properties": { - "undefined": "Le Cheylard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.442376, - 44.911404 - ] - }, - "properties": { - "undefined": "Le Cheylard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.442376, - 44.911404 - ] - }, - "properties": { - "undefined": "Le Cheylard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09085, - 45.60781 - ] - }, - "properties": { - "undefined": "Savigneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09085, - 45.60781 - ] - }, - "properties": { - "undefined": "Savigneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09085, - 45.60781 - ] - }, - "properties": { - "undefined": "Savigneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.442376, - 44.911404 - ] - }, - "properties": { - "undefined": "Le Cheylard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09085, - 45.60781 - ] - }, - "properties": { - "undefined": "Savigneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09085, - 45.60781 - ] - }, - "properties": { - "undefined": "Savigneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09085, - 45.60781 - ] - }, - "properties": { - "undefined": "Savigneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.09085, - 45.60781 - ] - }, - "properties": { - "undefined": "Savigneux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.430385, - 46.480609 - ] - }, - "properties": { - "undefined": "Saint-Bonnet-de-Joux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.430385, - 46.480609 - ] - }, - "properties": { - "undefined": "Saint-Bonnet-de-Joux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.430385, - 46.480609 - ] - }, - "properties": { - "undefined": "Saint-Bonnet-de-Joux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.430385, - 46.480609 - ] - }, - "properties": { - "undefined": "Saint-Bonnet-de-Joux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1165963, - 50.6565678 - ] - }, - "properties": { - "undefined": "Marcq-en-Barœul" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6595715141555814, - 45.749626602859486 - ] - }, - "properties": { - "undefined": "Saintes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6595715141555814, - 45.749626602859486 - ] - }, - "properties": { - "undefined": "Saintes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.05901, - 49.099573 - ] - }, - "properties": { - "undefined": "Sarreguemines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3617357269911046, - 43.20905731878834 - ] - }, - "properties": { - "undefined": "Carcassonne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.45, - 43.61 - ] - }, - "properties": { - "undefined": "Toulouse" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.2, - 42.45 - ] - }, - "properties": { - "undefined": "Piedigriggio" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0973151, - 50.5443626 - ] - }, - "properties": { - "undefined": "Avelin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.494, - 48.9381 - ] - }, - "properties": { - "undefined": "Aulnay-sous-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.86, - 43.96 - ] - }, - "properties": { - "undefined": "Saint-Affrique" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.63, - 48.98 - ] - }, - "properties": { - "undefined": "Mitry-Mory" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.0352479, - 49.0555095 - ] - }, - "properties": { - "undefined": "Cergy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85759376, - 46.82488 - ] - }, - "properties": { - "undefined": "Fragnes-La Loyère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6822308312133751, - 44.83887410485574 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6822308312133751, - 44.83887410485574 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6822308312133751, - 44.83887410485574 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6822308312133751, - 44.83887410485574 - ] - }, - "properties": { - "undefined": "Mérignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47, - 49.06 - ] - }, - "properties": { - "undefined": "Blaru" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.47, - 49.06 - ] - }, - "properties": { - "undefined": "Blaru" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.397318, - 48.155596 - ] - }, - "properties": { - "undefined": "Évron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.717961, - 47.834389 - ] - }, - "properties": { - "undefined": "Château-Gontier-sur-Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.912477, - 47.94467 - ] - }, - "properties": { - "undefined": "Cossé-le-Vivien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.912477, - 47.94467 - ] - }, - "properties": { - "undefined": "Cossé-le-Vivien" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.947992, - 47.848493 - ] - }, - "properties": { - "undefined": "Craon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.947992, - 47.848493 - ] - }, - "properties": { - "undefined": "Craon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.947992, - 47.848493 - ] - }, - "properties": { - "undefined": "Craon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.929144, - 48.29733 - ] - }, - "properties": { - "undefined": "Ernée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.929144, - 48.29733 - ] - }, - "properties": { - "undefined": "Ernée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93954, - 48.296963 - ] - }, - "properties": { - "undefined": "Ernée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93954, - 48.296963 - ] - }, - "properties": { - "undefined": "Ernée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.93954, - 48.296963 - ] - }, - "properties": { - "undefined": "Ernée" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.402955, - 48.155813 - ] - }, - "properties": { - "undefined": "Évron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.402955, - 48.155813 - ] - }, - "properties": { - "undefined": "Évron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.397318, - 48.155596 - ] - }, - "properties": { - "undefined": "Évron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.972928, - 48.474519 - ] - }, - "properties": { - "undefined": "Fougerolles-du-Plessis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707706, - 47.826223 - ] - }, - "properties": { - "undefined": "Château-Gontier-sur-Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.972928, - 48.474519 - ] - }, - "properties": { - "undefined": "Fougerolles-du-Plessis" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.886473, - 48.097822 - ] - }, - "properties": { - "undefined": "Le Genest-Saint-Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.886473, - 48.097822 - ] - }, - "properties": { - "undefined": "Le Genest-Saint-Isle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.813204, - 48.411734 - ] - }, - "properties": { - "undefined": "Gorron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.813204, - 48.411734 - ] - }, - "properties": { - "undefined": "Gorron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.522439, - 47.873144 - ] - }, - "properties": { - "undefined": "Grez-en-Bouère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.522439, - 47.873144 - ] - }, - "properties": { - "undefined": "Grez-en-Bouère" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.336777, - 48.417355 - ] - }, - "properties": { - "undefined": "Javron-les-Chapelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.336777, - 48.417355 - ] - }, - "properties": { - "undefined": "Javron-les-Chapelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.498669, - 48.254747 - ] - }, - "properties": { - "undefined": "Jublains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.498669, - 48.254747 - ] - }, - "properties": { - "undefined": "Jublains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.03395, - 48.230821 - ] - }, - "properties": { - "undefined": "Juvigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.03395, - 48.230821 - ] - }, - "properties": { - "undefined": "Juvigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497452, - 48.437096 - ] - }, - "properties": { - "undefined": "Lassay-les-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.717961, - 47.834389 - ] - }, - "properties": { - "undefined": "Château-Gontier-sur-Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.707706, - 47.826223 - ] - }, - "properties": { - "undefined": "Château-Gontier-sur-Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.740993, - 48.054082 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3661645, - 48.2511046 - ] - }, - "properties": { - "undefined": "Bais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.868946, - 48.020721 - ] - }, - "properties": { - "undefined": "Ahuillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.868946, - 48.020721 - ] - }, - "properties": { - "undefined": "Ahuillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6299366, - 48.4030159 - ] - }, - "properties": { - "undefined": "Ambrières-les-Vallées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.6299366, - 48.4030159 - ] - }, - "properties": { - "undefined": "Ambrières-les-Vallées" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.643338, - 48.085018 - ] - }, - "properties": { - "undefined": "Argentré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.643338, - 48.085018 - ] - }, - "properties": { - "undefined": "Argentré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.684591, - 47.829669 - ] - }, - "properties": { - "undefined": "tem53" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.684591, - 47.829669 - ] - }, - "properties": { - "undefined": "tem53" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.684591, - 47.829669 - ] - }, - "properties": { - "undefined": "tem53" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.689528, - 47.823095 - ] - }, - "properties": { - "undefined": "tem53" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.689528, - 47.823095 - ] - }, - "properties": { - "undefined": "tem53" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.899746, - 48.182806 - ] - }, - "properties": { - "undefined": "La Baconnière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.899746, - 48.182806 - ] - }, - "properties": { - "undefined": "La Baconnière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3661645, - 48.2511046 - ] - }, - "properties": { - "undefined": "Bais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.416529, - 47.934222 - ] - }, - "properties": { - "undefined": "Val-du-Maine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.78852, - 48.09876 - ] - }, - "properties": { - "undefined": "Changé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.416529, - 47.934222 - ] - }, - "properties": { - "undefined": "Val-du-Maine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048258, - 47.895574 - ] - }, - "properties": { - "undefined": "Ballots" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.048258, - 47.895574 - ] - }, - "properties": { - "undefined": "Ballots" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.581051, - 48.020476 - ] - }, - "properties": { - "undefined": "Bazougers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.581051, - 48.020476 - ] - }, - "properties": { - "undefined": "Bazougers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69995, - 48.074663 - ] - }, - "properties": { - "undefined": "Bonchamp-lès-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.69995, - 48.074663 - ] - }, - "properties": { - "undefined": "Bonchamp-lès-Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.393857, - 47.87564 - ] - }, - "properties": { - "undefined": "Bouessay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.755338, - 48.090244 - ] - }, - "properties": { - "undefined": "Changé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.755338, - 48.090244 - ] - }, - "properties": { - "undefined": "Changé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.755338, - 48.090244 - ] - }, - "properties": { - "undefined": "Changé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.755338, - 48.090244 - ] - }, - "properties": { - "undefined": "Changé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.755338, - 48.090244 - ] - }, - "properties": { - "undefined": "Changé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.78852, - 48.09876 - ] - }, - "properties": { - "undefined": "Changé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497452, - 48.437096 - ] - }, - "properties": { - "undefined": "Lassay-les-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.393857, - 47.87564 - ] - }, - "properties": { - "undefined": "Bouessay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.740993, - 48.054082 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.058704, - 48.437891 - ] - }, - "properties": { - "undefined": "Pontmain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.439627, - 47.791279 - ] - }, - "properties": { - "undefined": "Saint-Denis-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.055715, - 47.793557 - ] - }, - "properties": { - "undefined": "Renazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.055715, - 47.793557 - ] - }, - "properties": { - "undefined": "Renazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.198609, - 48.460889 - ] - }, - "properties": { - "undefined": "Pré-en-Pail-Saint-Samson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.198609, - 48.460889 - ] - }, - "properties": { - "undefined": "Pré-en-Pail-Saint-Samson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.058704, - 48.437891 - ] - }, - "properties": { - "undefined": "Pontmain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.556975, - 48.1350588 - ] - }, - "properties": { - "undefined": "Montsûrs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.611277, - 48.297358 - ] - }, - "properties": { - "undefined": "Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.556975, - 48.1350588 - ] - }, - "properties": { - "undefined": "Montsûrs" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.989022, - 48.385509 - ] - }, - "properties": { - "undefined": "Montaudin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.989022, - 48.385509 - ] - }, - "properties": { - "undefined": "Montaudin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.551923, - 47.95096 - ] - }, - "properties": { - "undefined": "Meslay-du-Maine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.551923, - 47.95096 - ] - }, - "properties": { - "undefined": "Meslay-du-Maine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.622363, - 48.300891 - ] - }, - "properties": { - "undefined": "Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.439627, - 47.791279 - ] - }, - "properties": { - "undefined": "Saint-Denis-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8610071, - 48.34244771 - ] - }, - "properties": { - "undefined": "Saint-Denis-de-Gastines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8610071, - 48.34244771 - ] - }, - "properties": { - "undefined": "Saint-Denis-de-Gastines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.908136, - 48.137358 - ] - }, - "properties": { - "undefined": "Saint-Ouën-des-Toits" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.908136, - 48.137358 - ] - }, - "properties": { - "undefined": "Saint-Ouën-des-Toits" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0988, - 48.399713 - ] - }, - "properties": { - "undefined": "Saint-Pierre-des-Nids" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0988, - 48.399713 - ] - }, - "properties": { - "undefined": "Saint-Pierre-des-Nids" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.351483, - 48.098848 - ] - }, - "properties": { - "undefined": "Sainte-Suzanne-et-Chammes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.351483, - 48.098848 - ] - }, - "properties": { - "undefined": "Sainte-Suzanne-et-Chammes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40551, - 47.982498 - ] - }, - "properties": { - "undefined": "Saulges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.475751, - 48.039426 - ] - }, - "properties": { - "undefined": "Vaiges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.475751, - 48.039426 - ] - }, - "properties": { - "undefined": "Vaiges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.280608, - 48.339712 - ] - }, - "properties": { - "undefined": "Villaines-la-Juhel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.280608, - 48.339712 - ] - }, - "properties": { - "undefined": "Villaines-la-Juhel" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677286, - 47.922081 - ] - }, - "properties": { - "undefined": "Villiers-Charlemagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.677286, - 47.922081 - ] - }, - "properties": { - "undefined": "Villiers-Charlemagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.740993, - 48.054082 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.622363, - 48.300891 - ] - }, - "properties": { - "undefined": "Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.40551, - 47.982498 - ] - }, - "properties": { - "undefined": "Saulges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.611277, - 48.297358 - ] - }, - "properties": { - "undefined": "Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7710749, - 48.077605 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7898318, - 48.0820463 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7898318, - 48.0820463 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7898318, - 48.0820463 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7830825, - 48.0800885 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7830825, - 48.0800885 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7710749, - 48.077605 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7716565, - 48.0655286 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7857756, - 48.0774643 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7716565, - 48.0655286 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.790317, - 48.05511 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.790317, - 48.05511 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612687, - 48.300496 - ] - }, - "properties": { - "undefined": "Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7614552, - 48.0744727 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7614552, - 48.0744727 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7898318, - 48.0820463 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.790317, - 48.05511 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7857756, - 48.0774643 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9359299, - 48.060102 - ] - }, - "properties": { - "undefined": "Loiron-Ruillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612687, - 48.300496 - ] - }, - "properties": { - "undefined": "Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612687, - 48.300496 - ] - }, - "properties": { - "undefined": "Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.663407, - 48.194942 - ] - }, - "properties": { - "undefined": "Martigné-sur-Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7857756, - 48.0774643 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.718523, - 48.121773 - ] - }, - "properties": { - "undefined": "Louverné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.718523, - 48.121773 - ] - }, - "properties": { - "undefined": "Louverné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.663407, - 48.194942 - ] - }, - "properties": { - "undefined": "Martigné-sur-Mayenne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7857756, - 48.0774643 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.747181, - 47.871029 - ] - }, - "properties": { - "undefined": "La Roche-Neuville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.9359299, - 48.060102 - ] - }, - "properties": { - "undefined": "Loiron-Ruillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.747181, - 47.871029 - ] - }, - "properties": { - "undefined": "La Roche-Neuville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7857756, - 48.0774643 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7857756, - 48.0774643 - ] - }, - "properties": { - "undefined": "Laval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.804942, - 43.837642 - ] - }, - "properties": { - "undefined": "Manosque" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.51225, - 48.89915 - ] - }, - "properties": { - "undefined": "remy-sergent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.876677, - 47.063467 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.879119, - 47.060109 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83442, - 47.0787 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.897106, - 47.048993 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.897106, - 47.048993 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.870702, - 47.065228 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.870702, - 47.065228 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83442, - 47.0787 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83442, - 47.0787 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.876677, - 47.063467 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.879119, - 47.060109 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.636861, - 47.128778 - ] - }, - "properties": { - "undefined": "Coron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8777, - 47.05618 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8777, - 47.05618 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.897598, - 47.0604 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.897598, - 47.0604 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.897598, - 47.0604 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.885521, - 47.051325 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.885521, - 47.051325 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.98902199, - 47.711017 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.98902199, - 47.711017 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.350736, - 47.471672 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.350736, - 47.471672 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.87928, - 47.058334 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.636861, - 47.128778 - ] - }, - "properties": { - "undefined": "Coron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.87928, - 47.058334 - ] - }, - "properties": { - "undefined": "Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.267346, - 47.337381 - ] - }, - "properties": { - "undefined": "Orée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.152529, - 47.308056 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.267346, - 47.337381 - ] - }, - "properties": { - "undefined": "Orée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.031529, - 47.569042 - ] - }, - "properties": { - "undefined": "Candé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359873, - 47.57017 - ] - }, - "properties": { - "undefined": "Corzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.031529, - 47.569042 - ] - }, - "properties": { - "undefined": "Candé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.031529, - 47.569042 - ] - }, - "properties": { - "undefined": "Candé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568992, - 47.534362 - ] - }, - "properties": { - "undefined": "Cantenay-Épinard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.568992, - 47.534362 - ] - }, - "properties": { - "undefined": "Cantenay-Épinard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.760868, - 47.348772 - ] - }, - "properties": { - "undefined": "Chalonnes-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.570046, - 47.664759 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.570046, - 47.664759 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.864912, - 47.412434 - ] - }, - "properties": { - "undefined": "Champtocé-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.864912, - 47.412434 - ] - }, - "properties": { - "undefined": "Champtocé-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.189167, - 47.286139 - ] - }, - "properties": { - "undefined": "Orée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.152529, - 47.308056 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.189167, - 47.286139 - ] - }, - "properties": { - "undefined": "Orée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.018614, - 47.182679 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.018614, - 47.182679 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.488031, - 47.68098 - ] - }, - "properties": { - "undefined": "Les Hauts-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.488031, - 47.68098 - ] - }, - "properties": { - "undefined": "Les Hauts-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.983533, - 47.288395 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.983533, - 47.288395 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.72744, - 47.218516 - ] - }, - "properties": { - "undefined": "Chemillé-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.72744, - 47.218516 - ] - }, - "properties": { - "undefined": "Chemillé-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.728161, - 47.209754 - ] - }, - "properties": { - "undefined": "Chemillé-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.728161, - 47.209754 - ] - }, - "properties": { - "undefined": "Chemillé-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.636861, - 47.128778 - ] - }, - "properties": { - "undefined": "Coron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.594438, - 47.572185 - ] - }, - "properties": { - "undefined": "Feneu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359873, - 47.57017 - ] - }, - "properties": { - "undefined": "Corzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.443889, - 47.649611 - ] - }, - "properties": { - "undefined": "Étriché" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.443889, - 47.649611 - ] - }, - "properties": { - "undefined": "Étriché" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.038546, - 47.561347 - ] - }, - "properties": { - "undefined": "Candé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.594438, - 47.572185 - ] - }, - "properties": { - "undefined": "Feneu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.040129, - 47.221793 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.040129, - 47.221793 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.047154, - 47.18119 - ] - }, - "properties": { - "undefined": "Fontevraud-l'Abbaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.047154, - 47.18119 - ] - }, - "properties": { - "undefined": "Fontevraud-l'Abbaye" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.116001, - 47.280513 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.116001, - 47.280513 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.231524, - 47.341862 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.231524, - 47.341862 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.110091, - 47.182113 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.110091, - 47.182113 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.600949, - 47.215222 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.600949, - 47.215222 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.706472, - 47.614389 - ] - }, - "properties": { - "undefined": "Grez-Neuville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.706472, - 47.614389 - ] - }, - "properties": { - "undefined": "Grez-Neuville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.706472, - 47.614389 - ] - }, - "properties": { - "undefined": "Grez-Neuville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.921126, - 47.405856 - ] - }, - "properties": { - "undefined": "Ingrandes-Le Fresne sur Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.921126, - 47.405856 - ] - }, - "properties": { - "undefined": "Ingrandes-Le Fresne sur Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.868405, - 47.198261 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.868405, - 47.198261 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.232564, - 47.553524 - ] - }, - "properties": { - "undefined": "Jarzé Villages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.232564, - 47.553524 - ] - }, - "properties": { - "undefined": "Jarzé Villages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.484532, - 47.404556 - ] - }, - "properties": { - "undefined": "Les Garennes sur Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.443889, - 47.649611 - ] - }, - "properties": { - "undefined": "Étriché" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.562288, - 47.61527 - ] - }, - "properties": { - "undefined": "Écuillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.359873, - 47.57017 - ] - }, - "properties": { - "undefined": "Corzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.562288, - 47.61527 - ] - }, - "properties": { - "undefined": "Écuillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.393216, - 47.559367 - ] - }, - "properties": { - "undefined": "Corzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.393216, - 47.559367 - ] - }, - "properties": { - "undefined": "Corzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.435457, - 47.418908 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.435457, - 47.418908 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.119188, - 47.231738 - ] - }, - "properties": { - "undefined": "Distré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.119188, - 47.231738 - ] - }, - "properties": { - "undefined": "Distré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.301931, - 47.189978 - ] - }, - "properties": { - "undefined": "Doué-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.301931, - 47.189978 - ] - }, - "properties": { - "undefined": "Doué-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.301931, - 47.189978 - ] - }, - "properties": { - "undefined": "Doué-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.27582, - 47.191899 - ] - }, - "properties": { - "undefined": "Doué-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.27582, - 47.191899 - ] - }, - "properties": { - "undefined": "Doué-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.273548, - 47.193495 - ] - }, - "properties": { - "undefined": "Doué-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.273548, - 47.193495 - ] - }, - "properties": { - "undefined": "Doué-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.204504, - 47.339675 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.204504, - 47.339675 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.240833, - 47.671838 - ] - }, - "properties": { - "undefined": "Durtal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.240833, - 47.671838 - ] - }, - "properties": { - "undefined": "Durtal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244611, - 47.672 - ] - }, - "properties": { - "undefined": "Durtal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244611, - 47.672 - ] - }, - "properties": { - "undefined": "Durtal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.244611, - 47.672 - ] - }, - "properties": { - "undefined": "Durtal" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.508696, - 47.506721 - ] - }, - "properties": { - "undefined": "Écouflant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.508696, - 47.506721 - ] - }, - "properties": { - "undefined": "Écouflant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.508696, - 47.506721 - ] - }, - "properties": { - "undefined": "Écouflant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.528013, - 47.52875 - ] - }, - "properties": { - "undefined": "Écouflant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.528013, - 47.52875 - ] - }, - "properties": { - "undefined": "Écouflant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.038546, - 47.561347 - ] - }, - "properties": { - "undefined": "Candé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.640257, - 47.4761 - ] - }, - "properties": { - "undefined": "Beaucouzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.408917, - 47.318639 - ] - }, - "properties": { - "undefined": "Brissac Loire Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.555071, - 47.474853 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.551959, - 47.474517 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.551959, - 47.474517 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55714, - 47.479224 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55714, - 47.479224 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.552912, - 47.491494 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.552912, - 47.491494 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.524759, - 47.487154 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.524759, - 47.487154 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.562786, - 47.474284 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.562786, - 47.474284 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.546506, - 47.470084 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.546506, - 47.470084 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.560626, - 47.479479 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.560626, - 47.479479 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.543489, - 47.480374 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.543489, - 47.480374 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.564293, - 47.478727 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.564293, - 47.478727 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.553069, - 47.462925 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.553069, - 47.462925 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55655, - 47.469423 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55655, - 47.469423 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.539925, - 47.469068 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.539925, - 47.469068 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.53269521, - 47.46096235 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.555071, - 47.474853 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.565617, - 47.493526 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566538, - 47.473302 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.565617, - 47.493526 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.24442, - 47.265602 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.021022, - 47.291658 - ] - }, - "properties": { - "undefined": "Allonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.021022, - 47.291658 - ] - }, - "properties": { - "undefined": "Allonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.395715, - 47.457271 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.395715, - 47.457271 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.954205, - 47.171404 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.954205, - 47.171404 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.549208, - 47.477254 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.549208, - 47.477254 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.560842, - 47.49153 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.560842, - 47.49153 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.525074, - 47.45235 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.525074, - 47.45235 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.557721, - 47.466106 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.557721, - 47.466106 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.525074, - 47.45235 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.525074, - 47.45235 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.557721, - 47.466106 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.557721, - 47.466106 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.555268, - 47.450911 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.555268, - 47.450911 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.538226, - 47.46024 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.538226, - 47.46024 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.558719, - 47.475807 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.558719, - 47.475807 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.53269521, - 47.46096235 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.566538, - 47.473302 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.408917, - 47.318639 - ] - }, - "properties": { - "undefined": "Brissac Loire Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.214121, - 47.438176 - ] - }, - "properties": { - "undefined": "Beaufort-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.602694, - 47.316361 - ] - }, - "properties": { - "undefined": "Beaulieu-sur-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.602694, - 47.316361 - ] - }, - "properties": { - "undefined": "Beaulieu-sur-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.602694, - 47.316361 - ] - }, - "properties": { - "undefined": "Beaulieu-sur-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.982642, - 47.209947 - ] - }, - "properties": { - "undefined": "Beaupréau-en-Mauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.982642, - 47.209947 - ] - }, - "properties": { - "undefined": "Beaupréau-en-Mauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.992462, - 47.202836 - ] - }, - "properties": { - "undefined": "Beaupréau-en-Mauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.992462, - 47.202836 - ] - }, - "properties": { - "undefined": "Beaupréau-en-Mauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.899778, - 47.251778 - ] - }, - "properties": { - "undefined": "Beaupréau-en-Mauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.899778, - 47.251778 - ] - }, - "properties": { - "undefined": "Beaupréau-en-Mauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.899778, - 47.251778 - ] - }, - "properties": { - "undefined": "Beaupréau-en-Mauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.799876, - 47.50232 - ] - }, - "properties": { - "undefined": "Bécon-les-Granits" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.799876, - 47.50232 - ] - }, - "properties": { - "undefined": "Bécon-les-Granits" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.936225, - 47.140204 - ] - }, - "properties": { - "undefined": "Bégrolles-en-Mauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.936225, - 47.140204 - ] - }, - "properties": { - "undefined": "Bégrolles-en-Mauges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.609137, - 47.424319 - ] - }, - "properties": { - "undefined": "Bouchemaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.609137, - 47.424319 - ] - }, - "properties": { - "undefined": "Bouchemaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.620562, - 47.409902 - ] - }, - "properties": { - "undefined": "Bouchemaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.620562, - 47.409902 - ] - }, - "properties": { - "undefined": "Bouchemaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.065252, - 47.303128 - ] - }, - "properties": { - "undefined": "Brain-sur-Allonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.065252, - 47.303128 - ] - }, - "properties": { - "undefined": "Brain-sur-Allonnes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.504181, - 47.564662 - ] - }, - "properties": { - "undefined": "Briollay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.504181, - 47.564662 - ] - }, - "properties": { - "undefined": "Briollay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.447423, - 47.357032 - ] - }, - "properties": { - "undefined": "Brissac Loire Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.447423, - 47.357032 - ] - }, - "properties": { - "undefined": "Brissac Loire Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.408917, - 47.318639 - ] - }, - "properties": { - "undefined": "Brissac Loire Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.214121, - 47.438176 - ] - }, - "properties": { - "undefined": "Beaufort-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.237386, - 47.440085 - ] - }, - "properties": { - "undefined": "Beaufort-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548205, - 47.474028 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.237386, - 47.440085 - ] - }, - "properties": { - "undefined": "Beaufort-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548205, - 47.474028 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5919, - 47.4801 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5919, - 47.4801 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56552, - 47.449193 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.56552, - 47.449193 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.559266, - 47.468648 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.559266, - 47.468648 - ] - }, - "properties": { - "undefined": "Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.464037, - 47.211582 - ] - }, - "properties": { - "undefined": "Aubigné-sur-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.464037, - 47.211582 - ] - }, - "properties": { - "undefined": "Aubigné-sur-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61754, - 47.51396 - ] - }, - "properties": { - "undefined": "Avrillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61754, - 47.51396 - ] - }, - "properties": { - "undefined": "Avrillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61754, - 47.51396 - ] - }, - "properties": { - "undefined": "Avrillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.588673, - 47.505249 - ] - }, - "properties": { - "undefined": "Avrillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.588673, - 47.505249 - ] - }, - "properties": { - "undefined": "Avrillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.590732, - 47.506252 - ] - }, - "properties": { - "undefined": "Avrillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.590732, - 47.506252 - ] - }, - "properties": { - "undefined": "Avrillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.589951, - 47.499568 - ] - }, - "properties": { - "undefined": "Avrillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.589951, - 47.499568 - ] - }, - "properties": { - "undefined": "Avrillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.101972, - 47.540358 - ] - }, - "properties": { - "undefined": "Baugé-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.101972, - 47.540358 - ] - }, - "properties": { - "undefined": "Baugé-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.106122, - 47.542556 - ] - }, - "properties": { - "undefined": "Baugé-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.106122, - 47.542556 - ] - }, - "properties": { - "undefined": "Baugé-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.640257, - 47.4761 - ] - }, - "properties": { - "undefined": "Beaucouzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624794, - 47.474972 - ] - }, - "properties": { - "undefined": "Beaucouzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.624794, - 47.474972 - ] - }, - "properties": { - "undefined": "Beaucouzé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.484532, - 47.404556 - ] - }, - "properties": { - "undefined": "Les Garennes sur Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.760868, - 47.348772 - ] - }, - "properties": { - "undefined": "Chalonnes-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.24442, - 47.265602 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.02531, - 47.270356 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.470786, - 47.520083 - ] - }, - "properties": { - "undefined": "Verrières-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.383166, - 47.501832 - ] - }, - "properties": { - "undefined": "Sarrigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.383166, - 47.501832 - ] - }, - "properties": { - "undefined": "Sarrigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.081374, - 47.257962 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.081374, - 47.257962 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.074092, - 47.263713 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.074092, - 47.263713 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.09440862, - 47.26641082 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.09440862, - 47.26641082 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.09440862, - 47.26641082 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.090757, - 47.249435 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.090757, - 47.249435 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.071973, - 47.255545 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.071973, - 47.255545 - ] - }, - "properties": { - "undefined": "Saumur" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.655311, - 47.383595 - ] - }, - "properties": { - "undefined": "Savennières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.655311, - 47.383595 - ] - }, - "properties": { - "undefined": "Savennières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.866408, - 47.686106 - ] - }, - "properties": { - "undefined": "Segré-en-Anjou Bleu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.866408, - 47.686106 - ] - }, - "properties": { - "undefined": "Segré-en-Anjou Bleu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.869483, - 47.69788 - ] - }, - "properties": { - "undefined": "Segré-en-Anjou Bleu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.869483, - 47.69788 - ] - }, - "properties": { - "undefined": "Segré-en-Anjou Bleu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.869483, - 47.69788 - ] - }, - "properties": { - "undefined": "Segré-en-Anjou Bleu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.872631, - 47.686143 - ] - }, - "properties": { - "undefined": "Segré-en-Anjou Bleu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.872631, - 47.686143 - ] - }, - "properties": { - "undefined": "Segré-en-Anjou Bleu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.938152, - 47.05595 - ] - }, - "properties": { - "undefined": "La Séguinière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.938152, - 47.05595 - ] - }, - "properties": { - "undefined": "La Séguinière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.470786, - 47.520083 - ] - }, - "properties": { - "undefined": "Verrières-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.02531, - 47.270356 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35941666, - 47.5761667 - ] - }, - "properties": { - "undefined": "Seiches-sur-le-Loir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.514327, - 47.400515 - ] - }, - "properties": { - "undefined": "Saint-Melaine-sur-Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.678323, - 47.483684 - ] - }, - "properties": { - "undefined": "Saint-Lambert-la-Potherie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.678323, - 47.483684 - ] - }, - "properties": { - "undefined": "Saint-Lambert-la-Potherie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.805811, - 47.31498 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.805811, - 47.31498 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.188577, - 47.287826 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.188577, - 47.287826 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.710591, - 47.460763 - ] - }, - "properties": { - "undefined": "Saint-Léger-de-Linières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.710591, - 47.460763 - ] - }, - "properties": { - "undefined": "Saint-Léger-de-Linières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.911004, - 47.092248 - ] - }, - "properties": { - "undefined": "Saint-Léger-sous-Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.911004, - 47.092248 - ] - }, - "properties": { - "undefined": "Saint-Léger-sous-Cholet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.994913, - 47.124825 - ] - }, - "properties": { - "undefined": "Sèvremoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.994913, - 47.124825 - ] - }, - "properties": { - "undefined": "Sèvremoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.994046, - 47.123098 - ] - }, - "properties": { - "undefined": "Sèvremoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.994046, - 47.123098 - ] - }, - "properties": { - "undefined": "Sèvremoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.095972, - 47.122111 - ] - }, - "properties": { - "undefined": "Sèvremoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.095972, - 47.122111 - ] - }, - "properties": { - "undefined": "Sèvremoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.095972, - 47.122111 - ] - }, - "properties": { - "undefined": "Sèvremoine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.703429, - 47.431488 - ] - }, - "properties": { - "undefined": "Saint-Martin-du-Fouilloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.703429, - 47.431488 - ] - }, - "properties": { - "undefined": "Saint-Martin-du-Fouilloux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.32078, - 47.410707 - ] - }, - "properties": { - "undefined": "Loire-Authion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.32078, - 47.410707 - ] - }, - "properties": { - "undefined": "Loire-Authion" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497006, - 47.370575 - ] - }, - "properties": { - "undefined": "Saint-Melaine-sur-Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.497006, - 47.370575 - ] - }, - "properties": { - "undefined": "Saint-Melaine-sur-Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.514327, - 47.400515 - ] - }, - "properties": { - "undefined": "Saint-Melaine-sur-Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.514327, - 47.400515 - ] - }, - "properties": { - "undefined": "Saint-Melaine-sur-Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35941666, - 47.5761667 - ] - }, - "properties": { - "undefined": "Seiches-sur-le-Loir" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41920244, - 47.56992087 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.627508, - 47.303931 - ] - }, - "properties": { - "undefined": "Val-du-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.054743, - 47.239712 - ] - }, - "properties": { - "undefined": "Varennes-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.066444, - 47.222944 - ] - }, - "properties": { - "undefined": "Varrains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.066444, - 47.222944 - ] - }, - "properties": { - "undefined": "Varrains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.066444, - 47.222944 - ] - }, - "properties": { - "undefined": "Varrains" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.476858, - 47.331369 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.476858, - 47.331369 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.208389, - 47.13925 - ] - }, - "properties": { - "undefined": "Vaudelnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.208389, - 47.13925 - ] - }, - "properties": { - "undefined": "Vaudelnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.208389, - 47.13925 - ] - }, - "properties": { - "undefined": "Vaudelnay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83459, - 47.60009 - ] - }, - "properties": { - "undefined": "Erdre-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.83459, - 47.60009 - ] - }, - "properties": { - "undefined": "Erdre-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.053695, - 47.393536 - ] - }, - "properties": { - "undefined": "Vernantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.053695, - 47.393536 - ] - }, - "properties": { - "undefined": "Vernantes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.535805, - 47.144991 - ] - }, - "properties": { - "undefined": "Lys-Haut-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.535805, - 47.144991 - ] - }, - "properties": { - "undefined": "Lys-Haut-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.057201, - 47.15339 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.057201, - 47.15339 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.891717, - 47.462874 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.891717, - 47.462874 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.423855, - 47.559531 - ] - }, - "properties": { - "undefined": "Rives-du-Loir-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.423855, - 47.559531 - ] - }, - "properties": { - "undefined": "Rives-du-Loir-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.055683, - 47.325855 - ] - }, - "properties": { - "undefined": "Vivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.055683, - 47.325855 - ] - }, - "properties": { - "undefined": "Vivy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.703431, - 47.021955 - ] - }, - "properties": { - "undefined": "Yzernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.703431, - 47.021955 - ] - }, - "properties": { - "undefined": "Yzernay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.711688, - 47.626205 - ] - }, - "properties": { - "undefined": "Le Lion-d'Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.054743, - 47.239712 - ] - }, - "properties": { - "undefined": "Varennes-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.322585, - 47.313 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.41920244, - 47.56992087 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.322585, - 47.313 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.524881, - 47.364289 - ] - }, - "properties": { - "undefined": "Soulaines-sur-Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.524881, - 47.364289 - ] - }, - "properties": { - "undefined": "Soulaines-sur-Aubance" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55436, - 47.577466 - ] - }, - "properties": { - "undefined": "Soulaire-et-Bourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55436, - 47.577466 - ] - }, - "properties": { - "undefined": "Soulaire-et-Bourg" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.850349, - 47.005484 - ] - }, - "properties": { - "undefined": "La Tessoualle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.850349, - 47.005484 - ] - }, - "properties": { - "undefined": "La Tessoualle" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.505148, - 47.265862 - ] - }, - "properties": { - "undefined": "Bellevigne-en-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.505148, - 47.265862 - ] - }, - "properties": { - "undefined": "Bellevigne-en-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.468069, - 47.615758 - ] - }, - "properties": { - "undefined": "Tiercé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.468069, - 47.615758 - ] - }, - "properties": { - "undefined": "Tiercé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1648, - 47.140958 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.1648, - 47.140958 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.114795, - 47.037548 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.114795, - 47.037548 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.509598, - 47.456582 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.509598, - 47.456582 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.482769, - 47.441977 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.482769, - 47.441977 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4999, - 47.4474 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.4999, - 47.4474 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.468639, - 47.452278 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.468639, - 47.452278 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.468639, - 47.452278 - ] - }, - "properties": { - "undefined": "Trélazé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7893902, - 47.12269847 - ] - }, - "properties": { - "undefined": "Trémentines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7893902, - 47.12269847 - ] - }, - "properties": { - "undefined": "Trémentines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.627508, - 47.303931 - ] - }, - "properties": { - "undefined": "Val-du-Layon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.189167, - 47.286139 - ] - }, - "properties": { - "undefined": "Orée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.458562, - 47.401183 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.270014, - 47.401709 - ] - }, - "properties": { - "undefined": "La Ménitré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.125468, - 47.096814 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.862944, - 47.390083 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.862944, - 47.390083 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.610083, - 47.529708 - ] - }, - "properties": { - "undefined": "Montreuil-Juigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.610083, - 47.529708 - ] - }, - "properties": { - "undefined": "Montreuil-Juigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.615875, - 47.541477 - ] - }, - "properties": { - "undefined": "Montreuil-Juigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.615875, - 47.541477 - ] - }, - "properties": { - "undefined": "Montreuil-Juigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.155132, - 47.130526 - ] - }, - "properties": { - "undefined": "Montreuil-Bellay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.155132, - 47.130526 - ] - }, - "properties": { - "undefined": "Montreuil-Bellay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.417993, - 47.745053 - ] - }, - "properties": { - "undefined": "Morannes sur Sarthe-Daumeray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.417993, - 47.745053 - ] - }, - "properties": { - "undefined": "Morannes sur Sarthe-Daumeray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.364194, - 47.699917 - ] - }, - "properties": { - "undefined": "Morannes sur Sarthe-Daumeray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.364194, - 47.699917 - ] - }, - "properties": { - "undefined": "Morannes sur Sarthe-Daumeray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.364194, - 47.699917 - ] - }, - "properties": { - "undefined": "Morannes sur Sarthe-Daumeray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.014452, - 47.465705 - ] - }, - "properties": { - "undefined": "Mouliherne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.014452, - 47.465705 - ] - }, - "properties": { - "undefined": "Mouliherne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.552589, - 47.356914 - ] - }, - "properties": { - "undefined": "Mozé-sur-Louet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.552589, - 47.356914 - ] - }, - "properties": { - "undefined": "Mozé-sur-Louet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.528586, - 47.396864 - ] - }, - "properties": { - "undefined": "Mûrs-Erigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.528586, - 47.396864 - ] - }, - "properties": { - "undefined": "Mûrs-Erigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.528586, - 47.396864 - ] - }, - "properties": { - "undefined": "Mûrs-Erigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.528586, - 47.396864 - ] - }, - "properties": { - "undefined": "Mûrs-Erigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.115145, - 47.512698 - ] - }, - "properties": { - "undefined": "Noyant-Villages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.115145, - 47.512698 - ] - }, - "properties": { - "undefined": "Noyant-Villages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.117367, - 47.510163 - ] - }, - "properties": { - "undefined": "Noyant-Villages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.125468, - 47.096814 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.270014, - 47.401709 - ] - }, - "properties": { - "undefined": "La Ménitré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.117367, - 47.510163 - ] - }, - "properties": { - "undefined": "Noyant-Villages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.671603, - 47.560909 - ] - }, - "properties": { - "undefined": "Longuenée-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.711688, - 47.626205 - ] - }, - "properties": { - "undefined": "Le Lion-d'Angers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.458562, - 47.401183 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.167665, - 47.341154 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.978444, - 47.615778 - ] - }, - "properties": { - "undefined": "Loiré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.978444, - 47.615778 - ] - }, - "properties": { - "undefined": "Loiré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.978444, - 47.615778 - ] - }, - "properties": { - "undefined": "Loiré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.061148, - 47.017144 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.061148, - 47.017144 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.107774, - 47.380672 - ] - }, - "properties": { - "undefined": "Longué-Jumelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.107774, - 47.380672 - ] - }, - "properties": { - "undefined": "Longué-Jumelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.111191, - 47.375752 - ] - }, - "properties": { - "undefined": "Longué-Jumelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.111191, - 47.375752 - ] - }, - "properties": { - "undefined": "Longué-Jumelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.88562, - 47.522113 - ] - }, - "properties": { - "undefined": "Val d'Erdre-Auxence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.88562, - 47.522113 - ] - }, - "properties": { - "undefined": "Val d'Erdre-Auxence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.429762, - 47.235004 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.429762, - 47.235004 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7447, - 47.007271 - ] - }, - "properties": { - "undefined": "Maulévrier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7447, - 47.007271 - ] - }, - "properties": { - "undefined": "Maulévrier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.891438, - 47.137219 - ] - }, - "properties": { - "undefined": "Le May-sur-Èvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.891438, - 47.137219 - ] - }, - "properties": { - "undefined": "Le May-sur-Èvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.27214, - 47.45545 - ] - }, - "properties": { - "undefined": "Mazé-Milon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.27214, - 47.45545 - ] - }, - "properties": { - "undefined": "Mazé-Milon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.666759, - 47.518528 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.666759, - 47.518528 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.671603, - 47.560909 - ] - }, - "properties": { - "undefined": "Longuenée-en-Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.117367, - 47.510163 - ] - }, - "properties": { - "undefined": "Noyant-Villages" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.167665, - 47.341154 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.956686, - 47.704641 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.026729, - 47.059998 - ] - }, - "properties": { - "undefined": "La Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.010639, - 47.059889 - ] - }, - "properties": { - "undefined": "La Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.010639, - 47.059889 - ] - }, - "properties": { - "undefined": "La Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.010639, - 47.059889 - ] - }, - "properties": { - "undefined": "La Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.224408, - 47.350746 - ] - }, - "properties": { - "undefined": "Gennes-Val-de-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.224408, - 47.350746 - ] - }, - "properties": { - "undefined": "Gennes-Val-de-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.994333, - 47.101603 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.994333, - 47.101603 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.494282, - 47.468264 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.494282, - 47.468264 - ] - }, - "properties": { - "undefined": "Saint-Barthélemy-d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.942527, - 47.029359 - ] - }, - "properties": { - "undefined": "Saint-Christophe-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.743992, - 47.525189 - ] - }, - "properties": { - "undefined": "Saint-Clément-de-la-Place" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.743992, - 47.525189 - ] - }, - "properties": { - "undefined": "Saint-Clément-de-la-Place" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.014638, - 47.355065 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.014638, - 47.355065 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55671, - 47.422724 - ] - }, - "properties": { - "undefined": "Sainte-Gemmes-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.55671, - 47.422724 - ] - }, - "properties": { - "undefined": "Sainte-Gemmes-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7583043, - 47.4097886 - ] - }, - "properties": { - "undefined": "Saint-Georges-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7583043, - 47.4097886 - ] - }, - "properties": { - "undefined": "Saint-Georges-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8330849, - 47.4096558 - ] - }, - "properties": { - "undefined": "Saint-Germain-des-Prés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8330849, - 47.4096558 - ] - }, - "properties": { - "undefined": "Saint-Germain-des-Prés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8330849, - 47.4096558 - ] - }, - "properties": { - "undefined": "Saint-Germain-des-Prés" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.100163, - 47.264232 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.100163, - 47.264232 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.661137, - 47.457042 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.661137, - 47.457042 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.026729, - 47.059998 - ] - }, - "properties": { - "undefined": "La Romagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.942527, - 47.029359 - ] - }, - "properties": { - "undefined": "Saint-Christophe-du-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.655694, - 47.358167 - ] - }, - "properties": { - "undefined": "Rochefort-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.525422, - 47.424441 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436901, - 47.521476 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.436901, - 47.521476 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.655694, - 47.358167 - ] - }, - "properties": { - "undefined": "Rochefort-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.430275, - 47.49691 - ] - }, - "properties": { - "undefined": "Le Plessis-Grammoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.430275, - 47.49691 - ] - }, - "properties": { - "undefined": "Le Plessis-Grammoire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.676106, - 47.542668 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.676106, - 47.542668 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.858696, - 47.356033 - ] - }, - "properties": { - "undefined": "Mauges-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.858696, - 47.356033 - ] - }, - "properties": { - "undefined": "Mauges-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.527251, - 47.437306 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.527251, - 47.437306 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.525422, - 47.424441 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.956686, - 47.704641 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.525211, - 47.442282 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.174833, - 47.739167 - ] - }, - "properties": { - "undefined": "Ombrée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.525211, - 47.442282 - ] - }, - "properties": { - "undefined": "Les Ponts-de-Cé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.808266, - 47.55254 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.655694, - 47.358167 - ] - }, - "properties": { - "undefined": "Rochefort-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.174833, - 47.739167 - ] - }, - "properties": { - "undefined": "Ombrée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.174833, - 47.739167 - ] - }, - "properties": { - "undefined": "Ombrée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.808266, - 47.55254 - ] - }, - "properties": { - "undefined": "sieml" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.174242, - 47.739155 - ] - }, - "properties": { - "undefined": "Ombrée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.174242, - 47.739155 - ] - }, - "properties": { - "undefined": "Ombrée d'Anjou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688459, - 47.373979 - ] - }, - "properties": { - "undefined": "La Possonnière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.688459, - 47.373979 - ] - }, - "properties": { - "undefined": "La Possonnière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.432675, - 47.19593 - ] - }, - "properties": { - "undefined": "Haute-Goulaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.653893, - 47.414195 - ] - }, - "properties": { - "undefined": "Héric" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.432675, - 47.19593 - ] - }, - "properties": { - "undefined": "Haute-Goulaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.316809, - 47.448766 - ] - }, - "properties": { - "undefined": "Herbignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.316809, - 47.448766 - ] - }, - "properties": { - "undefined": "Herbignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.430135, - 47.200016 - ] - }, - "properties": { - "undefined": "Haute-Goulaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.319294, - 47.447462 - ] - }, - "properties": { - "undefined": "Herbignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.319294, - 47.447462 - ] - }, - "properties": { - "undefined": "Herbignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.644031, - 47.380213 - ] - }, - "properties": { - "undefined": "Héric" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.452347, - 47.623454 - ] - }, - "properties": { - "undefined": "Issé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.653893, - 47.414195 - ] - }, - "properties": { - "undefined": "Héric" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6517673, - 47.4118735 - ] - }, - "properties": { - "undefined": "Héric" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6517673, - 47.4118735 - ] - }, - "properties": { - "undefined": "Héric" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.452347, - 47.623454 - ] - }, - "properties": { - "undefined": "Issé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.419992, - 47.495595 - ] - }, - "properties": { - "undefined": "Joué-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.419992, - 47.495595 - ] - }, - "properties": { - "undefined": "Joué-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.307135, - 47.205485 - ] - }, - "properties": { - "undefined": "Le Landreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.307135, - 47.205485 - ] - }, - "properties": { - "undefined": "Le Landreau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.601608, - 46.891832 - ] - }, - "properties": { - "undefined": "Legé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593407, - 46.887125 - ] - }, - "properties": { - "undefined": "Legé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.430135, - 47.200016 - ] - }, - "properties": { - "undefined": "Haute-Goulaine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.045511, - 47.585254 - ] - }, - "properties": { - "undefined": "Fégréac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.399953, - 47.155328 - ] - }, - "properties": { - "undefined": "La Haie-Fouassière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.399953, - 47.155328 - ] - }, - "properties": { - "undefined": "La Haie-Fouassière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.045511, - 47.585254 - ] - }, - "properties": { - "undefined": "Fégréac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.374239, - 47.411751 - ] - }, - "properties": { - "undefined": "Ligné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.933519, - 47.244624 - ] - }, - "properties": { - "undefined": "Frossay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.933519, - 47.244624 - ] - }, - "properties": { - "undefined": "Frossay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.75007, - 47.519053 - ] - }, - "properties": { - "undefined": "Le Gâvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.75007, - 47.519053 - ] - }, - "properties": { - "undefined": "Le Gâvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.248399, - 47.076892 - ] - }, - "properties": { - "undefined": "Gétigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.248399, - 47.076892 - ] - }, - "properties": { - "undefined": "Gétigné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.300524, - 47.101168 - ] - }, - "properties": { - "undefined": "Gorges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.300524, - 47.101168 - ] - }, - "properties": { - "undefined": "Gorges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.605544, - 47.362484 - ] - }, - "properties": { - "undefined": "Grandchamp-des-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.605544, - 47.362484 - ] - }, - "properties": { - "undefined": "Grandchamp-des-Fontaines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.833976, - 47.627398 - ] - }, - "properties": { - "undefined": "Guémené-Penfao" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.833976, - 47.627398 - ] - }, - "properties": { - "undefined": "Guémené-Penfao" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.866043, - 47.697553 - ] - }, - "properties": { - "undefined": "Guémené-Penfao" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.866043, - 47.697553 - ] - }, - "properties": { - "undefined": "Guémené-Penfao" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.953551, - 47.518842 - ] - }, - "properties": { - "undefined": "Guenrouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.953551, - 47.518842 - ] - }, - "properties": { - "undefined": "Guenrouet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.416506, - 47.324312 - ] - }, - "properties": { - "undefined": "Guérande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.431082, - 47.325404 - ] - }, - "properties": { - "undefined": "Guérande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.431082, - 47.325404 - ] - }, - "properties": { - "undefined": "Guérande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.416486, - 47.324248 - ] - }, - "properties": { - "undefined": "Guérande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.416486, - 47.324248 - ] - }, - "properties": { - "undefined": "Guérande" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.593407, - 46.887125 - ] - }, - "properties": { - "undefined": "Legé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.372122, - 47.621263 - ] - }, - "properties": { - "undefined": "Moisdon-la-Rivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.374239, - 47.411751 - ] - }, - "properties": { - "undefined": "Ligné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5012, - 47.437694 - ] - }, - "properties": { - "undefined": "Nort-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.152043, - 47.330177 - ] - }, - "properties": { - "undefined": "Montoir-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.999195, - 47.064589 - ] - }, - "properties": { - "undefined": "Les Moutiers-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.999195, - 47.064589 - ] - }, - "properties": { - "undefined": "Les Moutiers-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.346143, - 47.448143 - ] - }, - "properties": { - "undefined": "Mouzeil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.346143, - 47.448143 - ] - }, - "properties": { - "undefined": "Mouzeil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.281681, - 47.140034 - ] - }, - "properties": { - "undefined": "Mouzillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.281681, - 47.140034 - ] - }, - "properties": { - "undefined": "Mouzillon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4801865, - 47.4399 - ] - }, - "properties": { - "undefined": "Nort-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5012, - 47.437694 - ] - }, - "properties": { - "undefined": "Nort-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.710672, - 47.381489 - ] - }, - "properties": { - "undefined": "Notre-Dame-des-Landes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.15049, - 47.326231 - ] - }, - "properties": { - "undefined": "Montoir-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.710672, - 47.381489 - ] - }, - "properties": { - "undefined": "Notre-Dame-des-Landes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.621944, - 47.574983 - ] - }, - "properties": { - "undefined": "Nozay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.623028, - 47.566145 - ] - }, - "properties": { - "undefined": "Nozay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.623028, - 47.566145 - ] - }, - "properties": { - "undefined": "Nozay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.284393, - 47.346324 - ] - }, - "properties": { - "undefined": "Oudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.284393, - 47.346324 - ] - }, - "properties": { - "undefined": "Oudon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.027984, - 47.289456 - ] - }, - "properties": { - "undefined": "Paimbœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.027984, - 47.289456 - ] - }, - "properties": { - "undefined": "Paimbœuf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.793377, - 47.415736 - ] - }, - "properties": { - "undefined": "Fay-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.152043, - 47.330177 - ] - }, - "properties": { - "undefined": "Montoir-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.15049, - 47.326231 - ] - }, - "properties": { - "undefined": "Montoir-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.596198, - 46.995125 - ] - }, - "properties": { - "undefined": "La Limouzinière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.861284, - 47.359424 - ] - }, - "properties": { - "undefined": "Malville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.596198, - 46.995125 - ] - }, - "properties": { - "undefined": "La Limouzinière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.349169, - 47.236772 - ] - }, - "properties": { - "undefined": "Le Loroux-Bottereau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.349169, - 47.236772 - ] - }, - "properties": { - "undefined": "Le Loroux-Bottereau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.816219, - 46.997306 - ] - }, - "properties": { - "undefined": "Machecoul-Saint-Même" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.793926, - 47.0201569 - ] - }, - "properties": { - "undefined": "Machecoul-Saint-Même" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.793926, - 47.0201569 - ] - }, - "properties": { - "undefined": "Machecoul-Saint-Même" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.385048, - 47.098967 - ] - }, - "properties": { - "undefined": "Maisdon-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.385048, - 47.098967 - ] - }, - "properties": { - "undefined": "Maisdon-sur-Sèvre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.861284, - 47.359424 - ] - }, - "properties": { - "undefined": "Malville" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.676954, - 47.596801 - ] - }, - "properties": { - "undefined": "Marsac-sur-Don" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.486906, - 47.057456 - ] - }, - "properties": { - "undefined": "Montbert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.676954, - 47.596801 - ] - }, - "properties": { - "undefined": "Marsac-sur-Don" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.228706, - 47.430853 - ] - }, - "properties": { - "undefined": "Mésanger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.228706, - 47.430853 - ] - }, - "properties": { - "undefined": "Mésanger" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.451702, - 47.396174 - ] - }, - "properties": { - "undefined": "Mesquer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.451702, - 47.396174 - ] - }, - "properties": { - "undefined": "Mesquer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.159951, - 47.482992 - ] - }, - "properties": { - "undefined": "Missillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.159951, - 47.482992 - ] - }, - "properties": { - "undefined": "Missillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.158828, - 47.480876 - ] - }, - "properties": { - "undefined": "Missillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.158828, - 47.480876 - ] - }, - "properties": { - "undefined": "Missillac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.372122, - 47.621263 - ] - }, - "properties": { - "undefined": "Moisdon-la-Rivière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.486906, - 47.057456 - ] - }, - "properties": { - "undefined": "Montbert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.793377, - 47.415736 - ] - }, - "properties": { - "undefined": "Fay-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.197509, - 47.621767 - ] - }, - "properties": { - "undefined": "La Chapelle-Glain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40979918, - 47.28394529 - ] - }, - "properties": { - "undefined": "La Baule-Escoublac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.239721, - 47.446531 - ] - }, - "properties": { - "undefined": "La Chapelle-des-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.761038, - 47.475429 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.761038, - 47.475429 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.767038, - 47.477271 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.767038, - 47.477271 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.761649, - 47.472946 - ] - }, - "properties": { - "undefined": "Blain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.95605, - 47.041524 - ] - }, - "properties": { - "undefined": "Villeneuve-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.95605, - 47.041524 - ] - }, - "properties": { - "undefined": "Villeneuve-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.18643, - 47.042495 - ] - }, - "properties": { - "undefined": "Boussay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.18643, - 47.042495 - ] - }, - "properties": { - "undefined": "Boussay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.848403, - 47.418352 - ] - }, - "properties": { - "undefined": "Bouvron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.848403, - 47.418352 - ] - }, - "properties": { - "undefined": "Bouvron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.970647, - 47.41373 - ] - }, - "properties": { - "undefined": "Campbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.970647, - 47.41373 - ] - }, - "properties": { - "undefined": "Campbon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.48938447, - 47.29850005 - ] - }, - "properties": { - "undefined": "Carquefou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.48938447, - 47.29850005 - ] - }, - "properties": { - "undefined": "Carquefou" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.558977, - 47.384186 - ] - }, - "properties": { - "undefined": "Casson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.558977, - 47.384186 - ] - }, - "properties": { - "undefined": "Casson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.348234, - 47.319132 - ] - }, - "properties": { - "undefined": "Le Cellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.348234, - 47.319132 - ] - }, - "properties": { - "undefined": "Le Cellier" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.290308, - 47.276517 - ] - }, - "properties": { - "undefined": "Divatte-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.290308, - 47.276517 - ] - }, - "properties": { - "undefined": "Divatte-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.334967, - 47.269653 - ] - }, - "properties": { - "undefined": "Divatte-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.334967, - 47.269653 - ] - }, - "properties": { - "undefined": "Divatte-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.490912, - 47.097019 - ] - }, - "properties": { - "undefined": "Le Bignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.490912, - 47.097019 - ] - }, - "properties": { - "undefined": "Le Bignon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.09213, - 47.395745 - ] - }, - "properties": { - "undefined": "Besné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.177845, - 47.370906 - ] - }, - "properties": { - "undefined": "Ancenis-Saint-Géréon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.531968, - 47.553973 - ] - }, - "properties": { - "undefined": "Abbaretz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.531968, - 47.553973 - ] - }, - "properties": { - "undefined": "Abbaretz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.410933, - 47.081675 - ] - }, - "properties": { - "undefined": "Aigrefeuille-sur-Maine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.397512, - 47.074964 - ] - }, - "properties": { - "undefined": "Aigrefeuille-sur-Maine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.397512, - 47.074964 - ] - }, - "properties": { - "undefined": "Aigrefeuille-sur-Maine" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.174149, - 47.367033 - ] - }, - "properties": { - "undefined": "Ancenis-Saint-Géréon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.177845, - 47.370906 - ] - }, - "properties": { - "undefined": "Ancenis-Saint-Géréon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.910281, - 47.125105 - ] - }, - "properties": { - "undefined": "Chaumes-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.09213, - 47.395745 - ] - }, - "properties": { - "undefined": "Besné" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.910281, - 47.125105 - ] - }, - "properties": { - "undefined": "Chaumes-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.937478, - 47.114005 - ] - }, - "properties": { - "undefined": "Chaumes-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.937478, - 47.114005 - ] - }, - "properties": { - "undefined": "Chaumes-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.391569, - 47.429477 - ] - }, - "properties": { - "undefined": "Assérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.391569, - 47.429477 - ] - }, - "properties": { - "undefined": "Assérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.990829, - 47.653232 - ] - }, - "properties": { - "undefined": "Avessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.990829, - 47.653232 - ] - }, - "properties": { - "undefined": "Avessac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.479942, - 47.279449 - ] - }, - "properties": { - "undefined": "Batz-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.479942, - 47.279449 - ] - }, - "properties": { - "undefined": "Batz-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.039746, - 47.080729 - ] - }, - "properties": { - "undefined": "La Bernerie-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.039746, - 47.080729 - ] - }, - "properties": { - "undefined": "La Bernerie-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.239721, - 47.446531 - ] - }, - "properties": { - "undefined": "La Chapelle-des-Marais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.197509, - 47.621767 - ] - }, - "properties": { - "undefined": "La Chapelle-Glain" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.40979918, - 47.28394529 - ] - }, - "properties": { - "undefined": "La Baule-Escoublac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.337746, - 47.139538 - ] - }, - "properties": { - "undefined": "Le Pallet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.88, - 47.288138 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.056627, - 47.27916 - ] - }, - "properties": { - "undefined": "Corsept" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.056627, - 47.27916 - ] - }, - "properties": { - "undefined": "Corsept" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.294157, - 47.39103 - ] - }, - "properties": { - "undefined": "Couffé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.294157, - 47.39103 - ] - }, - "properties": { - "undefined": "Couffé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.512496, - 47.296143 - ] - }, - "properties": { - "undefined": "Le Croisic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.512496, - 47.296143 - ] - }, - "properties": { - "undefined": "Le Croisic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.167744, - 47.411584 - ] - }, - "properties": { - "undefined": "Crossac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.167744, - 47.411584 - ] - }, - "properties": { - "undefined": "Crossac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.674989, - 47.667198 - ] - }, - "properties": { - "undefined": "Derval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.674989, - 47.667198 - ] - }, - "properties": { - "undefined": "Derval" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.074784, - 47.317146 - ] - }, - "properties": { - "undefined": "Donges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.074784, - 47.317146 - ] - }, - "properties": { - "undefined": "Donges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.092474, - 47.340349 - ] - }, - "properties": { - "undefined": "Donges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.092474, - 47.340349 - ] - }, - "properties": { - "undefined": "Donges" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.057012, - 47.474882 - ] - }, - "properties": { - "undefined": "Drefféac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.057012, - 47.474882 - ] - }, - "properties": { - "undefined": "Drefféac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.317223, - 47.657008 - ] - }, - "properties": { - "undefined": "Erbray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.317223, - 47.657008 - ] - }, - "properties": { - "undefined": "Erbray" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.388551, - 47.285563 - ] - }, - "properties": { - "undefined": "La Baule-Escoublac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.388551, - 47.285563 - ] - }, - "properties": { - "undefined": "La Baule-Escoublac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.388497, - 47.285516 - ] - }, - "properties": { - "undefined": "La Baule-Escoublac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.388497, - 47.285516 - ] - }, - "properties": { - "undefined": "La Baule-Escoublac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.388422, - 47.28544 - ] - }, - "properties": { - "undefined": "La Baule-Escoublac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.388422, - 47.28544 - ] - }, - "properties": { - "undefined": "La Baule-Escoublac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.88, - 47.288138 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.877391, - 47.290846 - ] - }, - "properties": { - "undefined": "Cordemais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.877391, - 47.290846 - ] - }, - "properties": { - "undefined": "Cordemais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.379295, - 47.712905 - ] - }, - "properties": { - "undefined": "Châteaubriant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.340886, - 47.178242 - ] - }, - "properties": { - "undefined": "La Chapelle-Heulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.340886, - 47.178242 - ] - }, - "properties": { - "undefined": "La Chapelle-Heulin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.972218, - 47.372136 - ] - }, - "properties": { - "undefined": "La Chapelle-Launay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.972218, - 47.372136 - ] - }, - "properties": { - "undefined": "La Chapelle-Launay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.403169, - 47.701217 - ] - }, - "properties": { - "undefined": "Châteaubriant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.37759, - 47.718186 - ] - }, - "properties": { - "undefined": "Châteaubriant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.37759, - 47.718186 - ] - }, - "properties": { - "undefined": "Châteaubriant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.380766, - 47.720652 - ] - }, - "properties": { - "undefined": "Châteaubriant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.380766, - 47.720652 - ] - }, - "properties": { - "undefined": "Châteaubriant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.379295, - 47.712905 - ] - }, - "properties": { - "undefined": "Châteaubriant" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.282014, - 47.085153 - ] - }, - "properties": { - "undefined": "Clisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.422498, - 47.124176 - ] - }, - "properties": { - "undefined": "Château-Thébaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.422498, - 47.124176 - ] - }, - "properties": { - "undefined": "Château-Thébaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.987865, - 47.150435 - ] - }, - "properties": { - "undefined": "Chauvé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.987865, - 47.150435 - ] - }, - "properties": { - "undefined": "Chauvé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.61073, - 47.091867 - ] - }, - "properties": { - "undefined": "La Chevrolière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.61073, - 47.091867 - ] - }, - "properties": { - "undefined": "La Chevrolière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.615587, - 47.090245 - ] - }, - "properties": { - "undefined": "La Chevrolière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.615587, - 47.090245 - ] - }, - "properties": { - "undefined": "La Chevrolière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.279461, - 47.089987 - ] - }, - "properties": { - "undefined": "Clisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.279461, - 47.089987 - ] - }, - "properties": { - "undefined": "Clisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.282014, - 47.085153 - ] - }, - "properties": { - "undefined": "Clisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.337746, - 47.139538 - ] - }, - "properties": { - "undefined": "Le Pallet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.340087, - 47.259812 - ] - }, - "properties": { - "undefined": "Pornichet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.754012, - 46.963716 - ] - }, - "properties": { - "undefined": "Paulx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.385744, - 47.253189 - ] - }, - "properties": { - "undefined": "Saint-Julien-de-Concelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.808674, - 47.103256 - ] - }, - "properties": { - "undefined": "Sainte-Pazanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.812257, - 47.103159 - ] - }, - "properties": { - "undefined": "Sainte-Pazanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.812257, - 47.103159 - ] - }, - "properties": { - "undefined": "Sainte-Pazanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.044815, - 47.208127 - ] - }, - "properties": { - "undefined": "Saint-Père-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.044815, - 47.208127 - ] - }, - "properties": { - "undefined": "Saint-Père-en-Retz" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.643245, - 47.037744 - ] - }, - "properties": { - "undefined": "Saint-Philbert-de-Grand-Lieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.643245, - 47.037744 - ] - }, - "properties": { - "undefined": "Saint-Philbert-de-Grand-Lieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.640351, - 47.03601 - ] - }, - "properties": { - "undefined": "Saint-Philbert-de-Grand-Lieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.640351, - 47.03601 - ] - }, - "properties": { - "undefined": "Saint-Philbert-de-Grand-Lieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.192189, - 47.441001 - ] - }, - "properties": { - "undefined": "Sainte-Reine-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.192189, - 47.441001 - ] - }, - "properties": { - "undefined": "Sainte-Reine-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.014579, - 47.257994 - ] - }, - "properties": { - "undefined": "Saint-Viaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.014579, - 47.257994 - ] - }, - "properties": { - "undefined": "Saint-Viaud" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.49881, - 47.655756 - ] - }, - "properties": { - "undefined": "Saint-Vincent-des-Landes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.49881, - 47.655756 - ] - }, - "properties": { - "undefined": "Saint-Vincent-des-Landes" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.672813, - 47.262506 - ] - }, - "properties": { - "undefined": "Sautron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.672813, - 47.262506 - ] - }, - "properties": { - "undefined": "Sautron" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.938037, - 47.373695 - ] - }, - "properties": { - "undefined": "Savenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.939955, - 47.358691 - ] - }, - "properties": { - "undefined": "Savenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.939955, - 47.358691 - ] - }, - "properties": { - "undefined": "Savenay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07738, - 47.550071 - ] - }, - "properties": { - "undefined": "Sévérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.07738, - 47.550071 - ] - }, - "properties": { - "undefined": "Sévérac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.590963, - 47.735648 - ] - }, - "properties": { - "undefined": "Sion-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.808674, - 47.103256 - ] - }, - "properties": { - "undefined": "Sainte-Pazanne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.069307, - 47.642319 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-Redon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.069307, - 47.642319 - ] - }, - "properties": { - "undefined": "Saint-Nicolas-de-Redon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.734586, - 47.113739 - ] - }, - "properties": { - "undefined": "Saint-Mars-de-Coutais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.371945, - 47.251305 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.484521, - 47.24945 - ] - }, - "properties": { - "undefined": "Sainte-Luce-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.484521, - 47.24945 - ] - }, - "properties": { - "undefined": "Sainte-Luce-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.339434, - 47.083183 - ] - }, - "properties": { - "undefined": "Saint-Lumine-de-Clisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.339434, - 47.083183 - ] - }, - "properties": { - "undefined": "Saint-Lumine-de-Clisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.727092, - 47.055821 - ] - }, - "properties": { - "undefined": "Saint-Lumine-de-Coutais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.727092, - 47.055821 - ] - }, - "properties": { - "undefined": "Saint-Lumine-de-Coutais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.306585, - 47.399539 - ] - }, - "properties": { - "undefined": "Saint-Lyphard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.306585, - 47.399539 - ] - }, - "properties": { - "undefined": "Saint-Lyphard" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.179806, - 47.352483 - ] - }, - "properties": { - "undefined": "Saint-Malo-de-Guersac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.179806, - 47.352483 - ] - }, - "properties": { - "undefined": "Saint-Malo-de-Guersac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.734586, - 47.113739 - ] - }, - "properties": { - "undefined": "Saint-Mars-de-Coutais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.210351, - 47.287351 - ] - }, - "properties": { - "undefined": "Saint-Nazaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.404951, - 47.365936 - ] - }, - "properties": { - "undefined": "Saint-Mars-du-Désert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.404951, - 47.365936 - ] - }, - "properties": { - "undefined": "Saint-Mars-du-Désert" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.18292, - 47.523337 - ] - }, - "properties": { - "undefined": "Vallons-de-l'Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.18292, - 47.523337 - ] - }, - "properties": { - "undefined": "Vallons-de-l'Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.147443, - 47.181975 - ] - }, - "properties": { - "undefined": "Saint-Michel-Chef-Chef" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.147443, - 47.181975 - ] - }, - "properties": { - "undefined": "Saint-Michel-Chef-Chef" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.425414, - 47.394709 - ] - }, - "properties": { - "undefined": "Saint-Molf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.425414, - 47.394709 - ] - }, - "properties": { - "undefined": "Saint-Molf" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.754012, - 46.963716 - ] - }, - "properties": { - "undefined": "Paulx" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.210336, - 47.287378 - ] - }, - "properties": { - "undefined": "Saint-Nazaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.210351, - 47.287351 - ] - }, - "properties": { - "undefined": "Saint-Nazaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.590963, - 47.735648 - ] - }, - "properties": { - "undefined": "Sion-les-Mines" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.305198, - 47.73678 - ] - }, - "properties": { - "undefined": "Soudan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.305198, - 47.73678 - ] - }, - "properties": { - "undefined": "Soudan" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.430494, - 46.971725 - ] - }, - "properties": { - "undefined": "Vieillevigne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.268571, - 47.162907 - ] - }, - "properties": { - "undefined": "Vallet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.266139, - 47.16296 - ] - }, - "properties": { - "undefined": "Vallet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.266139, - 47.16296 - ] - }, - "properties": { - "undefined": "Vallet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.032016, - 47.386962 - ] - }, - "properties": { - "undefined": "Loireauxence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.032016, - 47.386962 - ] - }, - "properties": { - "undefined": "Loireauxence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.028215, - 47.468655 - ] - }, - "properties": { - "undefined": "Loireauxence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.028215, - 47.468655 - ] - }, - "properties": { - "undefined": "Loireauxence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.704934, - 47.554354 - ] - }, - "properties": { - "undefined": "Vay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.704934, - 47.554354 - ] - }, - "properties": { - "undefined": "Vay" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.430494, - 46.971725 - ] - }, - "properties": { - "undefined": "Vieillevigne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.483028, - 47.344527 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7441279, - 47.29341 - ] - }, - "properties": { - "undefined": "Vigneux-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.737473, - 47.325442 - ] - }, - "properties": { - "undefined": "Vigneux-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.737473, - 47.325442 - ] - }, - "properties": { - "undefined": "Vigneux-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.695545, - 47.331241 - ] - }, - "properties": { - "undefined": "Vigneux-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.695545, - 47.331241 - ] - }, - "properties": { - "undefined": "Vigneux-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.513712, - 47.055246 - ] - }, - "properties": { - "undefined": "Geneston" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.513712, - 47.055246 - ] - }, - "properties": { - "undefined": "Geneston" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.666373, - 47.527509 - ] - }, - "properties": { - "undefined": "La Grigonnais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.666373, - 47.527509 - ] - }, - "properties": { - "undefined": "La Grigonnais" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.483028, - 47.344527 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.507161, - 47.348051 - ] - }, - "properties": { - "undefined": "La Turballe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.530352, - 47.342459 - ] - }, - "properties": { - "undefined": "Sucé-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.682692, - 46.901893 - ] - }, - "properties": { - "undefined": "Touvois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.530352, - 47.342459 - ] - }, - "properties": { - "undefined": "Sucé-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.527051, - 47.342284 - ] - }, - "properties": { - "undefined": "Sucé-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.527051, - 47.342284 - ] - }, - "properties": { - "undefined": "Sucé-sur-Erdre" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.277813, - 47.461336 - ] - }, - "properties": { - "undefined": "Teillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.277813, - 47.461336 - ] - }, - "properties": { - "undefined": "Teillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.792024, - 47.3281 - ] - }, - "properties": { - "undefined": "Le Temple-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.792024, - 47.3281 - ] - }, - "properties": { - "undefined": "Le Temple-de-Bretagne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.440785, - 47.267334 - ] - }, - "properties": { - "undefined": "Thouaré-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.440785, - 47.267334 - ] - }, - "properties": { - "undefined": "Thouaré-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.431817, - 47.441948 - ] - }, - "properties": { - "undefined": "Les Touches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.431817, - 47.441948 - ] - }, - "properties": { - "undefined": "Les Touches" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.682692, - 46.901893 - ] - }, - "properties": { - "undefined": "Touvois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.507161, - 47.348051 - ] - }, - "properties": { - "undefined": "La Turballe" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5939858, - 47.28067 - ] - }, - "properties": { - "undefined": "Treillières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.621305, - 47.329273 - ] - }, - "properties": { - "undefined": "Treillières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.621305, - 47.329273 - ] - }, - "properties": { - "undefined": "Treillières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.626831, - 47.331215 - ] - }, - "properties": { - "undefined": "Treillières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.626831, - 47.331215 - ] - }, - "properties": { - "undefined": "Treillières" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.200174, - 47.299795 - ] - }, - "properties": { - "undefined": "Trignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.200174, - 47.299795 - ] - }, - "properties": { - "undefined": "Trignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.187091, - 47.317501 - ] - }, - "properties": { - "undefined": "Trignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.187091, - 47.317501 - ] - }, - "properties": { - "undefined": "Trignac" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.371945, - 47.251305 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.210336, - 47.287378 - ] - }, - "properties": { - "undefined": "Saint-Nazaire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.385744, - 47.253189 - ] - }, - "properties": { - "undefined": "Saint-Julien-de-Concelles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.335882, - 47.261013 - ] - }, - "properties": { - "undefined": "Pornichet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.097518, - 47.114189 - ] - }, - "properties": { - "undefined": "Pornic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10196, - 47.115941 - ] - }, - "properties": { - "undefined": "Pornic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.10196, - 47.115941 - ] - }, - "properties": { - "undefined": "Pornic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.201325, - 47.384129 - ] - }, - "properties": { - "undefined": "Saint-Joachim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.345177, - 47.270324 - ] - }, - "properties": { - "undefined": "Pornichet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.345177, - 47.270324 - ] - }, - "properties": { - "undefined": "Pornichet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.317604, - 47.245187 - ] - }, - "properties": { - "undefined": "Pornichet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.317604, - 47.245187 - ] - }, - "properties": { - "undefined": "Pornichet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.335882, - 47.261013 - ] - }, - "properties": { - "undefined": "Pornichet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.335882, - 47.261013 - ] - }, - "properties": { - "undefined": "Pornichet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.335882, - 47.261013 - ] - }, - "properties": { - "undefined": "Pornichet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.122795, - 47.127457 - ] - }, - "properties": { - "undefined": "Pornic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.741972, - 47.131272 - ] - }, - "properties": { - "undefined": "Port-Saint-Père" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.750358, - 47.132868 - ] - }, - "properties": { - "undefined": "Port-Saint-Père" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.750358, - 47.132868 - ] - }, - "properties": { - "undefined": "Port-Saint-Père" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.432168, - 47.282658 - ] - }, - "properties": { - "undefined": "Le Pouliguen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.432168, - 47.282658 - ] - }, - "properties": { - "undefined": "Le Pouliguen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.433513, - 47.275217 - ] - }, - "properties": { - "undefined": "Le Pouliguen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.433513, - 47.275217 - ] - }, - "properties": { - "undefined": "Le Pouliguen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.218858, - 47.129005 - ] - }, - "properties": { - "undefined": "Préfailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.218858, - 47.129005 - ] - }, - "properties": { - "undefined": "Préfailles" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.097518, - 47.114189 - ] - }, - "properties": { - "undefined": "Pornic" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.014487, - 47.362983 - ] - }, - "properties": { - "undefined": "Prinquiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.887244, - 47.540558 - ] - }, - "properties": { - "undefined": "Plessé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.754958, - 47.198616 - ] - }, - "properties": { - "undefined": "Le Pellerin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.754958, - 47.198616 - ] - }, - "properties": { - "undefined": "Le Pellerin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.45349, - 47.398087 - ] - }, - "properties": { - "undefined": "Petit-Mars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.45349, - 47.398087 - ] - }, - "properties": { - "undefined": "Petit-Mars" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.547222, - 47.378032 - ] - }, - "properties": { - "undefined": "Piriac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.547222, - 47.378032 - ] - }, - "properties": { - "undefined": "Piriac-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.191869, - 47.136163 - ] - }, - "properties": { - "undefined": "La Plaine-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.191869, - 47.136163 - ] - }, - "properties": { - "undefined": "La Plaine-sur-Mer" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.436018, - 47.01779 - ] - }, - "properties": { - "undefined": "La Planche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.436018, - 47.01779 - ] - }, - "properties": { - "undefined": "La Planche" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.887244, - 47.540558 - ] - }, - "properties": { - "undefined": "Plessé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.084647, - 47.433331 - ] - }, - "properties": { - "undefined": "Pontchâteau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.09346, - 47.436521 - ] - }, - "properties": { - "undefined": "Pontchâteau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.09346, - 47.436521 - ] - }, - "properties": { - "undefined": "Pontchâteau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.540393, - 47.112585 - ] - }, - "properties": { - "undefined": "Pont-Saint-Martin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.580587, - 47.127249 - ] - }, - "properties": { - "undefined": "Pont-Saint-Martin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.580587, - 47.127249 - ] - }, - "properties": { - "undefined": "Pont-Saint-Martin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.582848, - 47.123621 - ] - }, - "properties": { - "undefined": "Pont-Saint-Martin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.582848, - 47.123621 - ] - }, - "properties": { - "undefined": "Pont-Saint-Martin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.014487, - 47.362983 - ] - }, - "properties": { - "undefined": "Prinquiau" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.182186, - 47.183363 - ] - }, - "properties": { - "undefined": "La Regrippière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.196869, - 47.369918 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.180168, - 47.232194 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.180168, - 47.232194 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58056, - 47.011961 - ] - }, - "properties": { - "undefined": "Saint-Colomban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.58056, - 47.011961 - ] - }, - "properties": { - "undefined": "Saint-Colomban" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5765, - 46.967023 - ] - }, - "properties": { - "undefined": "Corcoué-sur-Logne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.74289, - 46.92994 - ] - }, - "properties": { - "undefined": "Saint-Étienne-de-Mer-Morte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.74289, - 46.92994 - ] - }, - "properties": { - "undefined": "Saint-Étienne-de-Mer-Morte" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.781826, - 47.277731 - ] - }, - "properties": { - "undefined": "Saint-Étienne-de-Montluc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.781826, - 47.277731 - ] - }, - "properties": { - "undefined": "Saint-Étienne-de-Montluc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.779158, - 47.274213 - ] - }, - "properties": { - "undefined": "Saint-Étienne-de-Montluc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.779158, - 47.274213 - ] - }, - "properties": { - "undefined": "Saint-Étienne-de-Montluc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.196869, - 47.369918 - ] - }, - "properties": { - "undefined": "sydela" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.175058, - 47.228305 - ] - }, - "properties": { - "undefined": "Saint-Brevin-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.038474, - 47.517877 - ] - }, - "properties": { - "undefined": "Saint-Gildas-des-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.038474, - 47.517877 - ] - }, - "properties": { - "undefined": "Saint-Gildas-des-Bois" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.103525, - 47.384481 - ] - }, - "properties": { - "undefined": "Vair-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.103525, - 47.384481 - ] - }, - "properties": { - "undefined": "Vair-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.095683, - 47.406206 - ] - }, - "properties": { - "undefined": "Vair-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.095683, - 47.406206 - ] - }, - "properties": { - "undefined": "Vair-sur-Loire" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.867052, - 47.104023 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Chaléons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.182186, - 47.183363 - ] - }, - "properties": { - "undefined": "La Regrippière" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.308939, - 47.061157 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Clisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.308939, - 47.061157 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Clisson" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.201325, - 47.384129 - ] - }, - "properties": { - "undefined": "Saint-Joachim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.175058, - 47.228305 - ] - }, - "properties": { - "undefined": "Saint-Brevin-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.867052, - 47.104023 - ] - }, - "properties": { - "undefined": "Saint-Hilaire-de-Chaléons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.161966, - 47.247989 - ] - }, - "properties": { - "undefined": "Saint-Brevin-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.632266, - 47.123441 - ] - }, - "properties": { - "undefined": "Saint-Aignan-Grandlieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.161966, - 47.247989 - ] - }, - "properties": { - "undefined": "Saint-Brevin-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.376317, - 47.057271 - ] - }, - "properties": { - "undefined": "Remouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.376317, - 47.057271 - ] - }, - "properties": { - "undefined": "Remouillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.293884, - 47.517368 - ] - }, - "properties": { - "undefined": "Riaillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.293884, - 47.517368 - ] - }, - "properties": { - "undefined": "Riaillé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.858725, - 47.186286 - ] - }, - "properties": { - "undefined": "Rouans" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.449028, - 47.783883 - ] - }, - "properties": { - "undefined": "Rougé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.449028, - 47.783883 - ] - }, - "properties": { - "undefined": "Rougé" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57997, - 47.500873 - ] - }, - "properties": { - "undefined": "Saffré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.57997, - 47.500873 - ] - }, - "properties": { - "undefined": "Saffré" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5765, - 46.967023 - ] - }, - "properties": { - "undefined": "Corcoué-sur-Logne" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.632266, - 47.123441 - ] - }, - "properties": { - "undefined": "Saint-Aignan-Grandlieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.486141, - 47.720665 - ] - }, - "properties": { - "undefined": "Saint-Aubin-des-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.30994, - 47.313832 - ] - }, - "properties": { - "undefined": "Saint-André-des-Eaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.163872, - 47.264783 - ] - }, - "properties": { - "undefined": "Saint-Brevin-les-Pins" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.486141, - 47.720665 - ] - }, - "properties": { - "undefined": "Saint-Aubin-des-Châteaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.006097, - 47.459991 - ] - }, - "properties": { - "undefined": "Sainte-Anne-sur-Brivet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.006097, - 47.459991 - ] - }, - "properties": { - "undefined": "Sainte-Anne-sur-Brivet" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.300755, - 47.319113 - ] - }, - "properties": { - "undefined": "Saint-André-des-Eaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.300755, - 47.319113 - ] - }, - "properties": { - "undefined": "Saint-André-des-Eaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.30994, - 47.313832 - ] - }, - "properties": { - "undefined": "Saint-André-des-Eaux" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.8531, - 48.8413 - ] - }, - "properties": { - "undefined": "Vire Normandie" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.4245618642693594, - 46.123436402688206 - ] - }, - "properties": { - "undefined": "Vichy" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.72, - 48.6122 - ] - }, - "properties": { - "undefined": "Schiltigheim" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0769923, - 47.3512055 - ] - }, - "properties": { - "undefined": "Dijon" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.3900578, - 49.0368902 - ] - }, - "properties": { - "undefined": "Château-Thierry" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0936, - 49.1281 - ] - }, - "properties": { - "undefined": "remy-sergent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3003961423287695, - 45.76011619906451 - ] - }, - "properties": { - "undefined": "Le Vigen" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3751, - 49.1485 - ] - }, - "properties": { - "undefined": "remy-sergent" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7421819, - 45.979448 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7421819, - 45.979448 - ] - }, - "properties": { - "undefined": "Villefranche-sur-Saône" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.102562200000012, - 50.778986100000004 - ] - }, - "properties": { - "undefined": "Halluin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.102562200000012, - 50.778986100000004 - ] - }, - "properties": { - "undefined": "Halluin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.24, - 48.94 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.501248, - 43.300038 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.501248, - 43.300038 - ] - }, - "properties": { - "undefined": "securecharge" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1, - 43.72 - ] - }, - "properties": { - "undefined": "Vence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.13, - 43.68 - ] - }, - "properties": { - "undefined": "Saint-Paul-de-Vence" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.23, - 48.69 - ] - }, - "properties": { - "undefined": "Villebon-sur-Yvette" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207246, - 50.68494 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798854, - 48.841032 - ] - }, - "properties": { - "undefined": "Bailly-Romainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.798854, - 48.841032 - ] - }, - "properties": { - "undefined": "Bailly-Romainvilliers" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207433, - 50.684876 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207433, - 50.684876 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20737, - 50.684898 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.20737, - 50.684898 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207306, - 50.684918 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207306, - 50.684918 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207246, - 50.68494 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207187, - 50.684964 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.206962, - 50.685049 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207187, - 50.684964 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212336, - 48.931356 - ] - }, - "properties": { - "undefined": "Bezons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.206962, - 50.685049 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.212311, - 48.931373 - ] - }, - "properties": { - "undefined": "Bezons" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207047, - 50.685013 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207047, - 50.685013 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207124, - 50.684984 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.207124, - 50.684984 - ] - }, - "properties": { - "undefined": "Roubaix" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2199154, - 44.1203594 - ] - }, - "properties": { - "undefined": "Bédoin" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.1928184, - 48.7571171 - ] - }, - "properties": { - "undefined": "Bar-le-Duc" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2566243, - 48.9565006 - ] - }, - "properties": { - "undefined": "Argenteuil" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7352, - 45.8414 - ] - }, - "properties": { - "undefined": "Lissieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7352, - 45.8414 - ] - }, - "properties": { - "undefined": "Lissieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.715638, - 45.976484 - ] - }, - "properties": { - "undefined": "Limas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.715638, - 45.976484 - ] - }, - "properties": { - "undefined": "Limas" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.074257, - 45.720859 - ] - }, - "properties": { - "undefined": "Colombier-Saugnieu" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877256, - 45.734166 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.119464, - 44.612295 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.119464, - 44.612295 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114309, - 49.053385 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114309, - 49.053385 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114309, - 49.053385 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114309, - 49.053385 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.114309, - 49.053385 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.442532, - 44.46386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877256, - 45.734166 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877256, - 45.734166 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.442932, - 43.78694 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877256, - 45.734166 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877256, - 45.734166 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.877256, - 45.734166 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.741735, - 43.866454 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.741735, - 43.866454 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.741735, - 43.866454 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.741735, - 43.866454 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260587, - 50.739646 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.260587, - 50.739646 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.982722, - 43.908974 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.269004, - 43.235422 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.269004, - 43.235422 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.269004, - 43.235422 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.199395, - 46.208436 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.199395, - 46.208436 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70452, - 45.821636 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.70452, - 45.821636 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7358, - 43.424749 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361202, - 50.992742 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361202, - 50.992742 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.662712, - 44.952304 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.521648, - 48.40612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.269004, - 43.235422 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.421482, - 48.664224 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.421482, - 48.664224 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.982861, - 43.909011 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.252902, - 43.349417 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.065185, - 44.318093 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.363737, - 43.280118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.363737, - 43.280118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.363737, - 43.280118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.363737, - 43.280118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.363737, - 43.280118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.363737, - 43.280118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.363737, - 43.280118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.363737, - 43.280118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.363737, - 43.280118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.108344, - 47.997848 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.738868, - 43.435307 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.741422, - 43.866041 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.741422, - 43.866041 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.125582, - 47.277542 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.125582, - 47.277542 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.777916, - 44.826052 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.777916, - 44.826052 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.065185, - 44.318093 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.252902, - 43.349417 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.485094, - 48.401232 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.252902, - 43.349417 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.485094, - 48.401232 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115492, - 45.800386 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.34728, - 47.690076 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.76877, - 43.650773 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.76877, - 43.650773 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.490479, - 43.388125 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.490479, - 43.388125 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.614433, - 44.20859 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.44395, - 44.464 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.252902, - 43.349417 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.828952, - 43.641184 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.828952, - 43.641184 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.199395, - 46.208436 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09328, - 50.58254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09328, - 50.58254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.683944, - 44.405045 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.683944, - 44.405045 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.683944, - 44.405045 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.616902, - 44.674677 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.616902, - 44.674677 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.616902, - 44.674677 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.949694, - 43.634486 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.949694, - 43.634486 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0959, - 43.000297 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0959, - 43.000297 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0959, - 43.000297 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.147713, - 43.328661 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.147713, - 43.328661 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.09328, - 50.58254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.507033, - 43.775118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.64867, - 47.64051 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.507033, - 43.775118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.414438, - 43.941508 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.414438, - 43.941508 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.414438, - 43.941508 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.47374, - 43.758054 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.47374, - 43.758054 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42744, - 43.745292 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.42744, - 43.745292 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.472565, - 43.833315 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.472565, - 43.833315 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.438363, - 43.751828 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.438363, - 43.751828 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.44416, - 43.88006 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.44416, - 43.88006 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.499757, - 43.773746 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.499757, - 43.773746 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.51395, - 43.936804 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.51395, - 43.936804 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.507033, - 43.775118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.507033, - 43.775118 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.589693, - 47.258202 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.085901, - 43.219426 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.488524, - 43.304792 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.488524, - 43.304792 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.488524, - 43.304792 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.704835, - 45.821472 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.704835, - 45.821472 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.899922, - 43.602172 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.899922, - 43.602172 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265873, - 50.728719 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265873, - 50.728719 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265873, - 50.728719 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265873, - 50.728719 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265873, - 50.728719 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.265873, - 50.728719 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.693295, - 45.147098 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.693295, - 45.147098 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.828941, - 43.641247 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.722984, - 48.650454 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.349162, - 51.032636 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.349162, - 51.032636 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.349162, - 51.032636 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.488524, - 43.304792 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.262325, - 50.738815 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.589693, - 47.258202 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.852161, - 50.93186 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.589693, - 47.258202 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.589693, - 47.258202 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.575791, - 48.605656 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.430718, - 44.968101 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.430718, - 44.968101 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.305931, - 48.801119 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.699498, - 45.189336 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.699498, - 45.189336 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.699498, - 45.189336 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.699498, - 45.189336 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.148137, - 48.782566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.148137, - 48.782566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.148137, - 48.782566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.148137, - 48.782566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402481, - 43.7514 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.402481, - 43.7514 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842909, - 43.925778 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842909, - 43.925778 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.852161, - 50.93186 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.718671, - 44.910302 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.718671, - 44.910302 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969107, - 43.558484 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969107, - 43.558484 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969107, - 43.558484 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.969107, - 43.558484 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045402, - 43.430777 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.045402, - 43.430777 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.032891, - 50.981771 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.032891, - 50.981771 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.032891, - 50.981771 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.032891, - 50.981771 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912361, - 49.169977 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912361, - 49.169977 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912361, - 49.169977 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.912361, - 49.169977 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.694416, - 44.995186 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.694416, - 44.995186 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.694416, - 44.995186 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.694416, - 44.995186 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.718671, - 44.910302 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.361856, - 46.16789 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.412932, - 50.487002 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.361856, - 46.16789 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545529, - 48.472713 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545529, - 48.472713 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.630492, - 43.314747 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.630492, - 43.314747 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.630492, - 43.314747 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.630492, - 43.314747 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.235914, - 43.414287 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.235914, - 43.414287 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.235914, - 43.414287 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.235914, - 43.414287 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.667107, - 48.9551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.667107, - 48.9551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.667107, - 48.9551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.667107, - 48.9551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843743, - 47.040481 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843743, - 47.040481 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843743, - 47.040481 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.843743, - 47.040481 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.361856, - 46.16789 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.292555, - 49.834635 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.412932, - 50.487002 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545529, - 48.472713 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.883274, - 46.671909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.588766, - 43.18835 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.588766, - 43.18835 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.539401, - 48.84893 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.539401, - 48.84893 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.332443, - 43.828607 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.332443, - 43.828607 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.519009, - 48.985254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.519009, - 48.985254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.519009, - 48.985254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717779, - 45.551683 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717779, - 45.551683 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717779, - 45.551683 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.717779, - 45.551683 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.575711, - 45.897844 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.575711, - 45.897844 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.433229, - 43.64506 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.433229, - 43.64506 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.433229, - 43.64506 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.433229, - 43.64506 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.883274, - 46.671909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.883274, - 46.671909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845881, - 44.947093 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.883274, - 46.671909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845881, - 44.947093 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845881, - 44.947093 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.845881, - 44.947093 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.698316, - 43.449905 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.698316, - 43.449905 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.698316, - 43.449905 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.698316, - 43.449905 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.292898, - 49.835137 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.292898, - 49.835137 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504963, - 45.475736 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.504963, - 45.475736 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.539385, - 48.848921 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.537643, - 50.345614 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.537643, - 50.345614 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.537643, - 50.345614 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.537643, - 50.345614 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.715921, - 49.114411 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.715921, - 49.114411 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.715921, - 49.114411 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.545529, - 48.472713 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.588763, - 43.188354 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.524187, - 43.508911 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.46174, - 45.653935 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.46174, - 45.653935 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.46174, - 45.653935 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.371428, - 43.848528 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.371428, - 43.848528 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.371428, - 43.848528 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.371428, - 43.848528 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.330752, - 46.151508 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.330752, - 46.151508 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.661495, - 45.054285 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.716421, - 45.166618 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.716421, - 45.166618 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.661547, - 45.054029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.661547, - 45.054029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.661547, - 45.054029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.509592, - 46.209011 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.509592, - 46.209011 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.833115, - 45.71833 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.833115, - 45.71833 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.46174, - 45.653935 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.524187, - 43.508911 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41169, - 48.6808 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.837505, - 46.646292 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.058135, - 48.783543 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.147694, - 48.378312 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.147694, - 48.378312 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.147694, - 48.378312 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390745, - 50.629965 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.390745, - 50.629965 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.082393, - 43.595316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.082401, - 43.595318 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.583028, - 43.313028 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.583028, - 43.313028 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.688774, - 43.386234 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.688774, - 43.386234 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.837505, - 46.646292 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.837505, - 46.646292 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.833115, - 45.71833 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.41169, - 48.6808 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.588763, - 43.188354 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971963, - 43.615253 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612904, - 44.854444 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612904, - 44.854444 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.612904, - 44.854444 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.921623, - 45.902621 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.921623, - 45.902621 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.921623, - 45.902621 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.921623, - 45.902621 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367107, - 48.828405 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.367107, - 48.828405 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67837, - 44.8184 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67837, - 44.8184 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67837, - 44.8184 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.67837, - 44.8184 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3571, - 47.3395 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.3571, - 47.3395 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.291873, - 49.043902 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.291873, - 49.043902 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.291873, - 49.043902 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.291873, - 49.043902 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971963, - 43.615253 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971963, - 43.615253 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65352, - 49.138592 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.971963, - 43.615253 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65352, - 49.138592 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65352, - 49.138592 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.65352, - 49.138592 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.164156, - 49.280802 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.164156, - 49.280802 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.164156, - 49.280802 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.398027, - 47.497011 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.398027, - 47.497011 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.398027, - 47.497011 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.398027, - 47.497011 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.466205, - 48.233331 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.466205, - 48.233331 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.466205, - 48.233331 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.466205, - 48.233331 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81362, - 49.4212 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81362, - 49.4212 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81362, - 49.4212 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.81362, - 49.4212 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.715785, - 49.1145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.414438, - 43.941508 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.442932, - 43.78694 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.595174, - 44.388486 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.362979, - 43.288972 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.540796, - 43.214406 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.540796, - 43.214406 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.195572, - 43.409384 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.195572, - 43.409384 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.380148, - 43.304954 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.380148, - 43.304954 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409094, - 43.264841 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409094, - 43.264841 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.362979, - 43.288972 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.363203, - 43.270909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.551562, - 43.989458 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.363203, - 43.270909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.363203, - 43.270909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.468984, - 43.354728 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.468984, - 43.354728 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.398803, - 43.299757 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.398803, - 43.299757 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.377119, - 43.302686 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.377119, - 43.302686 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.393886, - 43.255794 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.540796, - 43.214406 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.371681, - 43.289916 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.371681, - 43.289916 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.371681, - 43.289916 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16648, - 48.05205 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16648, - 48.05205 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16648, - 48.05205 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16648, - 48.05205 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16648, - 48.05205 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16648, - 48.05205 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16648, - 48.05205 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.16648, - 48.05205 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08947, - 48.80341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08947, - 48.80341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08947, - 48.80341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08947, - 48.80341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.08947, - 48.80341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.45921, - 43.345324 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.45921, - 43.345324 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409014, - 43.307994 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.409014, - 43.307994 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.376228, - 43.253932 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.376228, - 43.253932 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.393886, - 43.255794 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37587, - 43.284198 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.37587, - 43.284198 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.628622, - 43.297149 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.433546, - 43.294651 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.433546, - 43.294651 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43888, - 43.309691 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.43888, - 43.309691 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31756, - 43.359392 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.31756, - 43.359392 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.367613, - 43.315171 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.367613, - 43.315171 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387781, - 43.299928 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387781, - 43.299928 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22183, - 43.41657 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.22183, - 43.41657 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.480306, - 43.335877 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.480306, - 43.335877 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.389461, - 43.280847 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.389461, - 43.280847 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.628622, - 43.297149 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.501411, - 43.295673 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387068, - 43.260804 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.501411, - 43.295673 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387068, - 43.260804 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387068, - 43.260804 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.389277, - 43.290449 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.389277, - 43.290449 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25172, - 43.411612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.25172, - 43.411612 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62989, - 43.211412 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.62989, - 43.211412 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.364434, - 43.298149 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.364434, - 43.298149 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390399, - 43.339001 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.390399, - 43.339001 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4014, - 43.319046 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4014, - 43.319046 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.397543, - 43.260987 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.397543, - 43.260987 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387834, - 43.288587 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.387834, - 43.288587 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.501411, - 43.295673 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28694, - 48.5546 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28694, - 48.5546 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28694, - 48.5546 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.332955, - 47.407277 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294479, - 48.862923 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294479, - 48.862923 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.949199, - 47.704058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.949199, - 47.704058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.949199, - 47.704058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.949199, - 47.704058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.528778, - 48.535592 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.716365, - 49.20135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011686, - 48.557306 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011686, - 48.557306 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011686, - 48.557306 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.011686, - 48.557306 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.013792, - 48.555402 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.013792, - 48.555402 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.013792, - 48.555402 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.013792, - 48.555402 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.134437, - 48.477517 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.134437, - 48.477517 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376104, - 47.765942 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294479, - 48.862923 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.332955, - 47.407277 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304465, - 50.909617 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.332955, - 47.407277 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.263228, - 49.851053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.69131, - 43.488535 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780711, - 43.959933 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.780711, - 43.959933 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99651, - 45.209725 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99651, - 45.209725 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99651, - 45.209725 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99651, - 45.209725 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99651, - 45.209725 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.99651, - 45.209725 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.001987, - 45.575544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.001987, - 45.575544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.866728, - 47.513851 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.866728, - 47.513851 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.376104, - 47.765942 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.304465, - 50.909617 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28694, - 48.5546 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84073, - 47.48726 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.097651, - 49.457892 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.097651, - 49.457892 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.097651, - 49.457892 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.097651, - 49.457892 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27767, - 50.7313 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27767, - 50.7313 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27767, - 50.7313 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27767, - 50.7313 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.27767, - 50.7313 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38243, - 48.94513 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38243, - 48.94513 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38243, - 48.94513 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38243, - 48.94513 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38243, - 48.94513 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38243, - 48.94513 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38243, - 48.94513 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38243, - 48.94513 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.38243, - 48.94513 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.28694, - 48.5546 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.097651, - 49.457892 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.84073, - 47.48726 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.653702, - 47.234349 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13031, - 45.66341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.653702, - 47.234349 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.954775, - 47.160968 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.954775, - 47.160968 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.013502, - 49.391457 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.013502, - 49.391457 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.375174, - 48.905095 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.375174, - 48.905095 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.375174, - 48.905095 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.375174, - 48.905095 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.375174, - 48.905095 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.303378, - 43.149175 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13031, - 45.66341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13031, - 45.66341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13031, - 45.66341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13031, - 45.66341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13031, - 45.66341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13031, - 45.66341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13031, - 45.66341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.13031, - 45.66341 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.846733, - 43.570576 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.879898, - 43.12474 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.879898, - 43.12474 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.879898, - 43.12474 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.879898, - 43.12474 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073562, - 45.938909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073562, - 45.938909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.073562, - 45.938909 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.779702, - 45.807739 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.779702, - 45.807739 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.779702, - 45.807739 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856536, - 45.716581 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856536, - 45.716581 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.856536, - 45.716581 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.036317, - 43.829995 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.036317, - 43.829995 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.036317, - 43.829995 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.657747, - 45.191302 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.657747, - 45.191302 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.657747, - 45.191302 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.879898, - 43.12474 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.846733, - 43.570576 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.321626, - 43.303566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.846733, - 43.570576 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.668929, - 45.238983 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05556, - 43.423029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05556, - 43.423029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.05556, - 43.423029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868515, - 46.772643 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868515, - 46.772643 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.868515, - 46.772643 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057903, - 46.067479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057903, - 46.067479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057903, - 46.067479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057903, - 46.067479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057903, - 46.067479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.057903, - 46.067479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92037, - 44.943271 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92037, - 44.943271 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.92037, - 44.943271 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255585, - 43.347511 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255585, - 43.347511 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.255585, - 43.347511 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.321626, - 43.303566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.321626, - 43.303566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.668929, - 45.238983 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.513379, - 43.781903 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49197, - 43.79061 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.49197, - 43.79061 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.554498, - 44.002431 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.554498, - 44.002431 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45799, - 43.765323 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.45799, - 43.765323 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.449385, - 43.876103 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.449385, - 43.876103 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.497872, - 43.806605 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.497872, - 43.806605 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5946, - 44.082484 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5946, - 44.082484 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48751, - 43.77632 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.48751, - 43.77632 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.59311, - 44.089897 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.59311, - 44.089897 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.399986, - 43.744711 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.399986, - 43.744711 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.551562, - 43.989458 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.513379, - 43.781903 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.479481, - 43.76015 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.436248, - 43.751169 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.479481, - 43.76015 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.436248, - 43.751169 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.516805, - 43.943967 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.516805, - 43.943967 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.616321, - 44.063348 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.616321, - 44.063348 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.400442, - 43.739492 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.400442, - 43.739492 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.613763, - 44.063215 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.613763, - 44.063215 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462256, - 43.799141 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.462256, - 43.799141 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.41676, - 43.73867 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.41676, - 43.73867 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.477096, - 43.795037 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.477096, - 43.795037 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.494254, - 43.781006 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.494254, - 43.781006 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.469054, - 43.78898 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.469054, - 43.78898 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.668929, - 45.238983 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.107782, - 45.62177 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.666341, - 44.831528 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.883278, - 45.026175 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.883278, - 45.026175 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.309178, - 45.780319 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.309178, - 45.780319 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.309178, - 45.780319 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.309178, - 45.780319 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.309178, - 45.780319 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.725449, - 45.157305 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.725449, - 45.157305 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.725449, - 45.157305 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343414, - 45.469726 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343414, - 45.469726 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343414, - 45.469726 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343414, - 45.469726 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.343414, - 45.469726 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.43459, - 43.320479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.43459, - 43.320479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.43459, - 43.320479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926582, - 45.719814 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.883278, - 45.026175 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.666341, - 44.831528 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926582, - 45.719814 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.666341, - 44.831528 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381775, - 43.338291 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69824, - 43.448584 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69824, - 43.448584 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.69824, - 43.448584 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.782529, - 44.930736 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.782529, - 44.930736 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.782529, - 44.930736 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.383969, - 44.038574 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.383969, - 44.038574 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.383969, - 44.038574 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.383969, - 44.038574 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.383969, - 44.038574 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.383969, - 44.038574 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.666341, - 44.831528 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.666341, - 44.831528 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926582, - 45.719814 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.926582, - 45.719814 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.107782, - 45.62177 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842734, - 44.120237 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789674, - 46.251364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789674, - 46.251364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.789674, - 46.251364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37817, - 47.110352 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37817, - 47.110352 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.37817, - 47.110352 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.947235, - 45.572891 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.947235, - 45.572891 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.947235, - 45.572891 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.348872, - 43.816962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.348872, - 43.816962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.348872, - 43.816962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.348872, - 43.816962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.348872, - 43.816962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.348872, - 43.816962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.127367, - 45.756949 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.127367, - 45.756949 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.127367, - 45.756949 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.107782, - 45.62177 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842734, - 44.120237 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.842734, - 44.120237 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.692073, - 43.460521 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.207738, - 49.131942 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.207738, - 49.131942 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.207738, - 49.131942 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.203076, - 47.992822 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.46288, - 47.186053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.46288, - 47.186053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.46288, - 47.186053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.46288, - 47.186053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.46288, - 47.186053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.46288, - 47.186053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.46288, - 47.186053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.965738, - 50.268206 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.965738, - 50.268206 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.203076, - 47.992822 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.207738, - 49.131942 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.867375, - 45.740255 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.326251, - 47.569098 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.326251, - 47.569098 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.443023, - 48.919093 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.888169, - 47.96278 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.888169, - 47.96278 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.958167, - 43.125814 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.958167, - 43.125814 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.099712, - 43.635144 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.099712, - 43.635144 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.724538, - 48.10671 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.724538, - 48.10671 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.213791, - 48.864353 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.70859, - 45.193048 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.099712, - 43.635144 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.099712, - 43.635144 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.745177, - 44.558061 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18768, - 45.017224 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.18768, - 45.017224 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.502768, - 50.357976 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.502768, - 50.357976 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.106539, - 48.680822 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.106539, - 48.680822 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316633, - 48.763962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316633, - 48.763962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316633, - 48.763962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316633, - 48.763962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316633, - 48.763962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316633, - 48.763962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316633, - 48.763962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.316633, - 48.763962 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698781, - 43.448498 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698781, - 43.448498 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.698781, - 43.448498 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.802572, - 43.627679 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.745177, - 44.558061 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.08972, - 43.597586 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.370444, - 48.689668 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.473353, - 43.283688 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.160763, - 49.341954 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.160763, - 49.341954 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.084763, - 47.992697 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.084763, - 47.992697 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.815115, - 50.428374 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.815115, - 50.428374 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.002737, - 43.186433 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057488, - 47.338265 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.566679, - 50.418546 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.566679, - 50.418546 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.041879, - 43.400714 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.041879, - 43.400714 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.820606 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.820606 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.820606 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.820606 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.820606 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.2338, - 48.820606 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.148137, - 48.782566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.148137, - 48.782566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.148137, - 48.782566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.148137, - 48.782566 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299509, - 48.98314 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299509, - 48.98314 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.043626, - 43.151848 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.043626, - 43.151848 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.002737, - 43.186433 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.998446, - 50.611664 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.468012, - 48.414563 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.998446, - 50.611664 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.982864, - 43.909005 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.544192, - 44.849567 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.544192, - 44.849567 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.001006, - 43.65229 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.001006, - 43.65229 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.373755, - 43.335637 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.373755, - 43.335637 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.156842, - 50.717828 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.892216, - 50.421265 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.892216, - 50.421265 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.655923, - 47.424479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.655923, - 47.424479 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.383996, - 43.844813 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.642176, - 50.522053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.642176, - 50.522053 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.369939, - 47.757525 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.369939, - 47.757525 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.468012, - 48.414563 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34242, - 48.941721 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.34242, - 48.941721 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.165995, - 45.652956 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.899717, - 42.725495 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.899717, - 42.725495 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.899717, - 42.725495 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.227624, - 50.176641 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.890093, - 43.591561 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.890093, - 43.591561 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.744211, - 47.656289 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.744211, - 47.656289 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.112697, - 49.041779 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.112697, - 49.041779 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.704475, - 47.341021 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.704475, - 47.341021 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.852179, - 43.115819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.852179, - 43.115819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.901545, - 42.690812 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.901545, - 42.690812 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.56281, - 50.4117 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.277622, - 48.832969 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.802572, - 43.627679 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.802572, - 43.627679 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.016488, - 43.823233 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.431899, - 48.903847 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.846141, - 47.898355 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.846141, - 47.898355 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.846141, - 47.898355 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.846141, - 47.898355 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.846141, - 47.898355 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.846141, - 47.898355 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.846141, - 47.898355 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.846141, - 47.898355 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.383561, - 48.801029 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.143343, - 45.797254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.143343, - 45.797254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.143343, - 45.797254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.143343, - 45.797254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.143343, - 45.797254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.143343, - 45.797254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.143343, - 45.797254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.143343, - 45.797254 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.223229, - 48.895731 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75022, - 45.250192 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.75022, - 45.250192 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.595174, - 44.388486 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.595174, - 44.388486 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.595174, - 44.388486 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.540527, - 48.798316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.548227, - 44.892388 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.421246, - 43.640791 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.016488, - 43.823233 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115141, - 45.88781 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115141, - 45.88781 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115141, - 45.88781 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115141, - 45.88781 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115141, - 45.88781 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.115141, - 45.88781 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.135413, - 43.39569 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.135413, - 43.39569 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.135413, - 43.39569 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259945, - 46.228058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259945, - 46.228058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259945, - 46.228058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259945, - 46.228058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259945, - 46.228058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259945, - 46.228058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259945, - 46.228058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259945, - 46.228058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.982252, - 43.152727 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.016488, - 43.823233 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.016488, - 43.823233 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.016488, - 43.823233 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.016488, - 43.823233 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.016488, - 43.823233 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.016488, - 43.823233 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.977228, - 50.453083 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.977228, - 50.453083 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.977228, - 50.453083 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.977228, - 50.453083 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.977228, - 50.453083 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.817536, - 43.801133 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.817536, - 43.801133 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.817536, - 43.801133 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.817536, - 43.801133 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.857081, - 46.823734 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.259945, - 46.228058 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.982252, - 43.152727 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.109533, - 49.413475 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772177, - 45.809544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772177, - 45.809544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772177, - 45.809544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772177, - 45.809544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772177, - 45.809544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772177, - 45.809544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772177, - 45.809544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.772177, - 45.809544 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.011858, - 49.261551 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.982252, - 43.152727 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.982252, - 43.152727 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.982252, - 43.152727 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.982252, - 43.152727 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.052693, - 43.627499 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.052693, - 43.627499 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.052693, - 43.627499 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.251435, - 48.886998 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.251435, - 48.886998 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.516744, - 43.462911 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.516744, - 43.462911 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.516744, - 43.462911 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.516744, - 43.462911 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.516744, - 43.462911 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.516744, - 43.462911 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.979827, - 50.402145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.435014, - 46.6709 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.435014, - 46.6709 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.285347, - 48.90836 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85769, - 45.716101 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.269258, - 45.59568 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.269258, - 45.59568 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77883, - 45.80878 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.77883, - 45.80878 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.818807, - 45.903665 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.818807, - 45.903665 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.818807, - 45.903665 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844539, - 45.711876 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.201649, - 43.688165 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.201649, - 43.688165 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.111948, - 45.896714 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.560478, - 48.837149 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.261835, - 43.342364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.261835, - 43.342364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.26341, - 43.34128 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.23853, - 43.338135 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.85769, - 45.716101 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.844539, - 45.711876 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.261835, - 43.342364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.787218, - 46.794239 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317971, - 48.674145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317971, - 48.674145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317971, - 48.674145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303434, - 48.690335 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303434, - 48.690335 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303434, - 48.690335 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303434, - 48.690335 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.372832, - 43.600631 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.368138, - 43.602861 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.368138, - 43.602861 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.368138, - 43.602861 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803755, - 43.710421 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803755, - 43.710421 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803755, - 43.710421 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.803755, - 43.710421 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86124, - 44.314247 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.86124, - 44.314247 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.575756, - 45.897811 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.023903, - 44.928469 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.317971, - 48.674145 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.787218, - 46.794239 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.023903, - 44.928469 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.190834, - 48.766404 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.036066, - 42.907836 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.036066, - 42.907836 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.036066, - 42.907836 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.036066, - 42.907836 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.107127, - 47.121343 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.107127, - 47.121343 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.107127, - 47.121343 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.725223, - 45.096274 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.725223, - 45.096274 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.524365, - 48.863001 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.524365, - 48.863001 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.070324, - 48.894506 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.070324, - 48.894506 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29256, - 43.691865 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29256, - 43.691865 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29256, - 43.691865 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.29256, - 43.691865 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.190834, - 48.766404 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.190834, - 48.766404 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.023903, - 44.928469 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.023903, - 44.928469 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902871, - 44.420364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.012437, - 43.578109 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.201649, - 43.688165 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.201649, - 43.688165 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.578569, - 45.382478 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.578569, - 45.382478 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.416422, - 45.449333 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.416422, - 45.449333 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.416422, - 45.449333 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.416422, - 45.449333 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.416422, - 45.449333 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.416422, - 45.449333 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.416422, - 45.449333 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.416422, - 45.449333 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902871, - 44.420364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902871, - 44.420364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902871, - 44.420364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902871, - 44.420364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902871, - 44.420364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902871, - 44.420364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.902871, - 44.420364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.012437, - 43.578109 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.677952, - 45.192056 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.724571, - 43.782834 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.677952, - 45.192056 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.724571, - 43.782834 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.724571, - 43.782834 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.724571, - 43.782834 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.300644, - 47.04819 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.092405, - 48.784673 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.092405, - 48.784673 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.092405, - 48.784673 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.415964, - 43.29045 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.415964, - 43.29045 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.415964, - 43.29045 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.261835, - 43.342364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.261835, - 43.342364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.526772, - 49.061943 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.648388, - 48.526901 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.648388, - 48.526901 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.082393, - 43.595316 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.114644, - 50.625463 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.114644, - 50.625463 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.082401, - 43.595318 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31026, - 47.742979 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.31026, - 47.742979 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.088928, - 50.369704 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.735438, - 48.509679 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.788389, - 43.500559 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.538786, - 43.52748 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.538786, - 43.52748 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.253828, - 48.954733 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.253828, - 48.954733 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.95602, - 43.550743 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.95602, - 43.550743 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329456, - 43.227057 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329456, - 43.227057 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.165448, - 45.652871 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.012437, - 43.578109 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.012437, - 43.578109 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.578569, - 45.382478 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.578569, - 45.382478 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.230815, - 48.777414 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.677952, - 45.192056 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.677952, - 45.192056 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.186634, - 49.25483 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.735438, - 48.509679 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.788389, - 43.500559 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.681316, - 44.858162 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238002, - 48.978759 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2564, - 43.341518 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2564, - 43.341518 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.216901, - 48.912298 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.999126, - 43.139423 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.999126, - 43.139423 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.999126, - 43.139423 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.58243, - 47.86667 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.58243, - 47.86667 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.80693, - 45.216413 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.80693, - 45.216413 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.80693, - 45.216413 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.80693, - 45.216413 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.80693, - 45.216413 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.80693, - 45.216413 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.526772, - 49.061943 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.526772, - 49.061943 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.53466, - 47.49048 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.526772, - 49.061943 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.238002, - 48.978759 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745591, - 50.743319 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36665, - 43.830335 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.745591, - 50.743319 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.36665, - 43.830335 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.303639, - 46.799906 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.303639, - 46.799906 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69576, - 48.832096 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69576, - 48.832096 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69576, - 48.832096 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69576, - 48.832096 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.69576, - 48.832096 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.272755, - 48.865589 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.604714, - 48.795358 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.604714, - 48.795358 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732208, - 45.979391 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.732208, - 45.979391 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.563105, - 50.411865 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.563105, - 50.411865 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.637348, - 48.094194 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.637348, - 48.094194 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.100637, - 44.145189 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.100637, - 44.145189 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.929122, - 43.638122 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.681316, - 44.858162 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.261835, - 43.342364 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.398487, - 48.910105 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.398487, - 48.910105 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.058367, - 43.408157 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.191045, - 43.697144 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.191045, - 43.697144 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.191045, - 43.697144 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.191045, - 43.697144 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329445, - 43.227068 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.329445, - 43.227068 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.899634, - 49.187454 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.826488, - 50.54838 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.679922, - 46.80673 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41904, - 43.389626 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41904, - 43.389626 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41904, - 43.389626 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.41904, - 43.389626 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167658, - 49.138558 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.167658, - 49.138558 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.676798, - 48.869667 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.088715, - 50.370623 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.457406, - 48.779841 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825474, - 43.936907 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825474, - 43.936907 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.825474, - 43.936907 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.327724, - 43.228472 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.327724, - 43.228472 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.311707, - 47.792137 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.311707, - 47.792137 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.311707, - 47.792137 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.679922, - 46.80673 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.258726, - 48.821132 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381492, - 43.301458 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303627, - 48.706046 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.303627, - 48.706046 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.566679, - 50.418546 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.566679, - 50.418546 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.057537, - 47.338212 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432522, - 47.096065 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.432522, - 47.096065 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.882355, - 43.580375 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.882355, - 43.580375 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.299774, - 48.81154 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.40506, - 43.293342 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.40506, - 43.293342 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.995669, - 45.826184 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.708992, - 45.19392 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7817, - 43.931774 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.7817, - 43.931774 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.106898, - 43.724532 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.106898, - 43.724532 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.775482, - 45.757234 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381492, - 43.301458 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381492, - 43.301458 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.381492, - 43.301458 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.361568, - 48.915856 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.990231, - 43.324307 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.990231, - 43.324307 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.441336, - 48.254578 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.441336, - 48.254578 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.61389, - 47.476594 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.965237, - 43.579598 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.965237, - 43.579598 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.398092, - 43.546712 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.398092, - 43.546712 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.020694, - 43.854906 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.020694, - 43.854906 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.091362, - 49.059396 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.064439, - 50.661294 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.064439, - 50.661294 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.911855, - 43.614964 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.911855, - 43.614964 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.221751, - 49.015624 - ] - }, - "properties": { - "undefined": "gireve-2" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.583028, - 43.313028 - ] - }, - "properties": { - "undefined": "gireve-2" - } - } - ] + "features": [] } \ No newline at end of file diff --git a/mapping_geojson_to_osm_tags/package-lock.json b/mapping_geojson_to_osm_tags/package-lock.json index 45e2fc45..1236e998 100644 --- a/mapping_geojson_to_osm_tags/package-lock.json +++ b/mapping_geojson_to_osm_tags/package-lock.json @@ -1,12 +1,5654 @@ { - "name": "mapping_geojson_to_osm_tags", + "name": "rangement", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { + "name": "rangement", + "version": "1.0.0", + "license": "AGPL-3.0-or-later", "dependencies": { "minimist": "^1.2.8", "node-fs": "^0.1.7" + }, + "devDependencies": { + "@babel/core": "^7.22.5", + "@babel/preset-env": "^7.22.5", + "@babel/preset-typescript": "^7.22.5", + "@jest/globals": "^29.5.0", + "@types/minimist": "^1.2.2", + "@types/node": "^20.4.5", + "babel-jest": "^29.5.0", + "jest": "^29.5.0", + "loglevel": "^1.8.1", + "nodemon": "^2.0.22", + "ts-node": "^10.9.1", + "tslib": "^2.6.0", + "typescript": "^5.1.6" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", + "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", + "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", + "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz", + "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.22.5", + "@babel/generator": "^7.22.9", + "@babel/helper-compilation-targets": "^7.22.9", + "@babel/helper-module-transforms": "^7.22.9", + "@babel/helpers": "^7.22.6", + "@babel/parser": "^7.22.7", + "@babel/template": "^7.22.5", + "@babel/traverse": "^7.22.8", + "@babel/types": "^7.22.5", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", + "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz", + "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz", + "integrity": "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.9", + "@babel/helper-validator-option": "^7.22.5", + "browserslist": "^4.21.9", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.9.tgz", + "integrity": "sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-function-name": "^7.22.5", + "@babel/helper-member-expression-to-functions": "^7.22.5", + "@babel/helper-optimise-call-expression": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz", + "integrity": "sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "regexpu-core": "^5.3.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz", + "integrity": "sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", + "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", + "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.22.5", + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz", + "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", + "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz", + "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-simple-access": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", + "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", + "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz", + "integrity": "sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-wrap-function": "^7.22.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz", + "integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-member-expression-to-functions": "^7.22.5", + "@babel/helper-optimise-call-expression": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", + "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", + "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", + "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.9.tgz", + "integrity": "sha512-sZ+QzfauuUEfxSEjKFmi3qDSHgLsTPK/pEpoD/qonZKOtTPTLbf59oabPQ4rKekt9lFcj/hTZaOhWwFYrgjk+Q==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.22.5", + "@babel/template": "^7.22.5", + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz", + "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==", + "dev": true, + "dependencies": { + "@babel/template": "^7.22.5", + "@babel/traverse": "^7.22.6", + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", + "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.22.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz", + "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz", + "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz", + "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/plugin-transform-optional-chaining": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz", + "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz", + "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", + "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz", + "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-unicode-sets-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz", + "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-generator-functions": { + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz", + "integrity": "sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-remap-async-to-generator": "^7.22.5", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz", + "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-remap-async-to-generator": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz", + "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz", + "integrity": "sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-properties": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz", + "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-static-block": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz", + "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz", + "integrity": "sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-function-name": "^7.22.5", + "@babel/helper-optimise-call-expression": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz", + "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/template": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz", + "integrity": "sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz", + "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz", + "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dynamic-import": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz", + "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz", + "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-export-namespace-from": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz", + "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz", + "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz", + "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.5", + "@babel/helper-function-name": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-json-strings": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz", + "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz", + "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-logical-assignment-operators": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz", + "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz", + "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz", + "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz", + "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-simple-access": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz", + "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz", + "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", + "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz", + "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz", + "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-numeric-separator": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz", + "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-rest-spread": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz", + "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.5", + "@babel/helper-compilation-targets": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz", + "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-catch-binding": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz", + "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.6.tgz", + "integrity": "sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz", + "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-methods": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz", + "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz", + "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz", + "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz", + "integrity": "sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "regenerator-transform": "^0.15.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz", + "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz", + "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz", + "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz", + "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz", + "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz", + "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typescript": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.9.tgz", + "integrity": "sha512-BnVR1CpKiuD0iobHPaM1iLvcwPYN2uVFAqoLVSpEDKWuOikoCv5HbKLxclhKYUXlWkX86DoZGtqI4XhbOsyrMg==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.9", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-typescript": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz", + "integrity": "sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-property-regex": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz", + "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz", + "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-sets-regex": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz", + "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.9.tgz", + "integrity": "sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.9", + "@babel/helper-compilation-targets": "^7.22.9", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-option": "^7.22.5", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.22.5", + "@babel/plugin-syntax-import-attributes": "^7.22.5", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.22.5", + "@babel/plugin-transform-async-generator-functions": "^7.22.7", + "@babel/plugin-transform-async-to-generator": "^7.22.5", + "@babel/plugin-transform-block-scoped-functions": "^7.22.5", + "@babel/plugin-transform-block-scoping": "^7.22.5", + "@babel/plugin-transform-class-properties": "^7.22.5", + "@babel/plugin-transform-class-static-block": "^7.22.5", + "@babel/plugin-transform-classes": "^7.22.6", + "@babel/plugin-transform-computed-properties": "^7.22.5", + "@babel/plugin-transform-destructuring": "^7.22.5", + "@babel/plugin-transform-dotall-regex": "^7.22.5", + "@babel/plugin-transform-duplicate-keys": "^7.22.5", + "@babel/plugin-transform-dynamic-import": "^7.22.5", + "@babel/plugin-transform-exponentiation-operator": "^7.22.5", + "@babel/plugin-transform-export-namespace-from": "^7.22.5", + "@babel/plugin-transform-for-of": "^7.22.5", + "@babel/plugin-transform-function-name": "^7.22.5", + "@babel/plugin-transform-json-strings": "^7.22.5", + "@babel/plugin-transform-literals": "^7.22.5", + "@babel/plugin-transform-logical-assignment-operators": "^7.22.5", + "@babel/plugin-transform-member-expression-literals": "^7.22.5", + "@babel/plugin-transform-modules-amd": "^7.22.5", + "@babel/plugin-transform-modules-commonjs": "^7.22.5", + "@babel/plugin-transform-modules-systemjs": "^7.22.5", + "@babel/plugin-transform-modules-umd": "^7.22.5", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", + "@babel/plugin-transform-new-target": "^7.22.5", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5", + "@babel/plugin-transform-numeric-separator": "^7.22.5", + "@babel/plugin-transform-object-rest-spread": "^7.22.5", + "@babel/plugin-transform-object-super": "^7.22.5", + "@babel/plugin-transform-optional-catch-binding": "^7.22.5", + "@babel/plugin-transform-optional-chaining": "^7.22.6", + "@babel/plugin-transform-parameters": "^7.22.5", + "@babel/plugin-transform-private-methods": "^7.22.5", + "@babel/plugin-transform-private-property-in-object": "^7.22.5", + "@babel/plugin-transform-property-literals": "^7.22.5", + "@babel/plugin-transform-regenerator": "^7.22.5", + "@babel/plugin-transform-reserved-words": "^7.22.5", + "@babel/plugin-transform-shorthand-properties": "^7.22.5", + "@babel/plugin-transform-spread": "^7.22.5", + "@babel/plugin-transform-sticky-regex": "^7.22.5", + "@babel/plugin-transform-template-literals": "^7.22.5", + "@babel/plugin-transform-typeof-symbol": "^7.22.5", + "@babel/plugin-transform-unicode-escapes": "^7.22.5", + "@babel/plugin-transform-unicode-property-regex": "^7.22.5", + "@babel/plugin-transform-unicode-regex": "^7.22.5", + "@babel/plugin-transform-unicode-sets-regex": "^7.22.5", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.22.5", + "babel-plugin-polyfill-corejs2": "^0.4.4", + "babel-plugin-polyfill-corejs3": "^0.8.2", + "babel-plugin-polyfill-regenerator": "^0.5.1", + "core-js-compat": "^3.31.0", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6.tgz", + "integrity": "sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/preset-typescript": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz", + "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-option": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.22.5", + "@babel/plugin-transform-modules-commonjs": "^7.22.5", + "@babel/plugin-transform-typescript": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "dev": true + }, + "node_modules/@babel/runtime": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz", + "integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.13.11" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", + "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.22.5", + "@babel/parser": "^7.22.5", + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.22.8", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz", + "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.22.5", + "@babel/generator": "^7.22.7", + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-function-name": "^7.22.5", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.22.7", + "@babel/types": "^7.22.5", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz", + "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.5", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true + }, + "node_modules/@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.6.2.tgz", + "integrity": "sha512-0N0yZof5hi44HAR2pPS+ikJ3nzKNoZdVu8FffRf3wy47I7Dm7etk/3KetMdRUqzVd16V4O2m2ISpNTbnIuqy1w==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^29.6.2", + "jest-util": "^29.6.2", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/console/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/console/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/console/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/console/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/console/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/core": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.6.2.tgz", + "integrity": "sha512-Oj+5B+sDMiMWLhPFF+4/DvHOf+U10rgvCLGPHP8Xlsy/7QxS51aU/eBngudHlJXnaWD5EohAgJ4js+T6pa+zOg==", + "dev": true, + "dependencies": { + "@jest/console": "^29.6.2", + "@jest/reporters": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^29.5.0", + "jest-config": "^29.6.2", + "jest-haste-map": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-regex-util": "^29.4.3", + "jest-resolve": "^29.6.2", + "jest-resolve-dependencies": "^29.6.2", + "jest-runner": "^29.6.2", + "jest-runtime": "^29.6.2", + "jest-snapshot": "^29.6.2", + "jest-util": "^29.6.2", + "jest-validate": "^29.6.2", + "jest-watcher": "^29.6.2", + "micromatch": "^4.0.4", + "pretty-format": "^29.6.2", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/core/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/core/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/core/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/core/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/environment": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.6.2.tgz", + "integrity": "sha512-AEcW43C7huGd/vogTddNNTDRpO6vQ2zaQNrttvWV18ArBx9Z56h7BIsXkNFJVOO4/kblWEQz30ckw0+L3izc+Q==", + "dev": true, + "dependencies": { + "@jest/fake-timers": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "jest-mock": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/expect": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.6.2.tgz", + "integrity": "sha512-m6DrEJxVKjkELTVAztTLyS/7C92Y2b0VYqmDROYKLLALHn8T/04yPs70NADUYPrV3ruI+H3J0iUIuhkjp7vkfg==", + "dev": true, + "dependencies": { + "expect": "^29.6.2", + "jest-snapshot": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/expect-utils": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.6.2.tgz", + "integrity": "sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg==", + "dev": true, + "dependencies": { + "jest-get-type": "^29.4.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/fake-timers": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.6.2.tgz", + "integrity": "sha512-euZDmIlWjm1Z0lJ1D0f7a0/y5Kh/koLFMUBE5SUYWrmy8oNhJpbTBDAP6CxKnadcMLDoDf4waRYCe35cH6G6PA==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.1", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.6.2", + "jest-mock": "^29.6.2", + "jest-util": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/globals": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.2.tgz", + "integrity": "sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.6.2", + "@jest/expect": "^29.6.2", + "@jest/types": "^29.6.1", + "jest-mock": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/reporters": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.6.2.tgz", + "integrity": "sha512-sWtijrvIav8LgfJZlrGCdN0nP2EWbakglJY49J1Y5QihcQLfy7ovyxxjJBRXMNltgt4uPtEcFmIMbVshEDfFWw==", + "dev": true, + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "@jridgewell/trace-mapping": "^0.3.18", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^29.6.2", + "jest-util": "^29.6.2", + "jest-worker": "^29.6.2", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "v8-to-istanbul": "^9.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/reporters/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/reporters/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/reporters/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/reporters/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/reporters/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/reporters/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/schemas": { + "version": "29.6.0", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.0.tgz", + "integrity": "sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==", + "dev": true, + "dependencies": { + "@sinclair/typebox": "^0.27.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/source-map": { + "version": "29.6.0", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.0.tgz", + "integrity": "sha512-oA+I2SHHQGxDCZpbrsCQSoMLb3Bz547JnM+jUr9qEbuw0vQlWZfpPS7CO9J7XiwKicEz9OFn/IYoLkkiUD7bzA==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.18", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-result": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.6.2.tgz", + "integrity": "sha512-3VKFXzcV42EYhMCsJQURptSqnyjqCGbtLuX5Xxb6Pm6gUf1wIRIl+mandIRGJyWKgNKYF9cnstti6Ls5ekduqw==", + "dev": true, + "dependencies": { + "@jest/console": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-sequencer": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.6.2.tgz", + "integrity": "sha512-GVYi6PfPwVejO7slw6IDO0qKVum5jtrJ3KoLGbgBWyr2qr4GaxFV6su+ZAjdTX75Sr1DkMFRk09r2ZVa+wtCGw==", + "dev": true, + "dependencies": { + "@jest/test-result": "^29.6.2", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.2", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.2.tgz", + "integrity": "sha512-ZqCqEISr58Ce3U+buNFJYUktLJZOggfyvR+bZMaiV1e8B1SIvJbwZMrYz3gx/KAPn9EXmOmN+uB08yLCjWkQQg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.1", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.2", + "jest-regex-util": "^29.4.3", + "jest-util": "^29.6.2", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/transform/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/transform/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/transform/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/transform/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@jest/transform/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/transform/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/types": { + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.1.tgz", + "integrity": "sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==", + "dev": true, + "dependencies": { + "@jest/schemas": "^29.6.0", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/types/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/types/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/types/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/types/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/types/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/types/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", + "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "node_modules/@sinclair/typebox": { + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", + "dev": true + }, + "node_modules/@sinonjs/commons": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", + "dev": true, + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/@sinonjs/fake-timers": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "dev": true, + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "dev": true + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true + }, + "node_modules/@types/babel__core": { + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz", + "integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz", + "integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.20.7" + } + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", + "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "dev": true + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", + "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/minimist": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", + "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "20.4.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.5.tgz", + "integrity": "sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==", + "dev": true + }, + "node_modules/@types/stack-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "dev": true + }, + "node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "dev": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", + "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", + "dev": true + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, + "node_modules/acorn": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/babel-jest": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.6.2.tgz", + "integrity": "sha512-BYCzImLos6J3BH/+HvUCHG1dTf2MzmAB4jaVxHV+29RZLjR29XuYTmsf2sdDwkrb+FczkGo3kOhE7ga6sI0P4A==", + "dev": true, + "dependencies": { + "@jest/transform": "^29.6.2", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.5.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-jest/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/babel-jest/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/babel-jest/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-jest/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz", + "integrity": "sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==", + "dev": true, + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz", + "integrity": "sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.4.2", + "semver": "^6.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz", + "integrity": "sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.4.2", + "core-js-compat": "^3.31.0" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz", + "integrity": "sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.4.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-jest": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz", + "integrity": "sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==", + "dev": true, + "dependencies": { + "babel-plugin-jest-hoist": "^29.5.0", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.21.10", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", + "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001517", + "electron-to-chromium": "^1.4.477", + "node-releases": "^2.0.13", + "update-browserslist-db": "^1.0.11" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dev": true, + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001518", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001518.tgz", + "integrity": "sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/ci-info": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", + "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, + "node_modules/cjs-module-lexer": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", + "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==", + "dev": true + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "dev": true, + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", + "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", + "dev": true + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true + }, + "node_modules/core-js-compat": { + "version": "3.32.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.32.0.tgz", + "integrity": "sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.9" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/dedent": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", + "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "dev": true, + "peerDependencies": { + "babel-plugin-macros": "^3.1.0" + }, + "peerDependenciesMeta": { + "babel-plugin-macros": { + "optional": true + } + } + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/diff-sequences": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz", + "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.4.480", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.480.tgz", + "integrity": "sha512-IXTgg+bITkQv/FLP9FjX6f9KFCs5hQWeh5uNSKxB9mqYj/JXhHDbu+ekS43LVvbkL3eW6/oZy4+r9Om6lan1Uw==", + "dev": true + }, + "node_modules/emittery": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/expect": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.6.2.tgz", + "integrity": "sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA==", + "dev": true, + "dependencies": { + "@jest/expect-utils": "^29.6.2", + "@types/node": "*", + "jest-get-type": "^29.4.3", + "jest-matcher-utils": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-util": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dev": true, + "dependencies": { + "bser": "2.1.1" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", + "dev": true + }, + "node_modules/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-core-module": { + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", + "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "dev": true, + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-report/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-report/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", + "dev": true, + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.2.tgz", + "integrity": "sha512-8eQg2mqFbaP7CwfsTpCxQ+sHzw1WuNWL5UUvjnWP4hx2riGz9fPSzYOaU5q8/GqWn1TfgZIVTqYJygbGbWAANg==", + "dev": true, + "dependencies": { + "@jest/core": "^29.6.2", + "@jest/types": "^29.6.1", + "import-local": "^3.0.2", + "jest-cli": "^29.6.2" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-changed-files": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz", + "integrity": "sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==", + "dev": true, + "dependencies": { + "execa": "^5.0.0", + "p-limit": "^3.1.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-circus": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.6.2.tgz", + "integrity": "sha512-G9mN+KOYIUe2sB9kpJkO9Bk18J4dTDArNFPwoZ7WKHKel55eKIS/u2bLthxgojwlf9NLCVQfgzM/WsOVvoC6Fw==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.6.2", + "@jest/expect": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^1.0.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^29.6.2", + "jest-matcher-utils": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-runtime": "^29.6.2", + "jest-snapshot": "^29.6.2", + "jest-util": "^29.6.2", + "p-limit": "^3.1.0", + "pretty-format": "^29.6.2", + "pure-rand": "^6.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-circus/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-circus/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-circus/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-circus/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-circus/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-circus/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.6.2.tgz", + "integrity": "sha512-TT6O247v6dCEX2UGHGyflMpxhnrL0DNqP2fRTKYm3nJJpCTfXX3GCMQPGFjXDoj0i5/Blp3jriKXFgdfmbYB6Q==", + "dev": true, + "dependencies": { + "@jest/core": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/types": "^29.6.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^29.6.2", + "jest-util": "^29.6.2", + "jest-validate": "^29.6.2", + "prompts": "^2.0.1", + "yargs": "^17.3.1" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-cli/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-cli/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-cli/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-cli/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-cli/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-config": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.6.2.tgz", + "integrity": "sha512-VxwFOC8gkiJbuodG9CPtMRjBUNZEHxwfQXmIudSTzFWxaci3Qub1ddTRbFNQlD/zUeaifLndh/eDccFX4wCMQw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.6.2", + "@jest/types": "^29.6.1", + "babel-jest": "^29.6.2", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.6.2", + "jest-environment-node": "^29.6.2", + "jest-get-type": "^29.4.3", + "jest-regex-util": "^29.4.3", + "jest-resolve": "^29.6.2", + "jest-runner": "^29.6.2", + "jest-util": "^29.6.2", + "jest-validate": "^29.6.2", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.6.2", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@types/node": "*", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/jest-config/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-config/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-config/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-config/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-config/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-config/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-diff": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.6.2.tgz", + "integrity": "sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "^29.4.3", + "jest-get-type": "^29.4.3", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-diff/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-diff/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-diff/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-diff/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-diff/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-diff/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-docblock": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.4.3.tgz", + "integrity": "sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==", + "dev": true, + "dependencies": { + "detect-newline": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.6.2.tgz", + "integrity": "sha512-MsrsqA0Ia99cIpABBc3izS1ZYoYfhIy0NNWqPSE0YXbQjwchyt6B1HD2khzyPe1WiJA7hbxXy77ZoUQxn8UlSw==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.1", + "chalk": "^4.0.0", + "jest-get-type": "^29.4.3", + "jest-util": "^29.6.2", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-each/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-each/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-each/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-each/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-each/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-environment-node": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.6.2.tgz", + "integrity": "sha512-YGdFeZ3T9a+/612c5mTQIllvWkddPbYcN2v95ZH24oWMbGA4GGS2XdIF92QMhUhvrjjuQWYgUGW2zawOyH63MQ==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.6.2", + "@jest/fake-timers": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "jest-mock": "^29.6.2", + "jest-util": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-get-type": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz", + "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.2.tgz", + "integrity": "sha512-+51XleTDAAysvU8rT6AnS1ZJ+WHVNqhj1k6nTvN2PYP+HjU3kqlaKQ1Lnw3NYW3bm2r8vq82X0Z1nDDHZMzHVA==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.1", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.4.3", + "jest-util": "^29.6.2", + "jest-worker": "^29.6.2", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-leak-detector": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.6.2.tgz", + "integrity": "sha512-aNqYhfp5uYEO3tdWMb2bfWv6f0b4I0LOxVRpnRLAeque2uqOVVMLh6khnTcE2qJ5wAKop0HcreM1btoysD6bPQ==", + "dev": true, + "dependencies": { + "jest-get-type": "^29.4.3", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.6.2.tgz", + "integrity": "sha512-4LiAk3hSSobtomeIAzFTe+N8kL6z0JtF3n6I4fg29iIW7tt99R7ZcIFW34QkX+DuVrf+CUe6wuVOpm7ZKFJzZQ==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "jest-diff": "^29.6.2", + "jest-get-type": "^29.4.3", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-matcher-utils/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-matcher-utils/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-matcher-utils/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-matcher-utils/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-matcher-utils/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-message-util": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.6.2.tgz", + "integrity": "sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^29.6.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^29.6.2", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-message-util/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-message-util/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-message-util/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-message-util/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-message-util/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-message-util/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-mock": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.6.2.tgz", + "integrity": "sha512-hoSv3lb3byzdKfwqCuT6uTscan471GUECqgNYykg6ob0yiAw3zYc7OrPnI9Qv8Wwoa4lC7AZ9hyS4AiIx5U2zg==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.1", + "@types/node": "*", + "jest-util": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "dev": true, + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "jest-resolve": "*" + }, + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } + } + }, + "node_modules/jest-regex-util": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz", + "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.2.tgz", + "integrity": "sha512-G/iQUvZWI5e3SMFssc4ug4dH0aZiZpsDq9o1PtXTV1210Ztyb2+w+ZgQkB3iOiC5SmAEzJBOHWz6Hvrd+QnNPw==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.2", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.2", + "jest-validate": "^29.6.2", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve-dependencies": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.6.2.tgz", + "integrity": "sha512-LGqjDWxg2fuQQm7ypDxduLu/m4+4Lb4gczc13v51VMZbVP5tSBILqVx8qfWcsdP8f0G7aIqByIALDB0R93yL+w==", + "dev": true, + "dependencies": { + "jest-regex-util": "^29.4.3", + "jest-snapshot": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-resolve/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-resolve/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-resolve/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-resolve/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-resolve/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runner": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.6.2.tgz", + "integrity": "sha512-wXOT/a0EspYgfMiYHxwGLPCZfC0c38MivAlb2lMEAlwHINKemrttu1uSbcGbfDV31sFaPWnWJPmb2qXM8pqZ4w==", + "dev": true, + "dependencies": { + "@jest/console": "^29.6.2", + "@jest/environment": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^29.4.3", + "jest-environment-node": "^29.6.2", + "jest-haste-map": "^29.6.2", + "jest-leak-detector": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-resolve": "^29.6.2", + "jest-runtime": "^29.6.2", + "jest-util": "^29.6.2", + "jest-watcher": "^29.6.2", + "jest-worker": "^29.6.2", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-runner/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-runner/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-runner/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-runner/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runner/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runtime": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.6.2.tgz", + "integrity": "sha512-2X9dqK768KufGJyIeLmIzToDmsN0m7Iek8QNxRSI/2+iPFYHF0jTwlO3ftn7gdKd98G/VQw9XJCk77rbTGZnJg==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.6.2", + "@jest/fake-timers": "^29.6.2", + "@jest/globals": "^29.6.2", + "@jest/source-map": "^29.6.0", + "@jest/test-result": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-mock": "^29.6.2", + "jest-regex-util": "^29.4.3", + "jest-resolve": "^29.6.2", + "jest-snapshot": "^29.6.2", + "jest-util": "^29.6.2", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-runtime/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-runtime/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-runtime/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-runtime/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runtime/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-snapshot": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.6.2.tgz", + "integrity": "sha512-1OdjqvqmRdGNvWXr/YZHuyhh5DeaLp1p/F8Tht/MrMw4Kr1Uu/j4lRG+iKl1DAqUJDWxtQBMk41Lnf/JETYBRA==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^29.6.2", + "graceful-fs": "^4.2.9", + "jest-diff": "^29.6.2", + "jest-get-type": "^29.4.3", + "jest-matcher-utils": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-util": "^29.6.2", + "natural-compare": "^1.4.0", + "pretty-format": "^29.6.2", + "semver": "^7.5.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-snapshot/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-snapshot/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-snapshot/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-snapshot/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-snapshot/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-snapshot/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-snapshot/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/jest-util": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.2.tgz", + "integrity": "sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-util/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-util/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-util/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-util/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-util/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-util/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-validate": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.2.tgz", + "integrity": "sha512-vGz0yMN5fUFRRbpJDPwxMpgSXW1LDKROHfBopAvDcmD6s+B/s8WJrwi+4bfH4SdInBA5C3P3BI19dBtKzx1Arg==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.1", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.4.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-validate/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-validate/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-validate/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-validate/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-validate/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-validate/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-validate/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watcher": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.6.2.tgz", + "integrity": "sha512-GZitlqkMkhkefjfN/p3SJjrDaxPflqxEAv3/ik10OirZqJGYH5rPiIsgVcfof0Tdqg3shQGdEIxDBx+B4tuLzA==", + "dev": true, + "dependencies": { + "@jest/test-result": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "jest-util": "^29.6.2", + "string-length": "^4.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-watcher/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-watcher/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-watcher/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-watcher/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-watcher/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watcher/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.2.tgz", + "integrity": "sha512-l3ccBOabTdkng8I/ORCkADz4eSMKejTYv1vB/Z83UiubqhC1oQ5Li6dWCyqOIvSifGjUBxuvxvlm6KGK2DtuAQ==", + "dev": true, + "dependencies": { + "@types/node": "*", + "jest-util": "^29.6.2", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "node_modules/loglevel": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.1.tgz", + "integrity": "sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==", + "dev": true, + "engines": { + "node": ">= 0.6.0" + }, + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/loglevel" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "node_modules/makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dev": true, + "dependencies": { + "tmpl": "1.0.5" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" } }, "node_modules/minimist": { @@ -17,6 +5659,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, "node_modules/node-fs": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/node-fs/-/node-fs-0.1.7.tgz", @@ -32,6 +5686,1070 @@ "engines": { "node": ">=0.1.97" } + }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true + }, + "node_modules/node-releases": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "dev": true + }, + "node_modules/nodemon": { + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", + "integrity": "sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==", + "dev": true, + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^3.2.7", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^5.7.1", + "simple-update-notifier": "^1.0.7", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=8.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nodemon/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/nodemon/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", + "dev": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-locate/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pirates": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pretty-format": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.2.tgz", + "integrity": "sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==", + "dev": true, + "dependencies": { + "@jest/schemas": "^29.6.0", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dev": true, + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "dev": true + }, + "node_modules/pure-rand": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.2.tgz", + "integrity": "sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ] + }, + "node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", + "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", + "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regexpu-core": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "dev": true, + "dependencies": { + "@babel/regjsgen": "^0.8.0", + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.1.0", + "regjsparser": "^0.9.1", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsparser": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", + "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", + "dev": true, + "dependencies": { + "is-core-module": "^2.11.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/simple-update-notifier": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz", + "integrity": "sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==", + "dev": true, + "dependencies": { + "semver": "~7.0.0" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/simple-update-notifier/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, + "node_modules/stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dev": true, + "dependencies": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "dev": true, + "dependencies": { + "nopt": "~1.0.10" + }, + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "dev": true, + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/tslib": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==", + "dev": true + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typescript": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", + "dev": true + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", + "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true + }, + "node_modules/v8-to-istanbul": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", + "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.12", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dev": true, + "dependencies": { + "makeerror": "1.0.12" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } } } } diff --git a/mapping_geojson_to_osm_tags/package.json b/mapping_geojson_to_osm_tags/package.json index 00577b6c..57c26948 100644 --- a/mapping_geojson_to_osm_tags/package.json +++ b/mapping_geojson_to_osm_tags/package.json @@ -10,8 +10,8 @@ "url": "https://forge.chapril.org/tykayn/scripts.git" }, "scripts": { - "start": "ts-node main.ts", - "filter": "node convert_to_osm_tags.mjs --department=76 --engine=true", + "start": "ts-node convert_to_osm_tags.ts --engine", + "filter": "node convert_to_osm_tags.ts --department=76 --engine=true", "test": "jest --coverage --watch", "tests": "jest --coverage --watch" }, @@ -25,7 +25,7 @@ "@babel/preset-typescript": "^7.22.5", "@jest/globals": "^29.5.0", "@types/minimist": "^1.2.2", - "@types/node": "^20.4.2", + "@types/node": "^20.4.5", "babel-jest": "^29.5.0", "jest": "^29.5.0", "loglevel": "^1.8.1", diff --git a/mapping_geojson_to_osm_tags/tsconfig.js b/mapping_geojson_to_osm_tags/tsconfig.js new file mode 100644 index 00000000..a7f5da39 --- /dev/null +++ b/mapping_geojson_to_osm_tags/tsconfig.js @@ -0,0 +1,3 @@ +module.exports= { + noImplicitAny: false, +} \ No newline at end of file